2003-11-23 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-23 Andrew Cagney <cagney@redhat.com>
2
3 * arch-utils.h (generic_cannot_extract_struct_value_address):
4 Delete declaration.
5
6 * defs.h (DEPRECATED_STREQN): Rename STREQN.
7 (DEPRECATED_STREQ): Rename STREQ.
8 * ada-exp.y, ada-lang.c, ada-lex.l, coffread.c: Update.
9 * config/mips/tm-irix5.h, config/mips/tm-irix6.h: Update.
10 * config/mips/tm-mipsv4.h, config/sparc/tm-sun4sol2.h: Update.
11 * dbxread.c, dwarf2read.c, dwarfread.c, environ.c: Update.
12 * eval.c, exec.c, f-lang.c, hppa-tdep.c, hpread.c: Update.
13 * jv-exp.y, language.c, m2-exp.y, mcore-rom.c: Update.
14 * mdebugread.c, mipsread.c, objc-exp.y, objfiles.c: Update.
15 * p-exp.y, p-typeprint.c, p-valprint.c, rs6000-nat.c: Update.
16 * source.c, sparc-tdep.c, stack.c, target.c: Update.
17
18 * symfile.c (symbol_file_command): Replace STREQ with strcmp.
19 * elfread.c (elf_symtab_read): Delete STREQ from comment.
20
21 2003-11-22 Andrew Cagney <cagney@redhat.com>
22
23 * frame.c (deprecated_frame_xmalloc): Delete function.
24 (deprecated_set_frame_extra_info_hack): Delete function.
25 (deprecated_set_frame_saved_regs_hack): Delete function.
26 * frame.h (deprecated_frame_xmalloc): Delete declaration.
27 (deprecated_set_frame_extra_info_hack): Delete declaration.
28 (deprecated_set_frame_saved_regs_hack): Delete declaration.
29 * mcore-tdep.c (analyze_dummy_frame): Instead of
30 deprecated_frame_xmalloc, deprecated_set_frame_saved_regs_hack,
31 and deprecated_set_frame_extra_info_hack use
32 deprecated_frame_xmalloc_with_cleanup.
33 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
34 * mips-tdep.c (mips_init_extra_frame_info): Delete call to
35 deprecated_set_frame_saved_regs_hack.
36
37 * mips-tdep.c (mips_frame_chain): Delete call to
38 deprecated_inside_entry_file.
39
40 * frame.h (deprecated_set_frame_next_hack): Delete declaration.
41 (deprecated_set_frame_prev_hack): Delete declaration.
42 * frame.c (deprecated_set_frame_next_hack): Delete function.
43 (deprecated_set_frame_prev_hack): Delete function.
44 * mcore-tdep.c (analyze_dummy_frame): Delete calls to
45 "deprecated_set_frame_next_hack" and
46 "deprecated_set_frame_prev_hack".
47 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
48
49 * mips-tdep.c (mips_register_convertible): Delete function.
50 (mips_register_convert_to_virtual): Delete function.
51 (mips_register_convert_to_raw): Delete function.
52 (mips_gdbarch_init): Do not set "deprecated_register_convertible",
53 "deprecated_register_convert_to_virtual", or
54 "deprecated_register_convert_to_raw".
55 (mips_pseudo_register_write, mips_pseudo_register_read): Handle
56 32/64 cooked to raw register conversions.
57
58 * frame.c (deprecated_get_frame_context): Delete function.
59 (deprecated_set_frame_context): Delete function.
60 (struct frame_info): Delete member "context".
61 * frame.h (deprecated_get_frame_context): Delete declaration.
62 (deprecated_set_frame_context): Delete declaration.
63
64 * procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment.
65 * config/sparc/tm-sun4sol2.h (FAULTED_USE_SIGINFO): Delete macro.
66 * config/i386/tm-i386sol2.h (FAULTED_USE_SIGINFO): Delete macro.
67 * config/alpha/nm-osf2.h (FAULTED_USE_SIGINFO): Delete macro.
68
69 * mips-tdep.c (SIGFRAME_REG_SIZE): Delete macro.
70 (mips_find_saved_regs): Replace SIGFRAME_REG_SIZE with
71 mips_regsize.
72 (mips_dump_tdep): Do not print SIGFRAME_REG_SIZE.
73 * config/mips/tm-irix6.h (SIGFRAME_REG_SIZE): Delete macro.
74 * config/mips/tm-irix5.h: Update copyright.
75 (SIGFRAME_REG_SIZE): Delete macro.
76
77 * hppa-tdep.c (hppa_value_returned_from_stack): Delete function.
78 * config/pa/tm-hppa.h (hppa_value_returned_from_stack): Delete
79 declaration.
80 (DEPRECATED_VALUE_RETURNED_FROM_STACK): Delete macro.
81 * infcall.c (call_function_by_hand): Delete #ifdef
82 DEPRECATED_VALUE_RETURNED_FROM_STACK code.
83 * infcmd.c (print_return_value): Ditto.
84
85 * mips-tdep.c (skip_prologue_using_sal): New function.
86 (mips32_skip_prologue, mips16_skip_prologue): Use
87 skip_prologue_using_sal to get an upper bound on the search.
88
89 * config/powerpc/tm-linux.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete
90 #if 0'ed macro.
91 * infrun.c (step_into_function): Delete #ifdef
92 PROLOGUE_FIRSTLINE_OVERLAP code.
93 * symtab.c (find_function_start_sal): Ditto.
94
95 * remote-rdp.c: Update copyright.
96 (rdp_init): #if 0 references to "target_byte_order".
97
98 * mips-tdep.c (mips_o32_store_return_value): Delete function.
99 (mips_o32_return_value): Replace mips_o32_xfer_return_value.
100 (mips_o32_extract_return_value): Delete function.
101 (mips_n32n64_return_value): Replace mips_n32n64_xfer_return_value.
102 (mips_n32n64_extract_return_value): Delete function.
103 (mips_n32n64_store_return_value): Delete function.
104 (mips_gdbarch_init): For o32 and n32n64, set "return_value"
105 instead of "store_return_value", "extract_return_value", and
106 "use_struct_convention".
107 (mips_n32n64_use_struct_convention): Delete function.
108
109 2003-11-21 Kevin Buettner <kevinb@redhat.com>
110
111 * frv-tdep.c (frv_frame_this_id): Eliminate call to
112 inside_entry_func().
113
114 2003-11-20 Mark Kettenis <kettenis@gnu.org>
115
116 * i386-tdep.c (i386_extract_return_value,
117 i386_store_return_value): Add gdbarch argument. Use it instead of
118 determining it from REGCACHE. Remove recursive call for
119 structures with a single member.
120 (i386_use_struct_convention): Remove.
121 (i386_reg_struct_return_p): New function.
122 (i386_return_value): New function.
123 (i386_gdbarch_init): Set return_value, don't set
124 extract_return_value, store_return_value and
125 use_struct_convention.
126 * x86-64-tdep.c (x86_64_init_abi): Set return_value to NULL.
127
128 2003-11-20 Jim Blandy <jimb@redhat.com>
129
130 * osabi.c (_initialize_gdb_osabi): Don't return before registering
131 the 'set osabi' and 'show osabi' commands.
132
133 2003-11-19 Mark Kettenis <kettenis@gnu.org>
134
135 * frame.c (get_prev_frame): Use result from
136 get_frame_address_in_block instead of get_frame_pc as argument to
137 inside_main_func. Fixes PR backtrace/1435.
138
139 2003-11-19 Andrew Cagney <cagney@redhat.com>
140
141 * stack.c (return_command): Handle "void", "legacy" and "unknown
142 location" return values separatly.
143 * values.c (using_struct_return): Return 0 for a "void" return
144 type. Mention "register_value_being_returned".
145 (register_value_being_returned): Mention "using_struct_return".
146
147 2003-11-19 Daniel Jacobowitz <drow@mvista.com>
148
149 * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)
150 (frame_base_offset): Delete.
151 (read_func_scope): Delete call to decode_locdesc.
152 (decode_locdesc): Update comments. Don't set the removed variables.
153 Complain for DW_OP_reg* not at the end. Remove DW_OP_breg* and
154 DW_OP_fbreg support.
155
156 2003-11-18 Daniel Jacobowitz <drow@mvista.com>
157
158 * dwarf2read.c (optimized_out, islocal): Remove.
159 (decode_locdesc): Update comments. Don't set optimized_out
160 or islocal.
161
162 2003-11-17 Jeff Johnston <jjohnstn@redhat.com>
163 David Mosberger <davidm@hpl.hp.com>
164
165 * ia64-tdep.c: Include elf.h.
166 [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and
167 libunwind-ia64.h.
168 (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
169 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto.
170 (ia64_is_fpreg, ia64_access_reg): Ditto.
171 (ia64_access_fpreg, ia64_access_mem): Ditto.
172 (get_kernel_table): Ditto.
173 (ia64_find_unwind_table): Ditto.
174 (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto.
175 (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto.
176 (ia64_libunwind_frame_prev_register): Ditto.
177 (ia64_libunwind_frame_sniffer): Ditto.
178 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame
179 sniffer. Register libunwind functions needed by generic
180 libunwind frame code using libunwind_frame_set_descr().
181
182 2003-11-16 Daniel Jacobowitz <drow@mvista.com>
183
184 * breakpoint.c (re_enable_breakpoints_in_shlibs): Only re-enable a
185 bp_shlib_disabled breakpoint if there is a shared library mapped
186 at its expected address.
187
188 2003-11-16 Andrew Cagney <cagney@redhat.com>
189
190 * configure.tgt: Delete mips*tx39*-elf*.
191 * config/mips/tm-tx39.h: Delete file.
192 * config/mips/tx39.mt: Delete file.
193 * config/mips/tx39.mt: Delete file.
194
195 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare.
196 * remote-mips.c (common_open): Instead of
197 "mips_read_register_type" and "mips_set_processor_type_command"
198 call "deprecated_mips_set_processor_regs_hack".
199 * config/mips/tm-mips.h (mips_read_processor_type): Delete
200 declaration.
201 (mips_set_processor_type_command): Delete declaration.
202 * mips-tdep.c (mips_gdbarch_init): Update comment.
203 (mips_dump_tdep): Do not print MIPS_REGISTER_NAMES.
204 (mips_set_processor_type): Delete function.
205 (NUM_MIPS_PROCESSOR_REGS): Define.
206 (mips_show_processor_type_command): Delete function.
207 (mips_set_processor_type_command): Delete function.
208 (tmp_mips_processor_type): Delete.
209 (mips_processor_type): Delete.
210 (mips_processor_type_table): Delete.
211 (mips_r3051_reg_names): Delete.
212 (mips_r3081_reg_names): Delete.
213 (mips_lsi33k_reg_names): Delete.
214 (mips_processor_reg_names): Delete.
215 (mips_read_processor_type): Delete function.
216 (deprecated_mips_set_processor_regs_hack): New function.
217 (struct gdbarch_tdep): Add member "mips_processor_reg_names".
218 (mips_register_name): Get the processor names from the tdep.
219 (mips_tx39_reg_names): New array.
220 (mips_generic_reg_names): Wire to a standard set of names.
221 (mips_gdbarch_init): Set "mips_processor_reg_names".
222 * config/mips/tm-irix5.h (MIPS_REGISTER_NAMES): Delete macro.
223 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Delete macro.
224 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Delete macro.
225
226 2003-11-16 Andrew Cagney <cagney@redhat.com>
227
228 * mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
229 (mips_fpa0_regnum, mips_regnum): New function.
230 (mips_gdbarch_init): Fill in the "regnum" fields.
231 * mips-tdep.h (struct mips_regnum): Define.
232 (mips_regnum): Declare.
233 * config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
234 (LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
235 (CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
236 (FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
237 * config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
238 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
239 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
240 * config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
241 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
242 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
243 * remote-mips.c: Include "mips-tdep.h". Update.
244 * mipsnbsd-tdep.c: Update.
245 * mipsv4-nat.c: Update.
246 * mips-tdep.c: Update.
247 * mips-nat.c: Update.
248 * mips-linux-tdep.c: Update.
249 * mips-linux-nat.c: Update.
250 * irix5-nat.c: Update.
251 * dve3900-rom.c: Include "mips-tdep.h". Update.
252 (ignore_packet): Supress GCC warning.
253 * config/mips/nm-riscos.h: Update.
254
255 2003-11-16 Andrew Cagney <cagney@redhat.com>
256
257 * mips-tdep.c: Replace DEPRECATED_REGISTER_RAW_SIZE with
258 register_size.
259 (mips_register_raw_size): Delete function.
260 (mips_register_type): Handle "mips64_transfers_32bit_regs_p".
261 (mips_gdbarch_init): Do not set "deprecated_register_raw_size".
262 Check and set "mips64_transfers_32bit_regs_p".
263 (struct gdbarch_tdep): Add "mips64_transfers_32bit_regs_p".
264 (mips_register_convertible): Check the architecture's
265 "mips64_transfers_32bit_regs_p".
266 (set_mips64_transfers_32bit_regs): New function.
267 (_initialize_mips_tdep): Use "add_setshow_cmd" when adding the
268 "set remote-mips64-transfers-32bit-regs" command. Specify
269 set_mips64_transfers_32bit_regs as the set function.
270 * Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
271
272 2003-11-16 Mark Kettenis <kettenis@gnu.org>
273
274 * i386-tdep.h (i386_supply_gregset): Provide prototype.
275 * i386-tdep.c (i386_supply_gregset): Make public.
276
277 2003-11-16 Andrew Cagney <cagney@redhat.com>
278
279 * mips-tdep.c (mips_register_byte): Delete function.
280 (mips_gdbarch_init): Do not set "deprecated_register_byte".
281 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Delete macro.
282 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Delete macro.
283 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Delete macro.
284
285 2003-11-16 Mark Kettenis <kettenis@gnu.org>
286
287 * i386-tdep.c (i386_extract_return_value): Don't use bfd_byte.
288
289 2003-11-16 Andrew Cagney <cagney@redhat.com>
290
291 * config/mips/linux64.mt: Delete file.
292 * config/mips/tm-linux64.h: Delete file.
293 * config/mips/tm-mips64.h: Delete file.
294 * config/mips/embed64.mt: Delete file.
295 * config/djgpp/fnchange.lst: Update.
296 * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
297 mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
298 * config/mips/tm-irix6.h: Update copyright. Include
299 "mips/tm-mips.h" instead of "mips/tm-mips64.h".
300 * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
301 "OP_LDGPR".
302
303 2003-11-15 Andrew Cagney <cagney@redhat.com>
304
305 * mips-tdep.c (mips_register_type): Simplify. Eliminate reference
306 to MIPS_REGISTER_TYPE. Make integer registers signed. Make IRIX
307 n32 registers 64 bit.
308 (mips_register_raw_size, mips_register_byte): For pseudo
309 registers, use the register's pseudo size and not the
310 corresponding raw register's size.
311 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Delete macro.
312 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Delete macro.
313 * config/mips/tm-irix6.h: Don't #undef MIPS_REGISTER_TYPE.
314 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Delete macro.
315
316 2003-11-15 Andrew Cagney <cagney@redhat.com>
317
318 * mips-tdep.c (struct gdbarch_tdep): Delete member
319 gdb_target_is_mips64.
320 (GDB_TARGET_IS_MIPS64): Delete macro.
321 (mips_gdbarch_init): Do not set tdep's gdb_target_is_mips64.
322 (mips_dump_tdep): Do not print GDB_TARGET_IS_MIPS64.
323 (mips_addr_bits_remove): Simplify.
324
325 * mips-tdep.c: Replace DEPRECATED_REGISTER_VIRTUAL_SIZE with
326 register_size.
327
328 Replace MIPS_REGSIZE with mips_regsize.
329 * mips-tdep.c (mips_regsize): New function.
330 * mips-tdep.h (mips_regsize): Declare.
331 * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
332 (SIZEOF_STRUCT_REG): Update.
333 * mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
334 (mipsnbsd_fill_reg): Update.
335 (mipsnbsd_supply_fpreg): Update.
336 (mipsnbsd_fill_fpreg): Update.
337 (NBSD_MIPS_JB_ELEMENT_SIZE): Update.
338 * mips-tdep.c (mips_register_raw_size): Update.
339 (mips_register_type): Update.
340 (SIGFRAME_BASE): Update.
341 (SIGFRAME_PC_OFF): Update.
342 (SIGFRAME_REGSAVE_OFF): Update.
343 (SIGFRAME_FPREGSAVE_OFF): Update.
344 (SIGFRAME_REG_SIZE): Update.
345 (mips32_heuristic_proc_desc): Update.
346 (print_gp_register_row): Update.
347 (mips_dump_tdep): Do not print MIPS_REGSIZE.
348 * irix5-nat.c (supply_gregset): Update.
349 (fetch_core_registers): Update.
350 * config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
351 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
352 * config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
353 (MIPS_REGISTER_BYTE): Update.
354 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.
355
356 2003-11-15 Andrew Cagney <cagney@redhat.com>
357
358 * config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
359 USE_REGISTER_NOT_ARG.
360 * stabsread.c (define_symbol): Update.
361
362 2003-11-15 Andrew Cagney <cagney@redhat.com>
363
364 * bcache.h (deprecated_bcache): Declare.
365 (bcache): Make returned buffer constant.
366 * bcache.c (deprecated_bcache): New function.
367 (bcache_data): New function.
368 (bcache): Call bcache data.
369 * symfile.c (add_psymbol_to_list): Use deprecated_bcache.
370 (add_psymbol_with_dem_name_to_list): Ditto.
371
372 2003-11-15 Mark Kettenis <kettenis@gnu.org>
373
374 * glibc-tdep.h (struct gdbarch): Declare opaque.
375 (glibc_skip_solib_resolver): Adjust prototype.
376 * glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
377 * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
378 (arm_linux_init_abi): Set skip_solib_resolver.
379 * i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
380 (i386_linux_init_abi): Set skip_solib_resolver.
381 * config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
382 (arm_linux_skip_solib_resolver): Remove prototype.
383 * config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
384 (i386_linux_skip_solib_resolver): Remove prototype.
385
386 2003-11-14 Mark Kettenis <kettenis@gnu.org>
387
388 * gdbarch.sh (skip_solib_resolver): Change into a multi-arch
389 function.
390 * gdbarch.c, gdbarch.h: Regenerate.
391 * infrun.c (handle_inferior_event): Call
392 gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
393 * arch-utils.c (generic_in_solib_call_trampoline): Adjust function
394 definition.
395 * arch-utils.h (generic_in_solib_call_trampoline): Adjust function
396 prototype.
397
398 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
399
400 * libunwind-frame.c: New file.
401 * libunwind-frame.h: New file.
402 * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
403 * configure.in: Add --with-libunwind option support. Define
404 HAVE_LIBUNWIND if libunwind support selected / defaulted.
405 Also check for libunwind.h and libunwind-ia64.h headers.
406 * configure: Regenerated.
407 * Makefile.in: Add support for libunwind-frame.o.
408 * config.in: Regenerated.
409
410 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
411
412 * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
413 set up the ia64 linux native target method for getting the kernel
414 unwind table.
415 * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
416 * inftarg.c (child_xfer_partial): Enable section of code to
417 handle TARGET_OBJECT_UNWIND_TABLE.
418 * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
419
420 2003-11-14 Ian Lance Taylor <ian@wasabisystems.com>
421
422 * config/arm/nbsd.mt (TM_FILE): Define.
423 * config/arm/tm-nbsd.h: New file.
424
425 2003-11-14 Andrew Cagney <cagney@redhat.com>
426
427 * Makefile.in (ppc-sysv-tdep.o): Update dependencies.
428 * ppc-sysv-tdep.c: Include "objfiles.h".
429 (ppc64_sysv_abi_push_dummy_call): Provide the
430 the FN's objfile when looking for the descriptor.
431
432 * ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
433 "name_of_malloc" to ".malloc".
434
435 2003-11-13 Mark Kettenis <kettenis@gnu.org>
436
437 * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
438
439 2003-11-13 David Carlton <carlton@kealia.com>
440
441 * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
442
443 2003-11-13 Andrew Cagney <cagney@redhat.com>
444
445 * arch-utils.h (selected_architecture_name): Declare.
446 (selected_byte_order): Declare.
447 * arch-utils.c (selected_byte_order): New function.
448 (selected_architecture_name): New function.
449 (target_architecture_auto): Make static.
450 (set_architecture_string): Make static.
451 (target_byte_order): Make static.
452 (target_byte_order_auto): Make static.
453 * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
454 non-multi-arch definition.
455 (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
456 (target_byte_order, target_architecture): Delete declaration.
457 (target_byte_order_auto, target_architecture_auto): Ditto.
458 * gdbarch.h: Re-generate.
459 * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
460 "selected_byte_order".
461
462 2003-11-13 Andrew Cagney <cagney@redhat.com>
463
464 * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
465
466 2003-11-13 Jim Blandy <jimb@redhat.com>
467
468 * cp-namespace.c: Doc fix.
469
470 2003-11-12 Michael Snyder <msnyder@redhat.com>
471
472 * sh64_tdep.c: Regularize some names.
473 (sh_sh64_register_name): Rename to sh64_register_name.
474 (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
475 (sh_sh64_register_byte): Rename to sh64_register_byte.
476 (sh_sh64_build_float_register_type):
477 Rename to sh64_build_float_register_type.
478 (sh_sh64_register_convert_to_virtual):
479 Rename to sh64_register_convert_to_virtual.
480 (sh_sh64_register_convert_to_raw):
481 Rename to sh64_register_convert_to_raw.
482
483 * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
484 sh64_media_reg_base_num, sh64_compact_reg_base_num,
485 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
486 sh64_extract_return_value, sh64_show_media_regs,
487 sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
488 sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
489 sh64_pseudo_register_read, sh64_pseudo_register_write,
490 sh64_do_pseudo_register, sh_compact_print_registers_info):
491 Delete unused variable 'tdep'.
492
493 * sh64-tdep.c: Coding standard and spelling comment fixes.
494 (sh64_extract_return_value): Replace deprecated_store_floating
495 with store_typed_floating.
496 (sh_sh64_register_convert_to_raw): Replace
497 deprecated_store_floating with store_typed_floating.
498 (sh_sh64_register_virtual_type): Convert to sh64_register_type.
499 (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
500 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
501 sh64_extract_struct_value_address, sh64_pop_frame,
502 sh64_extract_return_value, sh64_store_return_value,
503 sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
504 sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
505 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
506 Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
507 (sh64_gdbarch_init): Don't set deprecated_register_bytes,
508 deprecated_register_virtual_type, deprecated_register_raw_size,
509 deprecated_max_register_raw_size, or
510 deprecated_max_register_virtual_size. Instead, just set
511 gdbarch_register_type.
512 (sh_sh64_register_raw_size): Delete.
513 (sh_sh64_register_virtual_size): Delete.
514
515 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
516
517 * dwarf2read.c (struct dwarf2_cu): New type.
518
519 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
520 dwarf2_cu structure to pass down.
521
522 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
523 (add_partial_enumeration, locate_pdi_sibling, process_die)
524 (read_file_scope, read_func_scope)
525 (read_lexical_block_scope, dwarf2_get_pc_bounds)
526 (dwarf2_add_field, dwarf2_attach_fields_to_type)
527 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
528 (read_structure_scope, read_enumeration, read_array_type)
529 (read_common_block, read_namespace, read_tag_pointer_type)
530 (read_tag_ptr_to_member_type, read_tag_reference_type)
531 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
532 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
533 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
534 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
535 (read_full_die. read_attribute_value, read_attribute)
536 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
537 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
538 (die_containing_type, type_at_offset, tag_type_to_type)
539 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
540 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
541
542 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
543
544 PR breakpoints/1450
545 * breakpoint.c (insert_bp_location): Fix a logic error by returning
546 0 after a catchpoint fails.
547
548 2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
549
550 * mips-tdep.c (msymbol_size): Delete.
551
552 2003-11-07 Michael Chastain <mec@shout.net>
553
554 * symtab.h (struct minimal_symbol): Add size.
555 * dbxread.c: Use it.
556 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
557 Rename to record_minimal_symbol.
558 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
559 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
560 (install_minimal_symbols): Ditto.
561 * objfiles.c (terminate_minimal_symbol_table): Ditto.
562 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
563 * m68hc11-tdep.c: Ditto.
564 * mips-tdep.c: Ditto.
565 * sh64-tdep.c: Ditto.
566
567 2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
568
569 * MAINTAINERS: Change my e-mail address.
570
571 2003-11-10 Andrew Cagney <cagney@redhat.com>
572
573 * gdbarch.sh (return_value): Replace "inval" and "outval" with
574 "readbuf" and "writebuf".
575 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
576 * d10v-tdep.c (d10v_return_value): Ditto.
577 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
578 (ppc_sysv_abi_broken_return_value): Ditto.
579 (ppc64_sysv_abi_return_value): Ditto.
580 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
581 (ppc_sysv_abi_return_value): Ditto.
582 (ppc_sysv_abi_broken_return_value): Ditto.
583 (ppc64_sysv_abi_return_value): Ditto.
584 * values.c (register_value_being_returned): Update call.
585 * stack.c (return_command): Update call.
586 * gdbarch.h, gdbarch.c: Re-generate.
587
588 * target.h (struct target_ops): Order xfer buffer parameters "read
589 write" not "write read".
590 * bfd-target.c (target_bfd_xfer_partial): Update.
591 * remote.c (remote_xfer_partial): Update.
592 * inftarg.c (child_xfer_partial): Update.
593 * target.c (default_xfer_partial): Update.
594 (target_read_partial, target_write_partial): Update.
595 (debug_to_xfer_partial): Update.
596
597 * arch-utils.h, arch-utils.c: Fix typo in comment.
598
599 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
600 (gdbarch_from_bfd): Call gdbarch_find_by_info.
601 (set_gdbarch_from_file): Call
602 "deprecated_current_gdbarch_select_hack".
603
604 2003-11-09 Andrew Cagney <cagney@redhat.com>
605
606 * arch-utils.c (gdbarch_update_p): New function.
607 * gdbarch.sh (gdbarch_update_p): Delete function.
608 (find_arch_by_info, gdbarch_find_by_info): New functions.
609 (deprecated_current_gdbarch_select_hack): New function.
610 * gdbarch.c: Re-generate.
611
612 * gdbarch.sh (clear_gdbarch_swap): Delete function.
613 (swapout_gdbarch_swap): Delete function.
614 (swapin_gdbarch_swap): Delete function.
615 (init_gdbarch_swap): Delete function.
616 (initialize_non_multiarch): Delete function.
617 (current_gdbarch_swap_in_hack): New function.
618 (current_gdbarch_swap_out_hack): New function.
619 (current_gdbarch_swap_init_hack): New function.
620 * gdbarch.c: Re-generate.
621
622 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
623 parameter to "current_gdbarch". Add comment explaining why.
624 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
625 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
626 * gdbarch.c: Re-generate.
627
628 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
629 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
630 * config/s390/xm-linux.h: Delete file.
631 * config/m88k/xm-delta88v4.h: Delete stray.
632
633 * Makefile.in (arch-utils.o): Update dependencies.
634 * arch-utils.c: Include "osabi.h".
635 (gdbarch_info_fill): New function.
636 * arch-utils.h (gdbarch_info_fill): Declare.
637 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
638 * gdbarch.c: Re-generate.
639
640 2003-11-09 Mark Kettenis <kettenis@gnu.org>
641 David S. Miller <davem@redhat.com>
642
643 * glibc-tdep.c, glibc-tdep.h: New files.
644 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
645 * config/i386/linux.mt (TDEPFILES): Likewise.
646 * i386-linux-tdep.c (glibc-tdep.h): Include.
647 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
648 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
649 * arm-linux-tdep.c (glibc-tdep.h): Include.
650 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
651 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
652 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
653 (glibc_tdep_h): Define.
654 (glibc-tdep.o): Add dependencies.
655 (arm-linux-tdep.o): Update dependencies.
656 (i386-linux-tdep.o): Likewise.
657
658 2003-11-09 Andrew Cagney <cagney@redhat.com>
659
660 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
661 * config/mips/nm-irix6.h: Delete file.
662 * config/mips/nm-linux.h: Update copyright.
663 (MIPS_GNULINUX_TARGET): Delete macro.
664 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
665 * config/mips/xm-irix6.h: Delete file.
666 * config/mips/linux.mh (XM_FILE): Delete definition.
667 * config/mips/xm-linux.h: Delete file.
668
669 2003-11-09 Andrew Cagney <cagney@redhat.com>
670
671 * d10v-tdep.c (d10v_return_value): New function.
672 (d10v_use_struct_convention): Delete function.
673 (d10v_store_return_value): Delete function.
674 (d10v_extract_struct_value_address): Delete function.
675 (d10v_gdbarch_init): Set "return_value" instead of
676 "extract_return_value", "store_return_value",
677 "extract_struct_value_address", and "use_struct_convention".
678 (RET1_REGNUM): Delete const.
679
680 2003-11-09 Mark Kettenis <kettenis@gnu.org>
681
682 From David S. Miller <davem@redhat.com>:
683 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
684 * gdbarch.c, gdbarch.h: Regenerated.
685 * arch-utils.c (generic_skip_solib_resolver): New function.
686 * arch-utils.h (generic_skip_solib_resolver): New prototype.
687 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
688
689 2003-11-07 Andrew Cagney <cagney@redhat.com>
690
691 * top.c (print_gdb_version): Replace STREQ with strcmp.
692 * valops.c (value_struct_elt_for_reference): Ditto.
693 (value_struct_elt_for_reference): Ditto.
694 * symtab.c (gdb_mangle_name): Ditto.
695 (find_line_symtab): Ditto.
696 * symmisc.c (maintenance_print_symbols): Ditto.
697 * symfile.c (symbol_file_command): Ditto.
698 * stabsread.c (define_symbol, read_type): Ditto.
699 (cleanup_undefined_types, scan_file_globals): Ditto.
700 * solib.c (solib_map_sections): Ditto.
701 * solib-svr4.c (bfd_lookup_symbol): Ditto.
702 * rs6000-tdep.c (skip_prologue): Ditto.
703 * p-valprint.c (pascal_value_print): Ditto.
704 (pascal_object_is_vtbl_ptr_type): Ditto.
705 * objfiles.c (in_plt_section): Ditto.
706 * minsyms.c (lookup_minimal_symbol): Ditto.
707 (compact_minimal_symbols): Ditto.
708 (find_solib_trampoline_target): Ditto.
709 * mdebugread.c (parse_type): Ditto.
710 * language.c (set_language_command): Ditto.
711 (set_type_command, set_range_command): Ditto.
712 * f-lang.c (add_common_block): Ditto.
713 (add_common_block): Ditto.
714 (find_first_common_named): Ditto.
715 (patch_all_commons_by_name): Ditto.
716 * elfread.c (elf_locate_sections): Ditto.
717 (elf_locate_sections): Ditto.
718 (elfstab_offset_sections): Ditto.
719 * dwarf2read.c (dwarf2_locate_sections): Ditto.
720 * dbxread.c (add_old_header_file): Ditto.
721 (find_corresponding_bincl_psymtab): Ditto.
722 (read_dbx_symtab, process_one_symbol): Ditto.
723 * coffread.c (patch_opaque_types): Ditto.
724 * cli/cli-decode.c (delete_cmd): Ditto.
725 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
726 * c-typeprint.c (c_type_print_base): Ditto.
727 * breakpoint.c (bpstat_stop_status): Ditto.
728 (clear_command, breakpoint_re_set_one): Ditto.
729
730 2003-11-07 Andrew Cagney <cagney@redhat.com>
731
732 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
733 * bcache.c (struct bstring): Make "length" an unsigned short, add
734 "half_hash".
735 (struct bcache): Add "half_hash_error_count".
736 (bcache): Compute and save the "half_hash". Compare the
737 "half_hash" before comparing the length. Update
738 half_hash_error_count.
739
740 2003-11-07 Andrew Cagney <cagney@redhat.com>
741
742 * inftarg.c (child_xfer_partial): New function
743 (init_child_ops): Set "to_xfer_partial".
744
745 2003-11-07 Andrew Cagney <cagney@redhat.com>
746
747 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
748 set "return_value" instead of "use_struct_convention".
749 (ppc_linux_use_struct_convention): Delete function.
750 (ppc_linux_return_value): New function.
751 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
752 (ppc_sysv_abi_broken_return_value): New function.
753 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
754 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
755 static.
756 (ppc_sysv_abi_extract_return_value): Delete function.
757 (ppc_sysv_abi_broken_extract_return_value): Delete function.
758 (ppc_sysv_abi_store_return_value): Delete function.
759 (ppc_sysv_abi_broken_store_return_value): Delete function.
760 (ppc_sysv_abi_use_struct_convention): Delete function.
761 (ppc64_sysv_abi_use_struct_convention): Delete function.
762 (ppc64_sysv_abi_extract_return_value): Delete function.
763 (ppc64_sysv_abi_store_return_value): Delete function.
764 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
765 (ppcnbsd_init_abi): Set "return_value", instead of
766 "use_struct_convention", "extract_return_value", and
767 "store_return_value".
768 (ppcnbsd_use_struct_convention): Delete function.
769 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
770 (ppc_sysv_abi_return_value): Declare.
771 (ppc_sysv_abi_broken_return_value): Declare.
772 (ppc_sysv_abi_use_struct_convention): Delete.
773 (ppc_sysv_abi_store_return_value): Delete.
774 (ppc_sysv_abi_extract_return_value): Delete.
775 (ppc_sysv_abi_broken_store_return_value): Delete.
776 (ppc_sysv_abi_broken_extract_return_value): Delete.
777 (ppc64_sysv_abi_use_struct_convention): Delete.
778 (ppc64_sysv_abi_extract_return_value): Delete.
779 (ppc64_sysv_abi_store_return_value): Delete.
780 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
781 set "return_value" instead of "extract_return_value",
782 "store_return_value", and "use_struct_convention".
783
784 2003-11-07 Mark Kettenis <kettenis@gnu.org>
785
786 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
787
788 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
789 fscanf.
790
791 2003-11-07 Mark Kettenis <kettenis@gnu.org>
792
793 * fbsd-proc.c: Fix formatting.
794
795 2003-11-06 Kevin Buettner <kevinb@redhat.com>
796
797 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
798 Define.
799 (new_variant): Set name for iacc0_regnum.
800 (frv_register_name): Accommodate pseudo-registers.
801 (frv_register_type): Add case for iacc0_regnum.
802 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
803 (frv_gdbarch_init): Set number of pseudo registers. Establish
804 pseudo-register read/write methods.
805
806 2003-11-06 Andrew Cagney <cagney@redhat.com>
807
808 * valops.c (destructor_name_p): Replace STREQN with strncmp.
809 * top.c (command_line_input): Ditto.
810 * objc-exp.y (yylex): Ditto.
811 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
812 * jv-exp.y (yylex): Ditto.
813 * f-exp.y (yylex): Ditto.
814 * event-top.c (command_line_handler): Ditto.
815 * environ.c (get_in_environ): Ditto.
816 (set_in_environ): Ditto.
817 * dwarfread.c (handle_producer): Ditto.
818 * dbxread.c (process_one_symbol): Ditto.
819 * c-typeprint.c (c_type_print_base): Ditto.
820 * c-exp.y (yylex): Ditto.
821
822 2003-11-06 Andrew Cagney <cagney@redhat.com>
823 Jeff Johnston <jjohnstn@redhat.com>
824
825 * target.c (add_target): Only set "to_xfer_partial" when NULL.
826 (init_dummy_target): Set "to_xfer_partial".
827
828 2003-11-06 Andrew Cagney <cagney@redhat.com>
829
830 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
831 REGISTER_CONVENTION.
832
833 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
834
835 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
836 static.
837
838 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
839
840 * breakpoint.c (remove_breakpoint): Take an bp_location
841 instead of a breakpoint argument. Check the bp_location's type.
842 Fix a reversed condition for hardware breakpoints.
843
844 (insert_bp_location): Update call to remove_breakpoint.
845 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
846 (remove_hw_watchpoints): Likewise.
847 (reattach_breakpoints): Likewise.
848 (detach_breakpoints): Likewise.
849 (delete_breakpoint): Likewise.
850
851 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
852
853 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
854 (beakpoint_init_inferior): Likewise.
855 (breakpoint_here_p): Likewise. Only check addresses for software
856 or hardware breakpoints.
857 (breakpoint_inserted_here_p): Likewise.
858 (breakpoint_thread_match): Likewise. Correct comment.
859 (bpstat_have_active_hw_watchpoints): Likewise.
860 (check_duplicates): Likewise.
861
862 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
863
864 * breakpoints.c (insert_bp_location): New function, broken out
865 from insert_breakpoints. Work on an bp_location instead of a
866 breakpoint.
867 (insert_breakpoints): Use it.
868
869 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
870
871 * breakpoint.h (struct bp_location): Add section.
872 (struct breakpoint): Remove section.
873 * breakpoint.c (insert_breakpoints, remove_breakpoint)
874 (breakpoint_here_p, breakpoint_inserted_here_p)
875 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
876 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
877 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
878 section through loc.
879
880 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
881
882 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
883 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
884
885 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
886
887 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
888 arguments. Initialize owner and type for the new breakpoint
889 location item.
890 (set_raw_breakpoint): Update call to allocate_bp_location.
891
892 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
893
894 * breakpoint.h (struct bp_location): Add a chain pointer.
895 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
896 macros.
897 (bp_location_chain): New variable.
898 (allocate_bp_location): New function.
899 (set_raw_breakpoint): Use it.
900 (delete_breakpoint): Remove ->loc from the bp_location_chain.
901
902 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
903
904 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
905 (struct breakpoint): Remove address, shadow_contents, inserted,
906 requested_address, and duplicate. Add a struct bp_location.
907 * breakpoint.c (condition_command, read_memory_nobpt)
908 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
909 (reattach_breakpoints, update_breakpoints_after_exec)
910 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
911 (breakpoint_init_inferior, breakpoint_here_p)
912 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
913 (breakpoint_thread_match, bpstat_stop_status)
914 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
915 (describe_other_breakpoints, check_duplicates)
916 (make_breakpoint_permanent, create_thread_event_breakpoint)
917 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
918 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
919 (watch_command_1, print_one_exception_catchpoint)
920 (clear_command, breakpoint_re_set_one): Adjust member accesses to
921 use the breakpoint's ->loc.
922 (set_raw_breakpoint): Likewise. Initialize ->loc.
923 (delete_breakpoint): Likewise. Free ->loc.
924
925 2003-11-05 Andrew Cagney <cagney@redhat.com>
926
927 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
928 macro.
929 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
930 * config/i386/tm-cygwin.h
931 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
932 * config/powerpc/tm-linux.h
933 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
934 (at_subroutine_call_instruction_target): Delete declaration.
935 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
936 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
937 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
938
939 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
940 "struct bfd_section" and "struct bfd".
941 * target.h (struct section_table): Ditto.
942 * rs6000-nat.c (xcoff_relocate_core): Ditto.
943 * solib-svr4.c (elf_locate_base): Ditto.
944 * pa64solib.c (dld_cache_t): Ditto.
945 * objfiles.h (struct obj_section): Ditto.
946 * objfiles.c (add_to_objfile_sections): Ditto.
947 * exec.c (bfdsec_to_vmap): Ditto.
948 (add_to_section_table): Ditto.
949 (build_section_table): Ditto.
950 * corelow.c (get_core_register_section): Ditto.
951 * coffread.c (find_linenos): Ditto.
952 * elfread.c (elf_interpreter): Delete #if0'd function.
953
954 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
955 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
956 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
957 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
958
959 * arch-utils.h (generic_cannot_extract_struct_value_address):
960 Delete declaration.
961 * wince.c (_initialize_wince): Fix multi-line string.
962 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
963
964 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
965
966 * top.c (execute_command): Fix broken logic for command execution
967 while inferior is running in async mode.
968
969 2003-11-06 Mark Kettenis <kettenis@gnu.org>
970
971 * dwarf2-frame.c (execute_cfa_program): Mark register as
972 REG_SAVED_REG for DW_CFA_register opcode.
973
974 2003-11-05 Mark Kettenis <kettenis@gnu.org>
975
976 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
977 %rsp, %rip and %eflags to match ABI-change.
978
979 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
980
981 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
982 (ia64_gdbarch_init): Don't bother calculating the os.
983 Instead use the gdbarch_info struct and look at the osabi field.
984 Also use gdbarch_list_lookup_by_info() to look for a
985 candidate gdbarch.
986
987 2003-11-05 Kevin Buettner <kevinb@redhat.com>
988
989 * frv-tdep.c (frv_register_byte): Delete.
990 (frv_extract_return_value, frv_store_return_value)
991 (frv_extract_struct_value_address): Don't call frv_register_byte().
992 Convert to non-deprecated form.
993 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
994 Convert calls to set_gdbarch_deprecated_extract_return_value(),
995 set_gdbarch_deprecated_store_return_value(), and
996 set_gdbarch_deprecated_extract_struct_value_address() into
997 non-deprecated forms.
998
999 2003-11-05 Andrew Cagney <cagney@redhat.com>
1000
1001 * mips-tdep.c (mips_dump_tdep): Do not print
1002 PRINT_EXTRA_FRAME_INFO.
1003 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
1004 Rename PRINT_EXTRA_FRAME_INFO.
1005 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
1006 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
1007 (mips_print_extra_frame_info): Delete declaration.
1008 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
1009
1010 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1011
1012 * coffread.c (coff_symtab_read): Remove passing of info parameter
1013 to prim_record_minimal_symbol_and_info.
1014
1015 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1016
1017 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
1018 (decode_base_type): Delete ifdeffed out code.
1019
1020 2003-11-04 Andrew Cagney <cagney@redhat.com>
1021
1022 * symtab.c (find_active_alias): Delete function.
1023 (lookup_block_symbol): Delete alias code.
1024 * stabsread.c (resolve_live_range): Delete function.
1025 (add_live_range): Delete function.
1026 (resolve_symbol_reference): Delete function.
1027 (define_symbol): Delete live range and alias code.
1028 (scan_file_globals): Delete alias code.
1029 * symtab.h (SYMBOL_RANGES): Delete macro.
1030 (struct range_list): Delete structure.
1031 (struct symbol): Delete field "ranges".
1032 (SYMBOL_ALIASES): Delete macro.
1033 (struct alias_list): Delete structure.
1034 (struct symbol): Delete field "aliases".
1035
1036 2003-11-04 Michael Snyder <msnyder@redhat.com>
1037
1038 * MAINTAINERS: Remove myself as owner of breakpoints and
1039 of sparc/solaris.
1040
1041 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
1042
1043 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
1044 (sh_sh4al_dsp_register_name): Ditto.
1045 (sh4_nofpu_show_regs): Ditto.
1046 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
1047 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
1048
1049 2003-11-03 Andrew Cagney <cagney@redhat.com>
1050
1051 * bcache.c: Include "gdb_assert.h".
1052 (struct bcache): Add fields "expand_count" and
1053 "expand_hash_count".
1054 (expand_hash_table): Update the expand counts.
1055 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
1056 on object sizes and hashes.
1057 * Makefile.in (bcache.o): Update dependencies.
1058
1059 2003-11-03 Andrew Cagney <cagney@redhat.com>
1060
1061 * exec.c (xfer_memory): Eliminate xfer_fn.
1062
1063 2003-10-31 Kevin Buettner <kevinb@redhat.com>
1064
1065 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
1066 (opcodes/frv-desc.h): Include.
1067 (iacc0h_regnum, iacc0l_regnum): Define.
1068 (last_spr_regnum, frv_num_regs): Update.
1069 (new_variant): Don't supply default names for holes in the SPRs.
1070 Supply names for iacc0h_regnum and iacc0l_regnum.
1071 (frv_register_type): Use symbolic constants first_fpr_regnum and
1072 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
1073 builtin_type_int instead of builtin_type_int32.
1074 (frv_register_sim_regno): New function.
1075 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
1076 * Makefile.in (gdb_sim_frv_h): Define.
1077 (frv-tdep.o): Update dependencies.
1078
1079 2003-10-31 Andrew Cagney <cagney@redhat.com>
1080
1081 * avr-tdep.c (avr_frame_this_id): Do not call
1082 deprecated_inside_entry_file.
1083 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
1084 * m32r-tdep.c (m32r_frame_this_id): Ditto.
1085 * d10v-tdep.c (d10v_frame_this_id): Ditto.
1086 * arm-tdep.c (arm_prologue_this_id): Ditto.
1087 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
1088
1089 2003-10-31 Jim Blandy <jimb@redhat.com>
1090
1091 * elfread.c (elf_symtab_read): Allocate correct number of tail
1092 elements to sectinfo structure. (Fix from Woody LaRue.)
1093
1094 2003-10-31 Andrew Cagney <cagney@redhat.com>
1095
1096 * stack.c (return_command): Use get_frame_type, instead of
1097 CALL_DUMMY_HAS_COMPLETED.
1098 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
1099 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
1100
1101 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1102
1103 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
1104 explicitly specify size of array.
1105 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
1106 TDEP->sc_num_regs.
1107
1108 2003-10-31 Andrew Cagney <cagney@redhat.com>
1109
1110 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
1111 function.
1112 (s390_gdbarch_init): Set extract_struct_value_address.
1113 * arch-utils.c (generic_cannot_extract_struct_value_address):
1114 Delete function.
1115 * arch-utils.h (generic_cannot_extract_struct_value_address):
1116 Delete definition.
1117
1118 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1119
1120 * i386-linux-nat.c (fetch_core_registers): Remove.
1121 (linux_elf_core_fns): Remove.
1122 (_initialize_i386_linux_nat): Remove.
1123
1124 2003-10-31 Andrew Cagney <cagney@redhat.com>
1125
1126 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
1127 "exec.h".
1128 (exec_entry_point): New function.
1129 (enable_break): Create a "tmp_bfd_target", use that and
1130 entry_point_address when computing the relocation offset.
1131 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1132 * Makefile.in (solib-svr4.o): Update dependencies.
1133
1134 2003-10-31 Andrew Cagney <cagney@redhat.com>
1135
1136 * defs.h (XZALLOC): Define.
1137 * target.h (struct target_ops): Add "to_data";
1138 * bfd-target.h, bfd-target.c: New files.
1139 * Makefile.in (SFILES): Add "bfd-target.c".
1140 (COMMON_OBS): Add "bfd-target.o".
1141 (bfd-target.o): Specify dependencies.
1142 (bfd_target_h): Define.
1143 * defs.h (XZALLOC): Define.
1144
1145 2003-10-31 Andrew Cagney <cagney@redhat.com>
1146
1147 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
1148 adjust_breakpoint_address.
1149 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
1150 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
1151 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
1152 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
1153
1154 2003-10-31 Andrew Cagney <cagney@redhat.com>
1155
1156 * target.h (struct target_ops): Replace "to_read_partial" and
1157 "to_write_partial" with "to_xfer_partial". Update comments.
1158 * target.c (debug_to_write_partial): Delete function.
1159 (debug_to_xfer_partial): Replace debug_to_read_partial.
1160 (add_target, update_current_target, setup_target_debug): Set
1161 "to_xfer_partial" instead of "to_read_partial" and
1162 "to_write_partial".
1163 (default_xfer_partial): Replace "default_write_partial".
1164 (default_read_partial): Delete.
1165 (target_read_partial, target_write_partial): Call
1166 "to_xfer_partial".
1167 * remote.c (init_remote_ops): Set "to_xfer_partial".
1168 (init_remote_async_ops): Ditto.
1169 (remote_xfer_partial): Replace "remote_read_partial".
1170
1171 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1172
1173 * i386-tdep.c (i386_supply_fpregset): Support floating-point
1174 registers in `fxsave' format.
1175 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
1176
1177 2003-10-30 Mark Kettenis <kettenis@gnu.org>
1178
1179 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
1180 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
1181 TDEP->gregset_num_regs and tdep->sizeof_gregset.
1182
1183 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
1184 specify size of array.
1185 (i386_linux_init_abi): Remove initialization of
1186 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
1187 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
1188
1189 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
1190 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
1191 core-regset.o.
1192
1193 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
1194 the ELF header.
1195
1196 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1197
1198 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
1199 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
1200 core-regset.o.
1201
1202 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
1203
1204 * corelow.c: Include "arch-utils.h", "regset.h" and
1205 "gdb_assert.h".
1206 (core_gdbarch): New variable.
1207 (sniff_core_bfd): Don't sniff if we have support for register sets
1208 in CORE_GDBARCH.
1209 (core_close): Reset CORE_GDBARCH.
1210 (core_open): Initialize CORE_GDBARCH.
1211 (get_core_register_section): Use register sets if they are
1212 supported by CORE_GDBARCH.
1213 (get_core_registers): Don't print error message if we have support
1214 for register sets in CORE_GDBARCH.
1215
1216 2003-10-29 Andrew Cagney <cagney@redhat.com>
1217
1218 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
1219 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
1220
1221 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1222
1223 * objfiles.h (clear_objfile_data): New prototype.
1224 * objfiles.c (clear_objfile_data): New function.
1225 * symfile.c (reread_symbols): Clear per-objfile data.
1226
1227 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
1228
1229 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
1230 printf_unfiltered instead of printf_filtered for output messages.
1231 (add_symbol_file_command): Ditto.
1232 (reread_symbols): Ditto.
1233 (overlay_auto_command): Ditto.
1234 (overlay_manual_command): Ditto.
1235 (overlay_off_command): Ditto.
1236
1237 2003-10-27 Mark Kettenis <kettenis@gnu.org>
1238
1239 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
1240 (gdbarch_from_bfd): New function.
1241 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
1242 deprecated_select_gdbarch_hack.
1243 * arch-utils.h (gdbarch_from_bfd): New prototype.
1244
1245 2003-10-27 Andrew Cagney <cagney@redhat.com>
1246
1247 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
1248 arch_info. Use warning instead of fprintf_filtered. Do not use
1249 deprecated bfd_printable_arch_mach.
1250
1251 2003-10-26 Kevin Buettner <kevinb@redhat.com>
1252
1253 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
1254 Delete.
1255 (frv_register_type): Rename from frv_register_virtual_type. Add
1256 ``struct gdbarch *'' parameter.
1257 (frv_gdbarch_init): Delete calls to the following functions:
1258 set_gdbarch_deprecated_size(),
1259 set_gdbarch_deprecated_register_bytes(),
1260 set_gdbarch_deprecated_register_raw_size(),
1261 set_gdbarch_deprecated_max_register_raw_size(),
1262 set_gdbarch_deprecated_register_virtual_size(),
1263 set_gdbarch_deprecated_max_register_virtual_size(),
1264 set_gdbarch_deprecated_register_virtual_size(),
1265 set_gdbarch_deprecated_register_virtual_type().
1266 Add call to function set_gdbarch_register_type().
1267
1268 2003-10-26 Mark Kettenis <kettenis@gnu.org>
1269
1270 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
1271 FDOFF_REGNUM): Remove defines.
1272 * win32-nat.c (do_child_fetch_inferior_registers): Include
1273 "i387-tdep.h".
1274 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
1275 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
1276 undefine I387_ST0_REGNUM.
1277
1278 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
1279 * x86-64-tdep.c (x86_64_store_return_value): Use
1280 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
1281
1282 Change register numbers to enumartion values.
1283 * i386-tdep.h (enum i386_regnum): New.
1284 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1285 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
1286 I386_ST0_REGNUM): Remove defines.
1287 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1288 I386_EDI_REGNUM): Remove defines.
1289
1290 2003-10-24 Andrew Cagney <cagney@redhat.com>
1291
1292 * target.c: Include "gdbcore.h".
1293 (get_target_memory, get_target_memory_unsigned): New functions.
1294 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
1295 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
1296 Use get_target_memory_unsigned.
1297 * Makefile.in (target.o): Update dependencies.
1298
1299 2003-10-24 Andrew Cagney <cagney@redhat.com>
1300
1301 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
1302 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
1303 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
1304 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
1305 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
1306
1307 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
1308 (can_run_code_for): Use the OO term "singleton".
1309
1310 2003-10-23 Andrew Cagney <cagney@redhat.com>
1311
1312 * Makefile.in (stack.o): Add $(regcache_h).
1313 * stack.c: Include "regcache.h"
1314 (return_command): Rewrite. Use get_frame_id and
1315 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
1316 about unhandled return-values.
1317 * value.h (set_return_value): Delete declaration.
1318 * values.c (set_return_value): Delete function.
1319
1320 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
1321
1322 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
1323 (pseudo_regs): Add comment regarding register stack registers.
1324 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
1325 (floatformat_valid): New static routine.
1326 (floatformat_ia64_ext): Add name field and set up is_valid routine
1327 to floatformat_valid().
1328 (examine_prologue): For the previous cfm, use
1329 frame_unwind_register()
1330 if the cfm is not stored in a register-stack register. Save the
1331 previous cfm value in the prev_cfm field. Add debug output.
1332 (ia64_frame_this_id): Use frame_id_build_special() to also register
1333 the bsp. Add debug output.
1334 (ia64_sigtramp_frame_this_id): Ditto.
1335 (ia64_frame_prev_register): Look at cache saved_regs for a few more
1336 registers and also add some checks for framelessness before accepting
1337 current register values for fields such as return address. For cfm,
1338 use the cached prev_cfm field if available. Add comment to explain
1339 PSR logic. Add debug output.
1340 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
1341 as part of initialization.
1342 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
1343 calculated. Cache the bsp and cfm values.
1344 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
1345 instead of using ia64_frame_prev_register() which doesn't expect most
1346 registers to be saved. The saved values for bsp and sp
1347 can be taken from the cache. Add debug output.
1348 (ia64_push_dummy_call): Use frame_id_build_special() to also register
1349 the bsp.
1350
1351 2003-10-23 Jim Blandy <jimb@redhat.com>
1352
1353 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
1354 architecture the current arch can run code for --- but not if it's
1355 a superset.
1356 (can_run_code_for): New function.
1357
1358 2003-10-22 James E Wilson <wilson@specifixinc.com>
1359
1360 * MAINTAINERS: Move myself from paper trail section back to write
1361 after approval section.
1362
1363 2003-10-22 Andrew Cagney <cagney@redhat.com>
1364
1365 * exec.h: New file.
1366 * win32-nat.c: Include "exec.h".
1367 * solib.c: Include "exec.h".
1368 * target.h (build_section_table): Delete declaration.
1369 * somsolib.c: Include "exec.h".
1370 (exec_ops): Delete extern declaration.
1371 * rs6000-nat.c: Update copyright. Include "exec.h".
1372 (exec_ops): Delete extern declaration.
1373 * pa64solib.c: Update copyright. Include "exec.h".
1374 (exec_ops): Delete extern declaration.
1375 * exec.c: Update copyright. Include "exec.h".
1376 * corelow.c: Update dependencies. Include "exec.h".
1377 * Makefile.in (exec_h): Define.
1378 (exec.o, somsolib.o): Update dependencies.
1379 (pa64solib.o, corelow.o): Update dependencies.
1380
1381 2003-10-22 Andrew Cagney <cagney@redhat.com>
1382
1383 * target.c: Include "gdb_assert.h" (target_read): Call
1384 "target_read_partial", not "target_write_partial".
1385 (default_read_partial, default_write_partial): New function.
1386 (target_read_partial, target_write_partial): Simplify, assume that
1387 there is always a read/write method.
1388 (update_current_target, add_target): Always set "to_read_partial"
1389 and "to_write_partial".
1390 (target_write, target_read): Fail on a zero byte transfer.
1391 * Makefile.in (target.o): Update dependencies.
1392 * target.h: Update copyright date.
1393 (target_object): Fix typo.
1394
1395 2003-10-22 Andrew Cagney <cagney@redhat.com>
1396
1397 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
1398 multi-arch method, add "targ" parameter.
1399 (struct target_ops): Declare.
1400 * gdbarch.h, gdbarch.c: Re-generate.
1401 * Makefile.in (c-valprint.o): Update dependencies.
1402 * arch-utils.h: Update copyright.
1403 (convert_from_func_ptr_addr_identity): Declare.
1404 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
1405 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1406 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
1407 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
1408 * infcall.c (find_function_addr, call_function_by_hand): Update.
1409 * c-valprint.c: Include "target.h".
1410 (print_function_pointer_address): Update.
1411
1412 2003-10-22 Andrew Cagney <cagney@redhat.com>
1413
1414 * target.c (target_close): New function.
1415 (debug_to_close): Use "target_close".
1416 (push_target): Use "target_close".
1417 (unpush_target): Use "target_close".
1418 (pop_target): Use "target_close".
1419 * target.h (struct target_ops): Add "to_xclose".
1420 (target_open): Delete macro. Move comment to "to_open".
1421 (target_close): Replace macro with function that takes a target.
1422 * top.c (quit_target): Pass "current_target" to "target_close".
1423
1424 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
1425
1426 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
1427 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1428 * symtab.h (lookup_minimal_symbol_text): Update.
1429 * breakpoint.c (create_overlay_event_breakpoint,
1430 create_longjmp_breakpoint): Update callers.
1431 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
1432 * symtab.c (find_pc_sect_line): Ditto.
1433
1434 2003-10-21 Andrew Cagney <cagney@redhat.com>
1435
1436 * target.c (errno): Delete extern declaration.
1437
1438 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
1439
1440 * ia64-tdep.c: Change all occurrences of
1441 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1442 (ia64_frame_prev_register): Minor whitespace change.
1443
1444 2003-10-20 Michael Chastain <mec@shout.net>
1445
1446 * config/djgpp/fnchange.lst: Add lines for:
1447 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1448 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1449 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1450 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1451 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1452 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1453 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1454
1455 2003-10-20 Andrew Cagney <cagney@redhat.com>
1456
1457 * values.c (register_value_being_returned): Update comments. Use
1458 "gdbarch_return_value" when available.
1459 (using_struct_return): Ditto.
1460 (set_return_value): Ditto. Use "gdbarch_return_value" when
1461 available.. Print a warning, and not an error, when an unhandled
1462 return type is encountered.
1463 * infcmd.c: Include "gdb_assert.h".
1464 (print_return_value): When gdbarch_return_value_p, and using
1465 struct return, assume that the value is not available.
1466 * defs.h (return_value_convention): Define.
1467 * gdbarch.sh (gdbarch_return_value): New predicate method.
1468 * gdbarch.h, gdbarch.c: Re-generate
1469 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1470
1471 2003-10-20 Andrew Cagney <cagney@redhat.com>
1472
1473 * symtab.c: Replace "struct sec" with "struct bfd_section".
1474 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1475
1476 2003-10-19 Michael Chastain <mec@shout.net>
1477
1478 * config/djgpp/fnchange.lst: Add lines for:
1479 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1480 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1481 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1482
1483 2003-10-19 Mark Kettenis <kettenis@gnu.org>
1484
1485 * amd64fbsd-nat.c (fetch_inferior_registers,
1486 store_inferior_registers): Remove functions.
1487 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1488
1489 2003-10-18 Mark Kettenis <kettenis@gnu.org>
1490
1491 Add NetBSD/amd64 native configuration:
1492 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1493 * amd64nbsd-tdep.c: New file.
1494 * amd64nbsd-nat.c: New file.
1495 * amd64bsd-nat.c: New file.
1496 * config/i386/nbsd64.mh: New file.
1497 * config/i386/nbsd64.mt: New file.
1498 * configure.host: Add x86_64-*-netbsd*.
1499 * configure.tgt: Add x86_64-*-netbsd*.
1500 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1501 New targets.
1502 * NEWS (New native configurations): Mention NetBSD/amd64.
1503
1504 2003-10-17 Michael Chastain <mec@shout.net>
1505
1506 * config/djgpp/fnchange.lst: Remove dead lines for:
1507 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1508 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1509 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1510 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1511 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1512 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1513 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1514 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1515 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1516 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1517 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1518 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1519 gdb/config/sparc/tm-sparclite.h,
1520 gdb/gdbtk/generic/ChangeLog-2001,
1521 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1522 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1523 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1524 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1525 gdb/testsuite/gdb.mi/mi0-var-block.exp,
1526 gdb/testsuite/gdb.mi/mi0-var-child.exp,
1527 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1528 gdb/testsuite/gdb.mi/mi0-var-display.exp,
1529 itcl/iwidgets3.0.0/demos/extfileselectionbox,
1530 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1531 itcl/iwidgets3.0.0/demos/fileselectionbox,
1532 itcl/iwidgets3.0.0/demos/fileselectiondialog,
1533 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1534 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1535 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1536 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1537 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1538 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1539 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1540 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1541 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1542 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1543 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1544 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1545 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1546 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1547 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1548 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1549 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1550 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1551 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1552 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1553 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1554 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1555 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1556 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1557 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1558 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1559 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1560 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1561 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1562 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1563 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1564 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1565 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1566 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1567 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1568 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1569 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1570 itcl/iwidgets3.0.0/demos/scrolledframe,
1571 itcl/iwidgets3.0.0/demos/scrolledhtml,
1572 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1573 itcl/iwidgets3.0.0/demos/scrolledtext,
1574 itcl/iwidgets3.0.0/demos/selectionbox,
1575 itcl/iwidgets3.0.0/demos/selectiondialog,
1576 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1577 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1578 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1579 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1580 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1581 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1582 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1583 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1584 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1585 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1586 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1587 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1588 itcl/iwidgets3.0.0/doc/selectionbox.n,
1589 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1590 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1591 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1592 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1593 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1594 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1595 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1596 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1597 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1598 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1599 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1600 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1601 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1602 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1603 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1604 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1605 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1606 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1607 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1608 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1609 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1610 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1611 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1612 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1613 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1614 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1615 itcl/iwidgets3.0.0/tests/selectionbox.test,
1616 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1617 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1618 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1619 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1620 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1621 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1622 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1623 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1624 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1625 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1626 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1627 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1628 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1629 tk/mac/tkMacProjects.sit.hqx.
1630
1631 2003-10-17 Andrew Cagney <cagney@redhat.com>
1632
1633 * target.c (target_section_by_addr): New function.
1634 (do_xfer_memory): Use "target_section_by_addr".
1635 * target.h (target_section_by_addr): Declare.
1636
1637 * target.h (struct target_ops): Add "to_read_partial" and
1638 "to_write_partial", delete "to_query".
1639 (target_read_partial, target_write_partial): Declare.
1640 (target_read, target_write): Declare.
1641 (target_query): Delete macro.
1642 * target.c (target_read_partial): New function.
1643 (target_write_partial, target_read, target_write): New function.
1644 (update_current_target): Delete inheritance of "to_query". Add
1645 comments about "to_read_partial" and "to_write_partial".
1646 (debug_to_partial_read, debug_to_partial_write): New functions.
1647 (debug_to_query): Delete function.
1648 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1649 instead of "to_query".
1650 * remote.c (remote_read_partial): Replace "remote_query".
1651 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1652 (init_remote_async_ops): Ditto.
1653 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1654 "target_read_partial" instead of "target_query".
1655 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1656 Use "target_read_partial" instead of "target_query".
1657
1658 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1659
1660 * frame.h (struct frame_id): Add new field: special_addr.
1661 (frame_id_build_special): New prototype.
1662 * frame.c (frame_id_build_special): New function.
1663 (frame_id_build): Change to call frame_id_build_special().
1664 (frame_id_eq): Change to also test special_addr field.
1665 (frame_id_inner): Update comment.
1666
1667 2003-10-17 Andrew Cagney <cagney@redhat.com>
1668
1669 * target.c (update_current_target): Perform the target cleanup.
1670 Put the target stack beneath the squashed "current_target".
1671 (add_target): Delete disabled call to "cleanup_target".
1672 (cleanup_target): Delete function.
1673 (push_target, unpush_target): Do not call "cleanup_target".
1674
1675 2003-10-17 Andrew Cagney <cagney@redhat.com>
1676
1677 * target.c (target_stack): Change to a static target_ops.
1678 (update_current_target): Walk the "struct target_ops" stack.
1679 (pop_target, do_xfer_memory, target_info): Ditto.
1680 (find_target_beneath): Ditto.
1681 (push_target): Rewrite to use the "struct target_ops" stack.
1682 (unpush_target): Ditto.
1683 * target.h (struct target_stack_item): Delete definition.
1684 (target_stack): Delete declaration.
1685 (struct target_ops): Add field "beneath".
1686
1687 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
1688
1689 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1690 declaration.
1691 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1692 (h8300_examine_prologue): Use h8300_normal_mode flag
1693 (h8300_gdbarch_init): Set architecture info for normal mode
1694
1695 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
1696
1697 * remote.c (remote_protocol_vcont): New variable.
1698 (set_remote_protocol_vcont_packet_cmd): New function.
1699 (show_remote_protocol_vcont_packet_cmd): New function.
1700 (init_all_packet_configs): Handle remote_protocol_vcont.
1701 (remote_vcont_probe): New function.
1702 (remote_vcont_resume): New function.
1703 (remote_resume): Use it.
1704 (remote_async_resume): Call remote_resume.
1705 (_initialize_remote): Add verbose-resume packet commands.
1706
1707 2003-10-16 Andrew Cagney <cagney@redhat.com>
1708
1709 * infrun.c (handle_inferior_event): Add comment about
1710 "frame_id_inner" being too weak.
1711
1712 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
1713
1714 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1715 second parameter, which is always null. Remove
1716 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1717 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1718 accordingly.
1719 * somsolib.c (som_solib_create_inferior_hook,
1720 som_solib_desire_dynamic_linker_symbols): Update callers.
1721 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1722
1723 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1724
1725 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1726 debug interface, SDI (Scalable Debug Interface).
1727 * NEWS: Mention m32r SDI protocol was supported.
1728 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1729 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1730
1731 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1732
1733 * ia64-linux-tdep.c: Include gdbcore.h.
1734 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1735 (ia64_linux_sigcontext_register_addr): Find the address of the
1736 sigcontext area stored in the sigframe instead of using
1737 a magic offset constant.
1738
1739 2003-10-15 Andrew Cagney <cagney@redhat.com>
1740
1741 * remote.c (remote_search): Delete function.
1742 * target.h (target_search): Delete disabled macro.
1743 (struct target_ops): Delete disabled field "to_search".
1744
1745 2003-10-14 Kevin Buettner <kevinb@redhat.com>
1746
1747 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1748 instead of deprecated_inside_entry_file().
1749
1750 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
1751
1752 * sh-tdep.c: Fix copy/paste hangover in comment.
1753 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1754 mode.
1755 (sh3e_sh4_extract_return_value): Ditto.
1756
1757 2003-10-13 Richard Henderson <rth@redhat.com>
1758
1759 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1760 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1761 match c_val_print a bit closer.
1762
1763 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1764
1765 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1766 (frv_gdbarch_adjust_breakpoint_address): New function.
1767 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1768 method.
1769
1770 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1771
1772 * breakpoint.h (struct breakpoint): Add new member
1773 ``requested_address''.
1774 * breakpoint.c (breakpoint_adjustment_warning)
1775 (adjust_breakpoint_address): New static functions.
1776 (print_it_typical): Issue warning if breakpoint's address is different
1777 from its requested address.
1778 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1779 (breakpoint_re_set_one): Set breakpoint's
1780 ``requested_address'' field. Set ``address'' field to the
1781 result of calling adjust_breakpoint_address() on the requested
1782 address.
1783
1784 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1785
1786 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1787 * gdbarch.h, gdbarch.c: Regenerate.
1788
1789 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1790
1791 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1792 TDEP->sc_num_regs.
1793
1794 * i386fbsd-tdep.c: New file.
1795 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1796 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1797 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1798 i386bsd-tdep.c.
1799 (_initialize_i386fbsd_tdep): New function.
1800 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1801 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1802 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1803 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1804 TDEP->sc_num_regs.
1805 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1806 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1807 to initialize TDEP->sc_num_regs.
1808 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1809 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1810 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1811 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1812 FreeBSD ELF OS/ABI's here.
1813 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1814 (i386fbsd-tdep.o): New target.
1815 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1816 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1817
1818 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1819 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1820 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1821 in initialization of TDEP->sc_num_regs.
1822
1823 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1824 (x86_64_init_abi): Initialize regset_from_core_section if
1825 appropriate.
1826
1827 * i386-tdep.c (i386_regset_from_core_section): New function.
1828 (i386_gdbarch_init): Initialize regset_from_core_section if
1829 appropriate.
1830 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1831
1832 * i386-tdep.h (struct regset): Declare opaque.
1833
1834 * gdbarch.sh (regset_from_core_section): New method.
1835 (struct regset): Declare opaque.
1836 * gdbarch.c, gdbarch.h: Regenerated.
1837
1838 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1839
1840 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1841 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1842 Correct test for pc within section.
1843
1844 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1845
1846 * gdbarch.sh: Remove trailing whitepsace from comments.
1847
1848 2003-10-08 Roland McGrath <roland@redhat.com>
1849
1850 * gcore.c (make_mem_sec): Function removed, folded into ...
1851 (gcore_create_callback): ... here. To omit a section, clear its
1852 SEC_LOAD bit rather than zeroing its size.
1853 Omit read-only sections only if they correspond to a known disk file.
1854 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1855
1856 2003-10-10 Michael Snyder <msnyder@redhat.com>
1857
1858 * d10v-tdep.c: Fix typo in comment.
1859
1860 2003-10-10 Andrew Cagney <cagney@redhat.com>
1861
1862 * rs6000-tdep.c (e500_store_return_value): Delete function.
1863 (e500_extract_return_value): Delete function.
1864 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1865 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1866 "ppc_sysv_abi_restore_return_value" where applicable.
1867 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1868 (ppc_sysv_abi_extract_return_value): Declare.
1869 (ppc_sysv_abi_broken_store_return_value): Declare.
1870 (ppc_sysv_abi_broken_extract_return_value): Declare.
1871 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1872 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1873 start of file.
1874 (do_ppc_sysv_return_value): New function.
1875 (ppc_sysv_abi_extract_return_value): New function.
1876 (ppc_sysv_abi_store_return_value): New function.
1877 (ppc_sysv_abi_broken_extract_return_value): New function.
1878 (ppc_sysv_abi_broken_store_return_value): New function.
1879 (ppc_sysv_abi_use_struct_convention): Call
1880 do_ppc_sysv_return_value.
1881
1882 2003-10-10 J. Brobecker <brobecker@gnat.com>
1883
1884 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1885 to lookup the main function symbol.
1886
1887 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1888
1889 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1890 types correctly.
1891 (sh_push_dummy_call_fpu): Fix argument passing rules.
1892 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1893 float types.
1894 (sh3e_sh4_store_return_value): Ditto.
1895
1896 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1897
1898 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1899 comment.
1900
1901 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1902
1903 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1904 more readable code. Accomodate passing of bitfields.
1905
1906 2003-10-10 Andrew Cagney <cagney@redhat.com>
1907
1908 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1909 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1910 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1911 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1912 (ppc64_sysv_abi_push_dummy_call): New function.
1913 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1914 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1915 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1916
1917 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1918
1919 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1920 * README: Ditto.
1921 * d10v-tdep.c: Ditto.
1922 * h8300-tdep.c: Ditto.
1923 * remote-e7000.c: Ditto.
1924 * remote-hms.c: Ditto.
1925 * ser-e7kpc.c: Ditto.
1926 * sh-stub.c: Ditto.
1927 * sh-tdep.c: Ditto.
1928 * sh-tdep.h: Ditto.
1929 * sh3-rom.c: Ditto.
1930 * sh64-tdep.c: Ditto.
1931 * top.c: Ditto.
1932 * wince.c: Ditto.
1933 * config/d10v/d10v.mt: Ditto.
1934 * config/sh/embed.mt: Ditto.
1935 * config/sh/linux.mt: Ditto.
1936 * config/sh/tm-linux.h: Ditto.
1937 * config/sh/tm-sh.h: Ditto.
1938 * config/sh/wince.mt: Ditto.
1939
1940 2003-10-09 Andrew Cagney <cagney@redhat.com>
1941
1942 * ppc-tdep.h (struct type): Declare opaque.
1943 * x86-64-tdep.h (struct regcache): Declare opaque.
1944 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1945 coding style.
1946
1947 2003-10-09 Andrew Cagney <cagney@redhat.com>
1948
1949 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1950 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1951 (SOFTWARE_SINGLE_STEP_P): Ditto.
1952 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1953 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1954 (SOFTWARE_SINGLE_STEP_P): Ditto.
1955 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1956 software_single_step to rs6000_software_single_step.
1957
1958 2003-10-09 Andrew Cagney <cagney@redhat.com>
1959
1960 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1961
1962 2003-10-09 Michael Snyder <msnyder@redhat.com>
1963
1964 * frame.h: Fix typo in comment.
1965 * dummy-frame.c: Fix typo in comment.
1966 * d10v-tdep.c: Random whitespace/comment tweaks.
1967
1968 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1969
1970 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1971 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1972 on stack.
1973
1974 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1975 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1976 in detail.
1977
1978 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1979
1980 * remote-mips.c (mips_initialize): Remove unneeded call to
1981 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1982
1983 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1984
1985 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1986 a memory pointer.
1987
1988 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1989
1990 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1991 for any lwp we resume.
1992 (running_callback): Add lwps that have pending status events
1993 against them to be considered running.
1994
1995 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1996
1997 * m32r-tdep.c : Include "dis-asm.h".
1998 * Makefile.in (m32r-tdep.o): Update dependencies.
1999
2000 2003-10-06 J. Brobecker <brobecker@gnat.com>
2001
2002 * completer.h (get_gdb_completer_word_break_characters): Delete.
2003 * completer.c: include language.h.
2004 (gdb_completer_word_break_characters): Delete.
2005 (get_gdb_completer_word_break_characters): Delete.
2006 (location_completer): Use the word break characters of the current
2007 language.
2008 (complete_line): Likewise.
2009 (line_completion_function): Likewise.
2010 (skip_quoted_chars): Likewise.
2011 * Makefile.in (completer.o): Add dependency on language.h.
2012 * top.c (init_main): Set the readline word break characters
2013 to GDB's default word break characters.
2014
2015 2003-10-06 J. Brobecker <brobecker@gnat.com>
2016
2017 * language.h (language_defn): new field, la_word_break_characters.
2018 * language.c (unknown_language_defn): Set new field to
2019 default_word_break_characters.
2020 (auto_language_defn): Likewise.
2021 (local_language_defn): Likewise.
2022 * ada-lang.c (ada_language_defn): Likewise.
2023 * c-lang.c (c_language_defn): Likewise.
2024 (cplus_language_defn): Likewise.
2025 (asm_language_defn): Likewise.
2026 (minimal_language_defn): Likewise.
2027 * f-lang.c (f_language_defn): Likewise.
2028 * jv-lang.c (java_language_defn): Likewise.
2029 * m2-lang.c (m2_language_defn): Likewise.
2030 * objc-lang.c (objc_language_defn): Likewise.
2031 * p-lang.c (pascal_language_defn): Likewise.
2032 * scm-lang.c (scm_language_defn): Likewise.
2033
2034 2003-10-06 Andrew Cagney <cagney@redhat.com>
2035
2036 * ppc-sysv-tdep.c: Re-indent.
2037
2038 2003-10-06 J. Brobecker <brobecker@gnat.com>
2039
2040 * language.h (default_word_break_characters): Add prototype.
2041 * language.c (default_word_break_characters): New function.
2042
2043 2003-10-06 Andreas Schwab <schwab@suse.de>
2044
2045 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
2046 with %eax.
2047
2048 2003-10-06 Andrew Cagney <cagney@redhat.com>
2049
2050 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
2051 "h8500-tdep.c".
2052 (z8k-tdep.o): Delete custom build rule.
2053
2054 2003-10-06 Andrew Cagney <cagney@redhat.com>
2055
2056 * Makefile.in: Update all dependencies.
2057
2058 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
2059 No longer list PA as as obsolete candidate. List m32r as
2060 broken instead of obsolete.
2061
2062 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
2063 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
2064 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
2065 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
2066 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
2067 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
2068 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
2069 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
2070 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
2071 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
2072 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
2073 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
2074 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
2075 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
2076 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
2077 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
2078 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
2079 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
2080 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
2081 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
2082 * config/z8k/z8k.mt: Ditto.
2083
2084 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
2085 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
2086 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
2087 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
2088 sparclite were removed.
2089 * configure.host, configure.tgt: Remove corresponding tuples.
2090
2091 * breakpoint.c, breakpoint.h: Remove obsolete code.
2092 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
2093 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
2094 * stabsread.h, xcoffread.c: Ditto.
2095
2096 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
2097 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
2098 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
2099 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
2100
2101 2003-10-06 David Lecomber <dsl@sources.redhat.com>
2102
2103 * f-valprint.c: Reformatting
2104
2105 2003-10-06 Mark Kettenis <kettenis@gnu.org>
2106
2107 * x86-64-tdep.c: Remove duplicate comment.
2108
2109 * x86-64-tdep.c (x86_64_store_return_value): Don't use
2110 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
2111 names for return values. This fixes a bug since we looked at %rbx
2112 instead of %rdx.
2113
2114 2003-10-05 Mark Kettenis <kettenis@gnu.org>
2115
2116 * x86-64-tdep.c: Include "regset.h".
2117
2118 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
2119 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
2120 sizeof_fpregset.
2121 * i386-tdep.c: Include "regset.h".
2122 (i386_supply_gregset): New function.
2123 (i386_supply_fpregset): New function.
2124 (i386_gdbarch_init): Initialze register set-related members of
2125 TDEP.
2126 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
2127 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2128
2129 2003-10-03 Andrew Cagney <cagney@redhat.com>
2130
2131 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
2132 set extract_return_value, store_return_value and
2133 use_struct_convention to ppc64_sysv_abi_extract_return_value,
2134 ppc64_sysv_abi_store_return_value and
2135 ppc64_sysv_abi_use_struct_convention.
2136 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
2137 (ppc64_sysv_abi_store_return_value): Declare.
2138 (ppc64_sysv_abi_use_struct_convention): Declare.
2139 * ppc-sysv-tdep.c (enum return_value_convention): Define.
2140 (ppc64_sysv_abi_extract_return_value): New function.
2141 (ppc64_sysv_abi_store_return_value): New function.
2142 (ppc64_sysv_abi_use_struct_convention): New function.
2143 (ppc64_sysv_abi_return_value): New function.
2144
2145 2003-10-03 Andrew Cagney <cagney@redhat.com>
2146
2147 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
2148 convert a descriptor to a function when it's in the ".opd"
2149 section.
2150
2151 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2152
2153 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
2154 reg_size to keep GCC silent.
2155
2156 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2157
2158 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
2159 base for DW_EH_PE_textrel encodings.
2160 (read_encoded_value): Add a DW_EH_PE_textrel case.
2161 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
2162 section.
2163
2164 2003-10-03 Mark Kettenis <kettenis@gnu.org>
2165
2166 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
2167
2168 2003-10-02 Andrew Cagney <cagney@redhat.com>
2169
2170 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
2171 REGISTER_RAW_SIZE.
2172 * gdbarch.h, gdbarch.c: Re-generate.
2173 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
2174 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
2175 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2176 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2177 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
2178 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
2179 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
2180 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
2181 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
2182 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
2183 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
2184 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
2185 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
2186 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
2187 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
2188 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
2189
2190 2003-10-02 Jim Blandy <jimb@redhat.com>
2191
2192 * dwarf2read.c (struct die_info): Doc fix.
2193
2194 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2195
2196 * sh-tdep.c: Running thru gdb_indent.sh.
2197
2198 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2199
2200 * sh-tdep.c (sh_justify_value_in_reg): New function.
2201 (sh_stack_allocsize): Ditto.
2202 (flt_argreg_array): New array used for floating point argument
2203 passing.
2204 (sh_init_flt_argreg): New function.
2205 (sh_next_flt_argreg): Ditto.
2206 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
2207 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
2208 Fix argument passing strategy.
2209 (sh_push_dummy_call_nofpu): Ditto.
2210
2211 2003-10-01 Andrew Cagney <cagney@redhat.com>
2212
2213 * value.h (register_value_being_returned): Declare. Replace
2214 "value_being_returned".
2215 * infcall.c (call_function_by_hand): Use
2216 register_value_being_returned.
2217 * infcmd.c (print_return_value): Call
2218 "register_value_being_returned", handle struct return locally.
2219 * values.c (register_value_being_returned): New function. Replace
2220 "value_being_returned".
2221
2222 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
2223
2224 * linux-proc.c (linux_do_registers): New function.
2225 (linux_make_note_section): Use linux_do_registers in case of
2226 single threaded inferior programs.
2227
2228 2003-10-01 Andrew Cagney <cagney@redhat.com>
2229
2230 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
2231 use STRUCT_ADDR. When not using "struct return convention", pass
2232 "0" to "value_being_returned". Add FIXMEs.
2233 * infcmd.c (print_return_value): Pass an explicit 0/1 to
2234 value_being_returned. Add comments.
2235 * values.c (value_being_returned): Add fixme.
2236 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
2237 (hppa_value_returned_from_stack): Add FIXME.
2238
2239 2003-09-30 David Carlton <carlton@kealia.com>
2240
2241 * dwarf2read.c (struct die_info): Add 'parent' field; replace
2242 'has_children' and 'next' by 'child' and 'sibling'.
2243 (read_comp_unit): Rework algorithm, breaking body into
2244 read_die_and_children and read_die_and_siblings.
2245 (read_die_and_children, read_die_and_siblings): New.
2246 (read_full_die): Add 'has_children' argument; set it instead of
2247 the die's 'has_children' field. Minor formatting cleanup.
2248 (free_die_list): Use die->child and die->sibling instead of
2249 die->next.
2250 (dump_die_list): Ditto.
2251 (sibling_die): Use die->sibling.
2252 (psymtab_to_symtab_1): Use die's 'child' field in place of its
2253 'has_children' and 'next' fields.
2254 (process_die, read_file_scope, read_func_scope)
2255 (read_lexical_block_scope, read_structure_scope)
2256 (read_enumeration, read_array_type, read_common_block)
2257 (read_namespace, read_subroutine_type, dump_die): Ditto.
2258
2259 2003-09-30 Andrew Cagney <cagney@redhat.com>
2260
2261 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
2262 to 224, not 220.
2263
2264 2003-09-30 Andrew Cagney <cagney@redhat.com>
2265
2266 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
2267 REGISTER_VIRTUAL_SIZE.
2268 * gdbarch.h, gdbarch.c: Regenerate.
2269 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
2270 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
2271 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
2272
2273 2003-09-29 Andrew Cagney <cagney@redhat.com>
2274
2275 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
2276 REGISTER_VIRTUAL_TYPE.
2277 * gdbarch.h, gdbarch.c: Regenerate.
2278 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
2279 * sh64-tdep.c, sparc-tdep.c: Update.
2280
2281 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
2282 * remote-vxmips.c (vx_read_register): Ditto.
2283 * remote-vx68.c (vx_read_register): Ditto.
2284 * gnu-nat.c (inf_validate_procs): Ditto.
2285
2286 2003-09-29 J. Brobecker <brobecker@gnat.com>
2287
2288 * infcall.c (call_function_by_hand): Fix build failure
2289 introduced in the previous change to this file.
2290
2291 2003-09-29 Andrew Cagney <cagney@redhat.com>
2292
2293 * NEWS: Mention Objective-C.
2294
2295 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
2296
2297 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
2298 test if the register has been saved on the stack.
2299 (arm_scan_prologue_cache): When analysing the instruction
2300 "str lr, [sp, #-4]", save the address where lr has been stored.
2301
2302 2003-09-28 Andrew Cagney <cagney@redhat.com>
2303
2304 * frame.c (frame_read_unsigned_register): Delete function.
2305 * frame.h (frame_read_unsigned_register): Delete declaration.
2306 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2307 get_frame_register_unsigned.
2308 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
2309 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2310 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2311
2312 * frame.h (frame_read_register): Delete declaration.
2313 * frame.c (frame_read_register): Delete function.
2314 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
2315 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
2316 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
2317 * mips-tdep.c (mips_register_to_value): Ditto.
2318 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
2319 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2320
2321 * frame.c (frame_read_signed_register): Delete function.
2322 (frame_read_unsigned_register): Update comments.
2323 * frame.h (frame_read_signed_register): Delete declaration.
2324 * h8300-tdep.c (h8300_print_register): Use
2325 get_frame_register_signed.
2326 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2327
2328 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
2329 Rename VALUE_RETURNED_FROM_STACK.
2330 * infcmd.c (print_return_value): Update.
2331 * infcall.c (call_function_by_hand): Update.
2332
2333 2003-09-28 Mark Kettenis <kettenis@gnu.org>
2334
2335 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
2336 regcache argument and reverse the order of the other two
2337 arguments. Remove local regcache variable. Determine
2338 architecture from REGCACHE. Update comments.
2339 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
2340 reverse the order of the other two arguments. Remove local
2341 regcache variable. Determine architecture from REGCACHE. Update
2342 comments.
2343 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
2344 prototypes. Update comments.
2345 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
2346 comment.
2347 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
2348 Update.
2349 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
2350 * i386-interix-nat.c (supply_fpregset): Update.
2351 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
2352 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
2353 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
2354 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
2355 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
2356 Update.
2357 * i386obsd-tdep.c (fetch_core_registers): Update.
2358 * i386v4-nat.c (supply_fpregset): Update.
2359 * x86-64-linux-nat.c (supply_fpregset): Update.
2360 * x86-64-linux-tdep.c (fetch_core_registers): Update.
2361
2362 2003-09-27 Mark Kettenis <kettenis@gnu.org>
2363
2364 * i386-tdep.h: Put opaque declarations in alphabetical
2365 order. Remove spurious whitespace.
2366 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2367 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
2368 * i386-tdep.c (MM0_REGNUM): Remove define.
2369 (i386_mmx_regnum_p): Add gdbarch argument.
2370 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
2371 Rewrite using new macro definitions for FPU/SSE registers.
2372 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
2373 definitions from i387-tdep.h.
2374 (i386_register_name): Update.
2375 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
2376 new macro definitions for FPU/SSE registers.
2377 (i386_extract_return_value): Determine whether floating-point
2378 registers are present by examining REGCACHE's architecture.
2379 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
2380 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
2381 FPU/SSE registers.
2382 (i386_register_type): Update.
2383 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
2384 definitions for FPU registers. Use REGCACHE's architecture to
2385 determine the appropriate register numbers.
2386 (i386_pseudo_register_read, i386_pseudo_register_write,
2387 i386_register_reggroup_p): Update.
2388 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2389 TDEP->mm0_regnum.
2390 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
2391 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
2392 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
2393 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
2394 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
2395 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
2396 *' to `void *'.
2397 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
2398 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
2399 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
2400 definitions for FPU/SSE registers.
2401 (FXSAVE_MXCSR_ADDR): New define.
2402 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
2403 TDEP->mm0_regnum.
2404 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
2405 (I387_ST0_REGNUM): Define.
2406
2407 * regcache.h (get_regcache_arch): New prototype.
2408 * regcache.c (get_regcache_arch): New function.
2409
2410 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
2411 whitespace.
2412
2413 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
2414 Initialize using ARRAY_SIZE.
2415
2416 2003-09-27 Andrew Cagney <cagney@redhat.com>
2417
2418 * arch-utils.c (deprecated_init_frame_pc_default): Rename
2419 "init_frame_pc_default".
2420 * arch-utils.h (deprecated_init_frame_pc_default): Update.
2421 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2422 * vax-tdep.c (vax_gdbarch_init): Update.
2423 * v850-tdep.c (v850_gdbarch_init): Update.
2424 * sh64-tdep.c (sh64_gdbarch_init): Update.
2425 * s390-tdep.c (s390_gdbarch_init): Update.
2426 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2427 * mcore-tdep.c (mcore_gdbarch_init): Update.
2428 * h8300-tdep.c (h8300_gdbarch_init): Update.
2429 * cris-tdep.c (cris_gdbarch_init): Update.
2430 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
2431
2432 2003-09-26 Mark Kettenis <kettenis@gnu.org>
2433
2434 * regset.h: New file.
2435 * Makefile.in (regset_h): Add.
2436
2437 2003-09-25 Andrew Cagney <cagney@redhat.com>
2438
2439 * frame.h (deprecated_frame_saved_regs): Rename
2440 get_frame_saved_regs.
2441 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2442 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2443 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2444 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2445 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2446
2447 2003-09-25 Andrew Cagney <cagney@redhat.com>
2448
2449 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2450 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2451 and Java.
2452 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2453 arm*-*-* do not use the new frame code.
2454
2455 2003-09-25 David Carlton <carlton@kealia.com>
2456
2457 * c-exp.y: Remove 'register' declarations.
2458 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2459
2460 2003-09-25 David Carlton <carlton@kealia.com>
2461
2462 * c-exp.y: Include cp-support.h. Add qualified_type.
2463 (yylex): Delete nested type hack; add comments.
2464 * cp-namespace.c (cp_lookup_nested_type): New function.
2465 * cp-support.h: Declare cp_lookup_nested_type.
2466 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2467 instead of value_struct_elt_for_reference.
2468 * valops.c: Include cp-support.h.
2469 (value_aggregate_elt): New function.
2470 (value_namespace_elt): Ditto.
2471 (value_struct_elt_for_reference): Make static.
2472 * value.h: Delete declaration of value_struct_elt_for_reference;
2473 add declaration for value_aggregate_elt.
2474 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2475 (valops.o): Ditto.
2476
2477 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
2478
2479 * stack.c: Include "reggroups.h".
2480 (frame_info): Only display registers in all_reggroup.
2481 * Makefile.in (stack.o): Update dependencies.
2482
2483 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2484
2485 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2486 "add ip, sp #n" in the prologue.
2487 (arm_scan_prologue): Ditto.
2488
2489 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2490
2491 * MAINTAINERS (write after approval): Add myself.
2492
2493 2003-09-25 Andreas Schwab <schwab@suse.de>
2494
2495 * m68k-tdep.c: Include "dwarf2-frame.h".
2496 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2497 * Makefile.in (m68k-tdep.o): Update dependencies.
2498
2499 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
2500
2501 * sh-tdep.c (struct frame_extra_info): Remove.
2502 (struct sh_frame_cache): New structure.
2503 (GET_SOURCE_REG): New macro extracting source register of an opcode.
2504 (GET_TARGET_REG): Ditto but target register.
2505 (GET_PUSHED_REG): Remove.
2506 (IS_MOV_ARG_TO_REG): New macro.
2507 (IS_MOV_ARG_TO_IND_R14): New macro.
2508 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2509 (IS_MOVW_PCREL_TO_REG): New macro.
2510 (IS_MOVL_PCREL_TO_REG): New macro.
2511 (IS_SUB_REG_FROM_SP): New macro.
2512 (IS_ARG_MOV): Remove.
2513 (IS_MOV_TO_R14): Remove.
2514 (IS_RESTORE_FP): New macro.
2515 (IS_RTS): New macro.
2516 (IS_LDS): New macro.
2517 (IS_MOV_FP_SP): New macro.
2518 (IS_ADD_REG_TO_FP): New macro.
2519 (IS_ADD_IMM_FP): New macro.
2520 (sh_skip_prologue_hard_way): Remove.
2521 (sh_saved_pc_after_call): Remove.
2522 (sh_frame_chain): Remove.
2523 (sh_find_callers_reg): Remove.
2524 (sh_nofp_frame_init_saved_regs): Remove.
2525 (sh_fp_frame_init_saved_regs): Remove.
2526 (sh_init_extra_frame_info): Remove.
2527 (sh_analyze_prologue): New function.
2528 (sh_skip_prologue): Remove deprecated code. Rely on new function
2529 sh_analyze_prologue when after_prologue fails.
2530 (sh_frame_saved_pc): Remove.
2531 (sh_alloc_frame_cache): New function.
2532 (sh_frame_cache): Ditto.
2533 (sh_frame_prev_register): Ditto.
2534 (sh_frame_this_id): Ditto.
2535 (sh_frame_unwind): New structure defining the heuristic frame
2536 sniffer interface.
2537 (sh_frame_sniffer): New function.
2538 (sh_unwind_sp): Ditto.
2539 (sh_unwind_pc): Ditto.
2540 (sh_unwind_dummy_id): Ditto.
2541 (sh_frame_base_address): Ditto.
2542 (sh_frame_base): New structure defining new frame base code.
2543 (sh_in_function_epilogue_p): New function.
2544 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2545 code and to call all new code instead. Initialize dwarf2 and
2546 heuristic frame sniffer.
2547
2548 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2549
2550 * parser-defs.h (struct exp_descriptor): New definition, containing
2551 language-specific info for printing, prefixifying, dumping, and
2552 evaluating expressions.
2553 (exp_descriptor_standard): Declare new variable.
2554 (print_subexp): Make global and declare here (from expprint.c).
2555 (dump_subexp): Ditto.
2556 (dump_subexp_body_standard): Declare.
2557 (operator_length_standard): Declare.
2558 (op_name_standard): Declare.
2559 (print_subexp): Declare.
2560 (print_subexp_standard): Declare.
2561
2562 * language.h (struct language_defn): Add la_exp_desc field to hold
2563 pointer to table for language-specific operators.
2564 Remove evaluate_exp field, which is now in struct exp_descriptor.
2565
2566 * parse.c (operator_length): Move most code to new
2567 operator_length_standard function. Use language-specific information.
2568 (operator_length_standard): New function taking most code from
2569 operator_length.
2570 (exp_descriptor_standard): New constant.
2571
2572 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2573 and OP_EXTENDED_LAST.
2574
2575 * expprint.c (print_subexp): Use language-specific print_subexp.
2576 Make global; remove static declaration.
2577 Move most code to print_subexp_standard.
2578 (print_subexp_standard): New function, containing code formerly in
2579 print_subexp.
2580 (op_name): Add expression to argument signature.
2581 Use langauge-specific op_name.
2582 Move most code to op_name_standard.
2583 (op_name_standard): New function, containing code formerly in op_name.
2584 (dump_subexp): Use new version of op_name function.
2585 Use language-specific dump_subexp_body, and move most existing code to
2586 dump_subexp_body_standard.
2587 (dump_raw_expression): Use new op_name interface.
2588 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2589 (dump_subexp_body_standard): New function, containing code formerly
2590 in dump_subexp_body.
2591
2592 * language.c (unknown_language): Add default la_exp_desc field and
2593 remove evaluate_exp field.
2594 (auto_language): Ditto.
2595 (local_language): Ditto.
2596 * f-lang.c (f_language_defn): Ditto.
2597 * c-lang.c (c_language_defn): Ditto.
2598 (cplus_language_defn): Ditto.
2599 (asm_language_defn): Ditto.
2600 (minimal_language_defn): Ditto.
2601 * p-lang.c (pascal_language_defn): Ditto.
2602 * m2-lang.c (m2_language_defn): Ditto.
2603 * objc-lang.c (objc_language_defn): Ditto.
2604
2605 * jv-lang.c (exp_descriptor_java): New variable, containing
2606 Java-specific expression evaluator.
2607 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2608 field.
2609 * scm-lang.c (exp_descriptor_scm): New variable, containing
2610 Scheme-specific expression evaluator.
2611 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2612 field.
2613 * objc-lang.c (print_object_command): Take evaluate_exp from the
2614 la_exp_desc field.
2615
2616 * Makefile.in (eval.o): Add dependency on parser-defs.h.
2617
2618 * eval.c: Include parser-defs.h for the full declaration of
2619 la_exp_desc's type.
2620 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2621
2622 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2623
2624 * parser-defs.h (operator_length): Declare.
2625
2626 * parse.c (length_of_subexp): Use operator_length to get operator
2627 lengths and arities for operators.
2628 Move most code to new operator_length function.
2629 (operator_length): New function absorbing most code from
2630 length_of_subexp.
2631 (prefixify_subexp): Remove large case and use operator_length instead.
2632 (parse_exp_1): Use renamings:
2633 dump_prefix_expression => dump_raw_expression and
2634 dump_postfix_expression => dump_prefix_expression.
2635
2636 * expression.h (dump_prefix_expression): Rename to ...
2637 (dump_raw_expression): New name.
2638 (dump_postfix_expression): Rename to ...
2639 (dump_prefix_expression): New name.
2640
2641 * expprint.c (dump_subexp): Make global. Add comment.
2642 Move most existing code to dump_subexp_body.
2643 (dump_subexp_body): New function.
2644 (dump_prefix_expression): Rename to dump_raw_expression.
2645 Remove attempt to print the expression via print_expression: it can't
2646 work before the expression is prefixified.
2647 (dump_raw_expression): Renamed from dump_prefix_expression.
2648 (dump_postfix_expression): Rename to dump_prefix_expression, since
2649 that's what it does.
2650 Remove 'note' parameter, since this routine must be used on
2651 prefixified expression.
2652 (dump_prefix_expression): Renamed from dump_postfix_expression.
2653
2654 2003-09-22 Jim Blandy <jimb@redhat.com>
2655
2656 * dwarf2read.c (read_array_type): When building the type for an
2657 array of unspecified length, make sure to choose the upper bound
2658 so that the array's total length comes out to be zero --- that's
2659 how we represent such arrays.
2660
2661 2003-09-22 Michael Chastain <mec@shout.net>
2662
2663 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2664
2665 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2666
2667 * top.c (quit_force): Fix indirect call to quit_target so
2668 a struct qt_args pointer is passed.
2669
2670 2003-09-22 Andrew Cagney <cagney@redhat.com>
2671
2672 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2673 * arch-utils.c (init_frame_pc_noop): Delete function.
2674 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2675 "init_frame_pc".
2676 * mips-tdep.c (mips_gdbarch_init): Ditto.
2677 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2678 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2679 declaration.
2680 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2681 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2682 declaration.
2683 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2684
2685 2003-09-22 Anthony Green <green@redhat.com>
2686
2687 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2688 declaration.
2689
2690 2003-09-20 Andrew Cagney <cagney@redhat.com>
2691
2692 * breakpoint.c: Eliminate ARGSUSED.
2693 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2694 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2695 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2696 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2697 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2698 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2699 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2700 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2701 * wince.c, remote-vx.c: Ditto.
2702
2703 * cli/cli-script.c: Remove "register" attributes.
2704 * config/pa/tm-hppa.h: Ditto.
2705 * cli/cli-decode.c: Ditto.
2706 * cli/cli-cmds.c: Ditto.
2707
2708 2003-09-19 Andrew Cagney <cagney@redhat.com>
2709
2710 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2711 DEPRECATED_NPC_REGNUM.
2712 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2713
2714 2003-09-19 Christopher Faylor <cgf@redhat.com>
2715
2716 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2717
2718 2003-09-19 Jim Blandy <jimb@redhat.com>
2719
2720 * macrotab.c (macro_include): Use the correct comparison to find
2721 the appropriate place for this inclusion in the list.
2722
2723 2003-09-19 Andrew Cagney <cagney@redhat.com>
2724
2725 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2726 (DEPRECATED_HPUX_TEXT_END): Define.
2727 (deprecated_hpux_text_end): Declare.
2728 (struct target_ops): Declare opaque.
2729 * hppah-nat.c (text_end): Make static.
2730 (deprecated_hpux_text_end): New function.
2731 * exec.c (text_end): Delete global variable.
2732 (NEED_TEXT_START_END): Do not define.
2733 (exec_file_attach): Replace code computing "text_end" code with
2734 call to DEPRECATED_HPUX_TEXT_END.
2735
2736 2003-09-19 Andrew Cagney <cagney@redhat.com>
2737
2738 * utils.c (align_up, align_down): New functions.
2739 * defs.h (align_up, align_down): Declare.
2740 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2741 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2742 and "align_down".
2743 (round_up, round_down): Delete functions.
2744 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2745 "align_down".
2746 (ROUND_DOWN, ROUND_UP): Delete macros.
2747 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2748 * h8300-tdep.c: Replace "round_up" and "round_down" with
2749 "align_up" and "align_down".
2750 (round_up, round_down): Delete macros.
2751 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2752 "align_down".
2753 (ROUND_UP, ROUND_DOWN): Delete macros.
2754
2755 2003-09-18 J. Brobecker <brobecker@gnat.com>
2756
2757 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2758 hard-coded constant. Use the proper machine name instead.
2759
2760 2003-09-17 Andrew Cagney <cagney@redhat.com>
2761
2762 * sparc-tdep.c (legacy_register_name): Delete function.
2763 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2764 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2765 * infcmd.c (gdb_register_name): Delete variable.
2766 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2767 REGISTER_NAME and "tm.h".
2768 * gdbarch.h, gdbarch.c: Regenerate.
2769 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2770 REGISTER_NAMES in comments.
2771 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2772 * m68klinux-nat.c (regmap): Ditto.
2773
2774 2003-09-17 Jim Blandy <jimb@redhat.com>
2775
2776 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2777
2778 2003-09-17 Andrew Cagney <cagney@redhat.com>
2779
2780 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2781 (ppcnbsd_init_abi): Set "use_struct_convention" to
2782 "ppcnbsd_use_struct_convention".
2783
2784 2003-09-17 Mark Kettenis <kettenis@gnu.org>
2785
2786 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2787 * gdbarch.h, gdbarch.c: Regenerate.
2788 (stabs_argument_has_addr): New architecture method.
2789 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2790 * arch-utils.c: Include "buildsym.h".
2791 (default_stabs_argument_has_addr): New function.
2792 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2793 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2794
2795 2003-09-17 Andrew Cagney <cagney@redhat.com>
2796
2797 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2798 * gdbarch.h, gdbarch.c: Regenerate.
2799 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2800 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2801 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2802 * sparcnbsd-tdep.c: Update.
2803
2804 2003-09-17 Andrew Cagney <cagney@redhat.com>
2805
2806 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2807 * gdbarch.h, gdbarch.c: Regenerate.
2808 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2809 * d10v-tdep.c, frame.c: Update.
2810 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2811 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2812 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2813 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2814 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2815 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2816 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2817 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2818 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2819 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2820 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2821 * config/pa/nm-hppah.h: Update.
2822
2823 2003-09-16 Andrew Cagney <cagney@redhat.com>
2824
2825 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2826 "use_struct_convention" to "ppc_linux_use_struct_convention".
2827 (ppc_linux_use_struct_convention): New function.
2828 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2829 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2830 "rs6000_use_struct_convention".
2831 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2832 declaration.
2833 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2834 Delete function.
2835
2836 2003-09-16 Andrew Cagney <cagney@redhat.com>
2837
2838 * buildsym.c: Remove more occurances of "register".
2839 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2840 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2841 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2842 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2843 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2844 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2845 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2846 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2847
2848 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2849
2850 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2851 numbers to enumeration values.
2852 * sh-tdep.c: Accomodate above change.
2853 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2854 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2855 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2856 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2857 (IS_FPUSH): Rename from IS_FMOV.
2858 (sh_extract_struct_value_address): Remove useless comment.
2859 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2860 instead of own local values.
2861 (sh_dump_tdep): Remove.
2862 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2863 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2864
2865 2003-09-15 Andrew Cagney <cagney@redhat.com>
2866
2867 * doublest.c (convert_floatformat_to_doublest): No longer need to
2868 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2869
2870 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2871
2872 * values.c (unpack_double): Call floatformat_is_valid.
2873
2874 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2875
2876 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2877 ps_strings into a long.
2878
2879 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2880 _initialize_am64fbsd_nat.
2881
2882 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2883
2884 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2885 associated with DW_AT_ranges attribute is out of bounds.
2886
2887 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2888
2889 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2890
2891 2003-09-14 Michael Chastain <mec@shout.net>
2892
2893 * config/m68k/nm-apollo68v.h: Delete.
2894 * config/m68k/xm-apollo68v.h: Delete.
2895
2896 2003-09-14 Andrew Cagney <cagney@redhat.com>
2897
2898 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2899 * dcache.c: Update copyrights and descriptions.
2900 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2901
2902 2003-09-14 Andrew Cagney <cagney@redhat.com>
2903
2904 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2905 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2906
2907 2003-09-14 Andrew Cagney <cagney@redhat.com>
2908
2909 * alpha-nat.c: Remove some occurances of "register".
2910 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2911 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2912 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2913 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2914 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2915 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2916 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2917 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2918 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2919 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2920 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2921 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2922 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2923 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2924 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2925 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2926 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2927 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2928 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2929 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2930 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2931 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2932
2933 2003-09-13 Andrew Cagney <cagney@redhat.com>
2934
2935 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2936 * ppc-tdep.h (struct regcache): Declare opaque.
2937 * objfiles.h (struct objfile_data): Declare opaque.
2938 * cp-support.h (struct objfile): Declare opaque.
2939 * linux-nat.h (target_waitstatus): Declare opaque.
2940
2941 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2942
2943 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2944 (stabs_argument_has_addr): New architecture method.
2945 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2946 * arch-utils.c: Include "buildsym.h".
2947 (default_stabs_argument_has_addr): New function.
2948 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2949 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2950
2951 * cris-tdep.c (cris_gdbarch_init): Set
2952 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2953 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2954 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2955 * mips-tdep.c (mips_gdbarch_init): Likewise.
2956 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2957 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2958
2959 2003-09-13 Andrew Cagney <cagney@redhat.com>
2960
2961 * values.c (using_struct_return): Delete "function" and "funcaddr"
2962 parameters.
2963 * value.h (using_struct_return): Update declaration.
2964 * infcmd.c (finish_command_continuation): Update.
2965 (finish_command): Update.
2966 * infcall.c (call_function_by_hand): Update.
2967 * eval.c (evaluate_subexp_standard): Update.
2968
2969 2003-09-13 Christopher Faylor <cgf@redhat.com>
2970
2971 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2972 SSE registers since gdb will not operate correctly without this.
2973 Restore include file ordering munged in previous change.
2974 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2975
2976 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2977
2978 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2979 REG_STRUCT_HAS_ADDR.
2980 * gdbarch.c, gdbarch.h: Updated.
2981 * infcall.c (call_function_by_hand): Update.
2982 * stabsread.c (define_symbol): Updated.
2983
2984 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2985
2986 2003-09-12 Christopher Faylor <cgf@redhat.com>
2987
2988 * win32-nat.c: Reorganize so that defines used by target headers are
2989 actually defined by the system headers.
2990 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2991 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2992
2993 2003-09-12 Jim Blandy <jimb@redhat.com>
2994
2995 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2996 the file has no .data, .bss, or .rodata sections. Instead wait
2997 until we see a variable alleged to live in one of those sections.
2998
2999 * dbxread.c (read_dbx_symtab): If we have no .data section and no
3000 .bss section, presume that any variables we find live in the
3001 .rodata section.
3002
3003 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
3004 offsets for global and static variables.
3005
3006 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
3007 symbol types are, by definition, in the .data section, so it is
3008 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
3009 If there is no .data section, there should be no N_DATA or N_DATA
3010 | N_EXT symbols.
3011
3012 2003-09-12 Mark Kettenis <kettenis@gnu.org>
3013
3014 * amd64fbsd-tdep.c: Fix sigtramp recognition.
3015 (amd64fbsd_sigcontext_addr): Rewrite.
3016 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
3017 with correct values.
3018 (amd64fbsd_sc_reg_offset): Initialize with correct values.
3019 (amd64fbsd_init_abi): Fix typo.
3020
3021 2003-09-12 Andrew Cagney <cagney@redhat.com>
3022
3023 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
3024 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
3025
3026 2003-09-12 Andrew Cagney <cagney@redhat.com>
3027
3028 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
3029 "entry_file_highpc". Update comments.
3030 * defs.h (deprecated_inside_entry_file): Rename
3031 "inside_entry_file".
3032 * blockframe.c (deprecated_inside_entry_file): Rename
3033 "inside_entry_file".
3034 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
3035 * vax-tdep.c (vax_frame_chain): Update.
3036 * sh64-tdep.c (sh64_frame_chain): Update.
3037 * sh-tdep.c (sh_frame_chain): Update.
3038 * rs6000-tdep.c (rs6000_frame_chain): Update.
3039 * ns32k-tdep.c (ns32k_frame_chain): Update.
3040 * mips-tdep.c (mips_frame_chain): Update.
3041 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
3042 * m32r-tdep.c (m32r_frame_this_id): Update.
3043 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
3044 * frv-tdep.c (frv_frame_this_id): Update.
3045 * d10v-tdep.c (d10v_frame_this_id): Update.
3046 * cris-tdep.c (cris_frame_chain): Update.
3047 * blockframe.c (legacy_frame_chain_valid): Update.
3048 * avr-tdep.c (avr_frame_this_id): Update.
3049 * arm-tdep.c (arm_prologue_this_id): Update.
3050 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
3051 * objfiles.c (objfile_relocate): Update.
3052 * mipsread.c (mipscoff_symfile_read): Update.
3053 (mipscoff_symfile_read): Update.
3054 * mdebugread.c (parse_partial_symbols): Update.
3055 * dwarfread.c (read_file_scope): Update.
3056 * dwarf2read.c (read_file_scope): Update.
3057 * dbxread.c (read_dbx_symtab): Update.
3058 (read_dbx_symtab): Update.
3059 * coffread.c (complete_symtab): Update.
3060
3061 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
3062
3063 * top.c (quit_target): New static helper function.
3064 (quit_force): Moved code to quit_target(). Call quit_target()
3065 via catch_errors() to catch errors during quit.
3066
3067 2003-09-11 David Carlton <carlton@kealia.com>
3068
3069 * buildsym.c (finish_block): Use allocate_block to allocate the
3070 block.
3071 * mdebugread.c (new_block): Add FIXME.
3072
3073 2003-09-11 David Carlton <carlton@kealia.com>
3074
3075 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
3076 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
3077 (recursive_dump_type): Ditto.
3078 * printcmd.c (print_formatted): Ditto.
3079 * typeprint.c (print_type_scalar): Ditto.
3080 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
3081 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
3082 * cp-support.h: Declare cp_check_possible_namespace_symbols,
3083 maint_cplus_cmd_list.
3084 * cp-support.c: Make maint_cplus_cmd_list extern.
3085 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
3086 command.h.
3087 (lookup_symbol_file): Look in possible namespace blocks when
3088 appropriate.
3089 (initialize_namespace_symtab): New.
3090 (get_possible_namespace_block, free_namespace_block)
3091 (check_possible_namespace_symbols)
3092 (check_possible_namespace_symbols_loop)
3093 (check_one_possible_namespace_symbol)
3094 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
3095 (_initialize_cp_namespace): Ditto.
3096 * block.h: Declare allocate_block.
3097 * block.c (allocate_block): New.
3098 * jv-lang.c (get_java_class_symtab): Allocate blocks via
3099 allocate_block.
3100 * symfile.h: Update declaration of add_psymbol_to_list.
3101 * symfile.c (add_psymbol_to_list): Return the partial symbol in
3102 question.
3103 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
3104 scan_partial_symbols_call.
3105 (scan_partial_symbols): Add NAMESPACE argument; update calls to
3106 helper functions.
3107 (add_partial_symbol): If necessary, scan mangled names for names
3108 of namespaces.
3109 (add_partial_namespace): Add NAMESPACE argument; generate partial
3110 symbols associated to namespaces.
3111 (add_partial_enumeration): Add NAMESPACE argument.
3112 (new_symbol): Allow namespace syms.
3113 (read_namespace): Generate namespace syms.
3114 * objfiles.h: Add opaque declaration of struct symtab.
3115 (struct objfile): Add cp_namespace_symtab member.
3116 * objfiles.c (allocate_objfile): Set
3117 objfile->cp_namespace_symtab.
3118 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
3119 dictionary_h, command_h.
3120
3121 2003-09-11 Andrew Cagney <cagney@redhat.com>
3122
3123 * rs6000-tdep.c (rs6000_push_dummy_call): Use
3124 regcache_raw_write_signed to set SP_REGNUM, move the operation to
3125 near the function's end.
3126 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
3127 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
3128 regcache_raw_write_signed to set SP_REGNUM.
3129
3130 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
3131
3132 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
3133 orig_addrs is set up properly.
3134
3135 2003-09-11 Andrew Cagney <cagney@redhat.com>
3136
3137 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
3138 * gdbarch.h, gdbarch.c: Re-generate.
3139 * infcall.c (call_function_by_hand): Update.
3140 * hppa-tdep.c (hppa_push_arguments): Update.
3141 * ada-lang.c (place_on_stack): Update.
3142 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3143 * sparc-tdep.c (sparc_gdbarch_init): Update.
3144 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3145 * hppa-tdep.c (hppa_gdbarch_init): Update.
3146 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
3147 stack_align.
3148
3149 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
3150
3151 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
3152 register do need a frame.
3153
3154 2003-09-11 Andrew Cagney <cagney@redhat.com>
3155
3156 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
3157 buildable since GDB 5.0.
3158 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
3159 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
3160 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
3161 * irix4-nat.c: Delete file.
3162 * config/mips/irix4.mh: Delete file.
3163 * config/mips/irix3.mh: Delete file.
3164 * config/mips/irix3.mt: Delete file.
3165 * config/mips/tm-irix3.h: Delete file.
3166 * config/mips/nm-irix3.h: Delete file.
3167 * config/mips/xm-irix3.h: Delete file.
3168 * config/mips/nm-irix4.h: Delete file.
3169 * config/mips/xm-irix4.h: Delete file.
3170 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
3171
3172 2003-09-10 J. Brobecker <brobecker@gnat.com>
3173
3174 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
3175 * Makefile.in (hppa-tdep.o): Update dependencies.
3176
3177 2003-09-10 James E Wilson <wilson@specifixinc.com>
3178
3179 * MAINTAINERS: Change my e-mail address. Move to paper trail
3180 section.
3181
3182 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3183
3184 * MAINTAINERS (frv): New ISA entry.
3185
3186 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3187
3188 * frv-tdep.c (dis-asm.h): Include.
3189 * Makefile.in (frv-tdep.o): Update dependencies.
3190
3191 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
3192
3193 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
3194 Fix typo for high range of floating registers.
3195
3196 2003-09-09 David Carlton <carlton@kealia.com>
3197
3198 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
3199 highpc initialization here out of scan_partial_symbols.
3200 (scan_partial_symbols): Restructure into a recursive version,
3201 calling add_partial_namespace and add_partial_enumeration when
3202 appropriate.
3203 (add_partial_namespace): New.
3204 (add_partial_enumeration, locate_pdi_sibling): Ditto.
3205
3206 2003-09-09 Andrew Cagney <cagney@redhat.com>
3207
3208 * rs6000-tdep.c (ppc_push_return_address): Delete function.
3209 (rs6000_push_dummy_call): Set LR to BP_ADDR.
3210 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
3211 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3212
3213 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
3214 (rs6000_push_dummy_call): Set the "TOC" register.
3215
3216 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
3217 methods "max_register_raw_size", "max_register_virtual_size" or
3218 "register_virtual_size".
3219
3220 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
3221
3222 * MAINTAINERS: Update my e-mail address.
3223
3224 2003-09-09 Andrew Cagney <cagney@redhat.com>
3225
3226 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
3227 (rs6000_push_dummy_call): Store the struct return address.
3228 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3229
3230 2003-09-09 Andrew Cagney <cagney@redhat.com>
3231
3232 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
3233 "ppc_sysv_abi_push_arguments".
3234 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
3235 "ppc_sysv_abi_push_arguments".
3236 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
3237 instead of "push_arguments".
3238 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
3239
3240 2003-09-09 Andrew Cagney <cagney@redhat.com>
3241
3242 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
3243 instead of CALL_DUMMY_ADDRESS.
3244
3245 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
3246
3247 * p-lang.c: Eliminate "register".
3248 * c-lang.c: Ditto.
3249 * expprint.c: Ditto.
3250 * f-lang.c: Ditto.
3251 * jv-lang.c: Ditto.
3252 * language.c: Ditto.
3253 * m2-lang.c: Ditto.
3254 * parse.c: Ditto.
3255 * scm-lang.c: Ditto.
3256 * objc-lang.c: Ditto.
3257
3258 2003-09-09 Nick Clifton <nickc@redhat.com>
3259
3260 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
3261
3262 2003-09-04 Andrew Cagney <cagney@redhat.com>
3263
3264 * avr-tdep.c: Include "dis-asm.h".
3265 * cris-tdep.c: Include "dis-asm.h".
3266 (cris_delayed_get_disassembler): Use "struct disassemble_info"
3267 instead of corresponding typedef.
3268 * h8300-tdep.c: Include "dis-asm.h".
3269 * ia64-tdep.c: Include "dis-asm.h".
3270 * i386-tdep.c: Include "dis-asm.h".
3271 (i386_print_insn): Use "struct disassemble_info" instead of
3272 corresponding typedef.
3273 * m68k-tdep.c: Include "dis-asm.h".
3274 * mcore-tdep.c: Include "dis-asm.h".
3275 * mips-tdep.c: Include "dis-asm.h".
3276 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
3277 instead of corresponding typedef.
3278 * ns32k-tdep.c: Include "dis-asm.h".
3279 * s390-tdep.c: Include "dis-asm.h".
3280 * sparc-tdep.c: Include "dis-asm.h".
3281 * vax-tdep.c: Include "dis-asm.h".
3282 * v850-tdep.c: Include "dis-asm.h".
3283 * mn10300-tdep.c: Include "dis-asm.h".
3284 * rs6000-tdep.c: Include "dis-asm.h".
3285 * xstormy16-tdep.c: Include "dis-asm.h".
3286 (_initialize_xstormy16_tdep): Delete "extern" declaration of
3287 print_insn_xstormy16.
3288 * Makefile.in (v850-tdep.o): Update dependencies.
3289 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
3290 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
3291 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
3292 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
3293 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
3294 (gdbarch_h): Remove $(dis_asm_h).
3295 * disasm.c: Include "dis-asm.h".
3296 (dis_asm_read_memory): Use "struct disassemble_info" instead of
3297 corresponding typedef.
3298 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
3299 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
3300 * gdbarch.sh: Do not include "dis-asm.h".
3301 (struct disassemble_info): Declare opaque.
3302 (TARGET_PRINT_INSN): Update declaration.
3303 * gdbarch.h, gdbarch.c: Re-generate.
3304
3305 2003-09-08 Andrew Cagney <cagney@redhat.com>
3306
3307 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
3308 CALL_DUMMY_ADDRESS, change to a predicate.
3309 * gdbarch.h, gdbarch.c: Re-generate.
3310 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3311 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
3312 * infcall.c (call_function_by_hand): Ditto.
3313 * sparc-tdep.c (sparc_push_return_address): Ditto.
3314 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
3315 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
3316 CALL_DUMMY_ADDRESS with entry_point_address.
3317 * v850-tdep.c (v850_push_return_address): Ditto.
3318 * s390-tdep.c (s390_push_return_address): Ditto.
3319 * rs6000-tdep.c (ppc_push_return_address): Ditto.
3320 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
3321 * mcore-tdep.c (mcore_push_return_address): Ditto.
3322 * cris-tdep.c (cris_push_return_address): Ditto.
3323 * arm-tdep.c (arm_push_return_address): Ditto.
3324
3325 2003-09-08 Andrew Cagney <cagney@redhat.com>
3326
3327 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
3328 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
3329 and REG_UNMODIFIED to REG_SAME_VALUE.
3330 (execute_cfa_program): Update.
3331 (dwarf2_frame_cache): Update. Initialize table to
3332 REG_UNSPECIFIED, complain if CFI fails to specify a register's
3333 location.
3334 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
3335
3336 2003-09-08 Andrew Cagney <cagney@redhat.com>
3337
3338 * gnu-nat.c: Remove "inline" function attribute.
3339 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
3340
3341 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3342
3343 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
3344 target.
3345
3346 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3347
3348 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
3349 (frame_extra_info): Rename this struct to frv_unwind_cache.
3350 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
3351 Add fields ``prev_sp'' and ``base''.
3352 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
3353 (frv_saved_pc_after_call, frv_init_extra_frame_info)
3354 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
3355 Delete.
3356 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
3357 Revise all callers. Fill in the unwind cache argument and make
3358 other adjustments to account for new frame mechanisms.
3359 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
3360 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
3361 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
3362 (frv_frame_unwind, frv_frame_base): New structs.
3363 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
3364 additional arguments expected by this method and adjust function
3365 body accordingly.
3366 (frv_gdbarch_init): Remove calls to the following functions:
3367 set_gdbarch_deprecated_init_frame_pc(),
3368 set_gdbarch_deprecated_saved_pc_after_call(),
3369 set_gdbarch_deprecated_frame_chain(),
3370 set_gdbarch_deprecated_frame_saved_pc(),
3371 set_gdbarch_deprecated_frame_init_saved_regs(),
3372 set_gdbarch_deprecated_push_arguments(),
3373 set_gdbarch_deprecated_push_return_address(),
3374 set_gdbarch_deprecated_pop_frame(),
3375 set_gdbarch_deprecated_call_dummy_words(),
3376 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3377 set_gdbarch_deprecated_init_extra_frame_info(),
3378 set_gdbarch_deprecated_dummy_write_sp(), and
3379 set_gdbarch_deprecated_pc_in_call_dummy().
3380 Add calls to the following functions:
3381 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
3382 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
3383 frame_base_set_default().
3384 * Makefile.in (frv-tdep.o): Update dependencies.
3385
3386 2003-09-09 Mark Kettenis <kettenis@gnu.org>
3387
3388 * dwarf2-frame.c (read_encoded_value): Add support for
3389 DW_EH_PE_aligned encoding.
3390
3391 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3392
3393 * infrun.c (normal_stop): Don't print a message if the inferior
3394 has exited.
3395
3396 2003-09-08 Jim Blandy <jimb@redhat.com>
3397
3398 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
3399 * dbxread.c: #include "gdb_assert.h".
3400 (read_dbx_symtab): If the objfile has no .data section, use the
3401 section index for the .bss section instead.
3402
3403 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3404
3405 * frame.c (deprecated_safe_get_selected_frame): New function.
3406 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
3407 * findvar.c (read_var_value): Call it.
3408
3409 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
3410
3411 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
3412 (sh64-tdep.o): Add dependencies.
3413 * configure.tgt: Add FIXME to sh-*-linux*.
3414 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
3415 (sh_gdbarch_init): Always set correct sh_show_regs function
3416 pointer. Call sh64_gdbarch_init() if machine type is sh5.
3417 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
3418 * sh64-tdep.c: New file, containing all sh64 related code from
3419 sh-tdep.c.
3420 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
3421 * config/sh/linux.mt (TDEPFILES): Ditto.
3422 * config/sh/nbsd.mt (TDEPFILES): Ditto.
3423 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
3424 * config/sh/wince.mt (TDEPFILES): Ditto.
3425
3426 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3427
3428 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3429 (stop_wait_callback): Handle !lp->signalled also.
3430 (lin_lwp_has_pending, flush_callback): New functions.
3431 (lin_lwp_wait): Call flush_callback.
3432 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
3433 (linux_proc_pending_signals): New function.
3434 * linux-nat.h (linux_proc_pending_signals): Add prototype.
3435
3436 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3437
3438 From Nick Kelsey <nickk@ubicom.com>:
3439 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3440 when the stop PC is at the beginning of a function also.
3441
3442 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
3443
3444 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3445 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3446
3447 2003-09-06 Mark Kettenis <kettenis@gnu.org>
3448
3449 * sol-thread.c: Include "gdb_string.h".
3450
3451 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
3452
3453 * gcore.c: Reorder include files in alphabetical order. Include
3454 "gdb_assert.h". Various coding style fixes.
3455 (derive_stack_segment, derive_heap_segment): Replace check for
3456 non-null BOTTOM and TOP with gdb_assert.
3457 (derive_heap_segment): Replace check for successful creation of
3458 ZERO with gdb_assert.
3459 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3460
3461 2003-09-04 Andrew Cagney <cagney@redhat.com>
3462
3463 * thread-db.c (verbose_dlsym): New function.
3464 (thread_db_load): Use verbose_dlsym
3465 (thread_db_new_objfile): Print that libthread_db was loaded, and
3466 that thread debugging was enabled.
3467
3468 2003-09-04 Andrew Cagney <cagney@redhat.com>
3469
3470 * configure.tgt: Add "mips64*-*-*" target. Delete
3471 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3472 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3473 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3474 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3475 mips*-sony-*, and mips64*-*-elf* targets.
3476 * config/mips/embedl.mt: Delete file.
3477 * config/mips/embedl64.mt: Delete file.
3478 * config/mips/mips.mt: Delete file.
3479 * config/mips/mips64.mt: Delete file.
3480 * config/mips/tm-embed.h: Delete file.
3481 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3482 * config/mips/embed64.mt: Delete out-of-date comment.
3483
3484 2003-09-04 Andrew Cagney <cagney@redhat.com>
3485
3486 * hppa-tdep.c (hppa_gdbarch_init): Set
3487 "have_nonsteppable_watchpoint".
3488 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3489 * mips-tdep.c (mips_dump_tdep): Do not print
3490 HAVE_NONSTEPPABLE_WATCHPOINT.
3491 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3492 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3493 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3494 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3495
3496 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3497
3498 * breakpoint.c (watchpoint_check): Remove accidentally checked in
3499 unused code. Add comment.
3500
3501 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3502
3503 * breakpoint.c (watchpoint_check): Check for pc being in an
3504 epilogue if watchpoint frame couldn't be found.
3505
3506 2003-09-04 Andrew Cagney <cagney@redhat.com>
3507
3508 * Makefile.in: Re-generate all dependencies.
3509
3510 2003-09-03 Andrew Cagney <cagney@redhat.com>
3511
3512 * arch-utils.h (legacy_print_insn): Delete declaration.
3513 * arch-utils.c (legacy_print_insn): Delete function.
3514 * disasm.c (deprecated_tm_print_insn_info): Delete.
3515 (_initialize_disasm): Delete function, contained code initializing
3516 deprecated_tm_print_insn_info.
3517 * gdbarch.sh (deprecated_tm_print_insn): Delete.
3518 (deprecated_tm_print_insn_info): Delete.
3519 (TARGET_PRINT_INSN): Do not provide a default.
3520 * gdbarch.h, gdbarch.c: Re-generate.
3521
3522 2003-09-03 Andrew Cagney <cagney@redhat.com>
3523
3524 * disasm.c (fprintf_disasm): New function.
3525 (gdb_disassemble_info): Call "init_disassemble_info", instead of
3526 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
3527 reverts 2003-08-14 change.
3528 (_initialize_disasm): Call "init_disassemble_info", instead of
3529 INIT_DISASSEMBLE_INFO_NO_ARCH.
3530
3531 2003-09-03 Michael Snyder <msnyder@redhat.com>
3532
3533 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3534
3535 2003-09-03 Andrew Cagney <cagney@redhat.com>
3536
3537 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3538 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3539 * symfile.c (syms_from_objfile): Update.
3540 (reread_symbols): `Update
3541 * exec.c (exec_file_attach): Update.
3542 (exec_file_attach): Update.
3543 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3544 2003-08-29 change.
3545 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3546
3547 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3548
3549 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3550 trad-frame.h.
3551 (arm_get_cache): Delete macro.
3552 (struct arm_prologue_cache): Update comments. Make saved_regs into
3553 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3554 to prev_sp.
3555 (thumb_scan_prologue): Update for cache changes. Don't call
3556 DEPRECATED_PC_IN_CALL_DUMMY.
3557 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3558 argument and use it in desperation search for our prologue. Do not
3559 search past the specified PC.
3560 (arm_make_prologue_cache): Simplify.
3561
3562 (arm_prologue_this_id, arm_prologue_prev_register)
3563 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3564 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3565 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3566 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3567 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3568
3569 (arm_frame_chain_valid, arm_find_callers_reg)
3570 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3571 (arm_pop_frame): Delete obsolete methods.
3572 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3573
3574 (arm_gdbarch_init): Update for new frame methods. Register prologue
3575 and sigtramp unwinders. Set the default frame base method.
3576
3577 * Makefile.in (arm-tdep.o): Update dependencies.
3578 * varobj.c (find_frame_addr_in_frame_chain): Call
3579 get_frame_base_address.
3580 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3581
3582 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3583
3584 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3585 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3586 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3587 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3588 Take NEXT_FRAME and CACHE arguments. Call
3589 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3590 Set unwound_pc in CACHE instead of modifying the frame argument.
3591 Don't bother checking the frame type when looking for sigtramp
3592 frames.
3593 (arm_make_prologue_cache, arm_frame_chain)
3594 (arm_init_extra_frame_info): New functions.
3595
3596 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3597
3598 * arm-tdep.c (arm_get_cache): Define.
3599 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3600 unwound_sp, unwound_pc, and saved_regs.
3601 (thumb_scan_prologue): Take a cache instead of the frame.
3602 (arm_scan_prologue): Likewise.
3603 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3604 instead of a temporary frame.
3605 (arm_init_extra_frame_info): Allocate and use a cache.
3606 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3607
3608 2003-09-03 Andrew Cagney <cagney@redhat.com>
3609
3610 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3611 * config/mips/wince.mt (TM_CLIBS): Ditto.
3612 * config/sh/wince.mt (TM_CLIBS): Ditto.
3613 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3614 * config/sparc/sp64.mt (CC): Delete.
3615
3616 2003-09-03 Andrew Cagney <cagney@redhat.com>
3617
3618 * defs.h: Do not include "arch-utils.h".
3619 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3620 GDB_MULTI_ARCH_PURE.
3621 * configure.in (GDB_MULTI_ARCH): Do not define.
3622 * configure, config.in: Regenerate.
3623 * configure.tgt: Do not set variable "gdb_multi_arch".
3624 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3625 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3626 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3627 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3628 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3629 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3630 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3631 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3632 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3633 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3634 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3635 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3636 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3637 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3638 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3639 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3640 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3641 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3642
3643 2003-08-30 Michael Chastain <mec@shout.net>
3644
3645 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3646 * config/m68k/nm-hp300hpux.h: Delete.
3647 * config/m68k/tm-hp300hpux.h: Delete.
3648 * config/m68k/xm-hp300hpux.h: Delete.
3649 * config/m68k/xm-hp300bsd.h: Delete.
3650 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3651 tm-hp300hpux.h, xm-hp300hpux.h.
3652 * somsolib.c: Remove comment about hp300 shared libraries.
3653
3654 2003-08-31 Mark Kettenis <kettenis@gnu.org>
3655
3656 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3657 Only define PTRACE_GET_THREAD_AREA is not already defined.
3658 Various style fixes in code and comments and some additional
3659 spelling fixes in comments. Move after functions dealing with
3660 debug registers.
3661 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3662 Fix coding-style.
3663
3664 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3665 frame_unwind_register_unsigned instead of
3666 frame_unwind_unsigned_register.
3667
3668 2003-08-30 Mark Kettenis <kettenis@gnu.org>
3669
3670 * configure.in: Search for gethostbyname in libnsl.
3671 * configure: Regenerated.
3672
3673 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3674
3675 * configure.in: Remove redundant AC_MSG_RESULT in check for
3676 uintptr_t in stdint.h.
3677 * configure: Regenerated.
3678
3679 * amd64-nat.h (struct regcache): Add opaque declaration.
3680
3681 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3682 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3683 Change "register array" to "register cache" in comments.
3684 (x86_64_linux_gregset64_reg_offset): New variable.
3685 (GETREGS_SUPPLIES): Remove macro.
3686 (supply_gregset): Call amd64_supply_native_gregset instead of
3687 x86_64_linux_supply_gregset.
3688 (fill_gregset): Rename `regno' to `regnum'. Call
3689 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3690 (store_regs): Rename `regno' to `regnum'.
3691 (store_fpregs): Rename `regno' to `regnum'.
3692 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3693 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3694 Reorganize function a bit.
3695 (store_inferior_registers): Rename `regno' to `regnum'. Use
3696 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3697 Reorganize function a bit.
3698 (_initialize_x86_64_linux_nat): New function.
3699 * config/i386/x86-64linux.mh.
3700
3701 2003-08-29 Andrew Cagney <cagney@redhat.com>
3702
3703 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3704 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3705 (target_remove_watchpoint): Delete macro.
3706 (target_insert_watchpoint): Delete macro.
3707 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3708 (remote_mips_stopped_by_watchpoint): Delete declaration.
3709 (remote_mips_remove_watchpoint): Delete declaration.
3710 (remote_mips_set_watchpoint): Delete declaration.
3711 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3712 * remote-mips.c (_initialize_remote_mips): Set
3713 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3714 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3715 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3716 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3717 (mips_stopped_by_watchpoint): Rename
3718 remote_mips_stopped_by_watchpoint.
3719 (mips_can_hardware_watchpoint): Rename
3720 remote_mips_can_use_hardware_watchpoint, update function
3721 signature.
3722
3723 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3724
3725 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3726 USER_DS. We haven't given them a register number yet.
3727
3728 * amd64-nat.h: New file.
3729 * amd64-nat.c: New file.
3730 * amd64fbsd-nat.c: Include "amd64-nat.h".
3731 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3732 (amd64fbsd32_r_reg_offset): New variable.
3733 (supply_gregset): Simply call amd64_supply_native_gregset.
3734 (fill_gregset): Rename `regno' to `regnum'. Simply call
3735 amd64_collect_native_gregset.
3736 (fill_fpregset): Rename `regno' to `regnum'.
3737 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3738 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3739 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3740 `fpregset_t'. Call amd64_supply_native_gregset instead of
3741 supply_gregset. Call x86_64_supply_fxsave instead of
3742 supply_fpregset.
3743 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3744 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3745 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3746 `fpregset_t'. Call amd64_collect_native_gregset instead of
3747 fill_gregset. Call x86_64_collect_fxsave instead of
3748 fill_fpregset.
3749 (_initialize_am64fbsd_nat): Initialize
3750 amd64_native_gregset32_reg_offset and
3751 amd64_native_gregset64_reg_offset.
3752 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3753
3754 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3755 null pointer. Fix typo in comment.
3756
3757 * regcache.c (supply_register): Reimplement to call
3758 regcache_raw_supply.
3759 (regcache_collect): Reimplement by calling regcache_raw_collect.
3760
3761 2003-08-28 Mark Kettenis <kettenis@gnu.org>
3762
3763 * regcache.c (register_buffer): Consitify first argument.
3764 (regcache_raw_supply, regcache_raw_collect): New
3765 functions.
3766
3767 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3768
3769 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3770 by Nathan J. Williams.
3771
3772 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3773
3774 * lin-lwp.c (wait_lwp): New function, copied from
3775 stop_wait_callback. Clean up.
3776 (stop_wait_callback): Use wait_lwp.
3777
3778 2003-08-28 Andrew Cagney <cagney@redhat.com>
3779
3780 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3781 flavour and disassembler options.
3782 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3783 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3784 deprecated_tm_print_insn_info.
3785
3786 2003-08-27 Andrew Cagney <cagney@redhat.com>
3787
3788 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3789 Use target_read_memory.
3790 (s390_get_frame_info): Update. Do not reference
3791 deprecated_tm_print_insn_info.
3792 (s390_check_function_end, s390_is_sigreturn): Ditto.
3793
3794 2003-08-27 Andrew Cagney <cagney@redhat.com>
3795
3796 * Makefile.in (cris-tdep.o): Update dependencies.
3797 * cris-tdep.c: Include "gdb_assert.h".
3798 (cris_gdbarch_init): Set print_insn.
3799 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3800 (cris_delayed_get_disassembler): Simplify, directly call the
3801 disassembler returned by cris_get_disassembler.
3802 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3803 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3804 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3805 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3806 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3807 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3808 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3809 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3810 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3811 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3812 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3813 (gdb_print_insn_sparc): Delete function.
3814 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3815 deprecated_tm_print_insn_info.
3816 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3817 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3818 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3819 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3820 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3821 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3822 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3823 (s390_gdbarch_init): Set print_insn.
3824
3825 2003-08-27 Andrew Cagney <cagney@redhat.com>
3826
3827 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3828 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3829 * infcall.c (call_function_by_hand): Convert the entry point
3830 address into a code address.
3831
3832 2003-08-27 Andrew Cagney <cagney@redhat.com>
3833
3834 * dsrec.c: Include "gdb_string.h".
3835 * Makefile.in (dsrec.o): Update dependencies.
3836
3837 2003-08-27 Michael Chastain <mec@shout.net>
3838
3839 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3840
3841 2003-08-27 Andrew Cagney <cagney@redhat.com>
3842
3843 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3844 (alpha_osf1_init_abi): Do not set call_dummy_address.
3845
3846 2003-08-27 David Carlton <carlton@kealia.com>
3847
3848 From Randolph Chung <tausq@debian.org>:
3849 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3850 compiles with -Wformat-nonliteral -Werror.
3851
3852 2003-08-26 Jim Blandy <jimb@redhat.com>
3853
3854 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3855 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3856 bfd_lookup_symbol, since we only want symbols in code sections.
3857 (look_for_base): Pass zero as the SECT_FLAGS argument to
3858 bfd_lookup_symbol, since we're not concerned about which section
3859 the symbol is in.
3860
3861 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3862
3863 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3864 we are frameless or the return address register is already known.
3865
3866 2003-08-26 Andrew Cagney <cagney@redhat.com>
3867
3868 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3869 in size. Add comments.
3870
3871 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3872
3873 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3874 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3875
3876 2003-08-26 Jason Merrill <jason@redhat.com>
3877
3878 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3879 case out of #ifdef MIPS block.
3880
3881 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3882
3883 PR java/1322
3884 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3885 available before calling SECT_OFF_TEXT.
3886 * PROBLEMS: Remove description of java/1322.
3887
3888 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3889
3890 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3891 bof, and nat0-nat127 as pseudo-registers.
3892 (ia64_frame_cache): New struct used to cache frame info.
3893 (ia64_register_reggroup_p): New routine used to override default
3894 register grouping so registers without names are still saved and
3895 restored.
3896 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3897 pseudo values.
3898 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3899 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3900 (ia64_alloc_frame_cache): New routine to create a new
3901 ia64_frame_cache.
3902 (examine_prologue): Change prototype to add next_frame pointer.
3903 Assume frameless until otherwise proven. Verify that the cfm for
3904 current frame matches the cfm that should occur for the prologues
3905 alloc insn and if equal, mark as not frameless. At end of routine,
3906 if not frameless, calculate registers for the previous frame and store
3907 in the cache, if a cache is provided.
3908 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3909 and pass 0 for next_frame.
3910 (ia64_store_return_value): Change to use convert_typed_floating()
3911 instead of calling ia64_convert_to_raw().
3912 (ia64_extract_return_value): Change to use convert_typed_floating()
3913 instead of calling ia64_convert_to_virtual().
3914 (ia64_frame_cache): New routine to support new frame model.
3915 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3916 (ia64_frame_sniffer): Ditto.
3917 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3918 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3919 (ia64_sigtramp_frame_prev_register): Ditto.
3920 (ia64_sigtramp_frame_sniffer): Ditto.
3921 (ia64_frame_base_address): Ditto.
3922 (ia64_extract_struct_value_address): Change to issue error message.
3923 (ia64_frame_align): New routine to align sp.
3924 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3925 (ia64_push_arguments): Removed. Logic moved to
3926 ia64_push_dummy_call().
3927 (ia64_push_return_address): Ditto.
3928 (ia64_unwind_dummy_id): New function.
3929 (ia64_unwind_pc): Ditto.
3930 (ia64_convert_register_p): Ditto.
3931 (ia64_register_to_value): Ditto.
3932 (ia64_value_to_register): Ditto.
3933 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3934 (ia64_register_byte, ia64_register_raw_size): Ditto.
3935 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3936 (ia64_saved_pc_after_call): Ditto.
3937 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3938 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3939 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3940 (ia64_register_convert_to_raw): Ditto.
3941 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3942 (ia64_init_extra_frame_info): Ditto.
3943 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3944 (ia64_gdbarch_init): Remove registering of deprecated functions that
3945 are no longer used. Add registration of new gdbarch functions.
3946 Remove registering deprecated_write_sp. Replace
3947 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3948 Delete set_gdbarch_deprecated_register_convertible(),
3949 set_gdbarch_deprecated_register_convert_to_virtual(), and
3950 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3951 set_gdbarch_deprecated_register_size(),
3952 set_gdbarch_deprecated_register_bytes(),
3953 set_gdbarch_pcregnum(),
3954 set_gdbarch_deprecated_register_byte(),
3955 set_gdbarch_deprecated_register_raw_size(),
3956 set_gdbarch_deprecated_max_register_raw_size(),
3957 set_gdbarch_deprecated_register_virtual_size(),
3958 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3959 Replace set_gdbarch_deprecated_extract_return_value() with
3960 set_gdbarch_extract_return_value(). Remove calls to:
3961 set_gdbarch_deprecated_saved_pc_after_call();
3962 set_gdbarch_deprecated_frame_chain(),
3963 set_gdbarch_deprecated_frame_saved_pc(),
3964 set_gdbarch_deprecated_frame_init_saved_regs(),
3965 set_gdbarch_deprecated_get_saved_register(),
3966 set_gdbarch_deprecated_call_dummy_words(),
3967 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3968 set_gdbarch_deprecated_init_extra_frame_info(),
3969 set_gdbarch_deprecated_frame_args_address(),
3970 set_gdbarch_deprecated_frame_locals_address(),
3971 and set_gdbarch_deprecated_dummy_write_sp().
3972 Add set_gdbarch_convert_register_p(),
3973 set_gdbarch_register_to_value(),
3974 set_gdbarch_value_to_register(),
3975 set_gdbarch_push_dummy_call(),
3976 set_gdbarch_frame_align(),
3977 set_gdbarch_unwind_dummy_id(),
3978 set_gdbarch_unwind_pc(),
3979 frame_unwind_append_sniffer(),
3980 frame_unwind_append_sniffer(),
3981 and frame_base_set_default().
3982
3983 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3984
3985 * configure.tgt: Document need for special "mipsisa64" handling.
3986 (mipsisa64*-*-linux64): Handle as target linux64.
3987 (mipsisa64*-*-*): Handle as target embed64.
3988
3989 2003-08-18 Michael Chastain <mec@shout.net>
3990
3991 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3992 objfile bug.
3993
3994 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3995
3996 * i387-tdep.h: Update copyright date.
3997 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3998
3999 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
4000 CFLAGS games to reflect reality.
4001
4002 2003-08-24 Andrew Cagney <cagney@redhat.com>
4003
4004 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
4005 GDB_MULTI_ARCH is always non-zero.
4006 * osabi.c (_initialize_gdb_osabi): Ditto.
4007 (gdbarch_init_osabi): Ditto.
4008 * sparc-tdep.c: Ditto for #if code.
4009
4010 2003-08-23 Mark Kettenis <kettenis@gnu.org>
4011
4012 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
4013 Update comments.
4014 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
4015 comments.
4016 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
4017 x86_64_supply_fxsave.
4018 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
4019 x86_64_supply_fxsave.
4020 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
4021 x86_64_supply_fxsave.
4022
4023 2003-08-23 Andreas Jaeger <aj@suse.de>
4024
4025 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
4026 i387_supply_fxsave.
4027
4028 2003-08-23 Mark Kettenis <kettenis@gnu.org>
4029
4030 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
4031 i387_supply_register.
4032 (go32_fetch_registers): Adjust call to i387_supply_fsave.
4033 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
4034 i387_supply_fsave.
4035 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
4036 i387_supply_fxsave.
4037 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
4038 i387_supply_fsave.
4039 * i386bsd-nat.c (supply_fpregset): Adjust call to
4040 i387_supply_fsave.
4041 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
4042 call to i387_supply_fxsave. Call i387_supply_fsave instead of
4043 supply_fpregset.
4044 (store_inferior_registers): Remove extraneous whitespace. Call
4045 i387_fill_fsave instead of fill_fpregset.
4046 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
4047 (supply_fpregset): Likewise.
4048 * i386v4-nat.c (supply_fpregset): Adjust call to
4049 i387_supply_fsave.
4050 * i386-interix-nat.c (supply_fpregset): Adjust call to
4051 i387_supply_fsave.
4052 * i386-linux-nat.c (supply_fpregset): Adjust call to
4053 i387_supply_fsave.
4054 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
4055 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
4056 i387supply_fsave and i387_supply_fxsave.
4057 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
4058 Incorporate code from `i387_supply_register.
4059 (i387_supply_register): Remove.
4060 (i387_supply_fxsave): Add `regnum' argument.
4061 Update comments.
4062 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
4063 prototype.
4064 (i387_supply_register): remove prototype.
4065 Update comments.
4066
4067 2003-08-22 Michael Chastain <mec@shout.net>
4068
4069 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
4070 Add lines for files in gdb/testsuite/gdb.cp/* that are
4071 still not 8.3 unique.
4072
4073 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
4074
4075 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
4076 TYPE_VPTR_FIELDNO is valid.
4077
4078 2003-08-19 Mark Kettenis <kettenis@gnu.org>
4079
4080 * utils.c (set_width_command): Remove prototypes.
4081 (set_screen_size): New prototype.
4082 (init_page_info): Simplify by fetching the screen size from
4083 Readline. Call set_screen_size.
4084 (set_screen_size): New function.
4085 (set_width): Add missing whitespace in comment.
4086 (set_width_command): Call set_screen_size.
4087 (set_height_command): New function.
4088 (initialize_utils): Fix formatting. Make "set height" command
4089 call set_height_command. Remove redundant code that turns off
4090 pagination if output isn't a terminal. Remove redundant call to
4091 set_width_command.
4092
4093 2003-08-22 Mark Kettenis <kettenis@gnu.org>
4094
4095 * sparc64-tdep.h (sparc64_regnum): Fix comment.
4096 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
4097 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
4098 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
4099 `case' keyword.
4100 (sparc64_register_info): Give the reister with number
4101 SPARC64_STATE_REGNUM a name.
4102 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
4103 %asi and %ccr.
4104 (sparc64_push_dummy_call): Take BIAS into account when checking
4105 stcak alignment.
4106 (sparc_software_single_step): Remove assertions that check whether
4107 NPC and NNPC were zero.
4108 (sparc_supply_rwindow): Make public. Merge functionality with
4109 sparc64_supply_rwindow.
4110 (sparc_fill_rwindow): Make public. Merge functionality with
4111 sparc64_fill_rwindow.
4112 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
4113 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
4114 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
4115 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
4116 sparc_supply_rwindow instead of sparc64_supply_rwindow.
4117
4118 * reggroups.c: Add whitespace after declarations of local
4119 variables in functions.
4120
4121 2003-08-21 Michael Chastain <mec@shout.net>
4122
4123 * gdbtypes.h: Change array bound type from an int to enum.
4124
4125 2003-08-21 Andrew Cagney <cagney@redhat.com>
4126
4127 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
4128 * config/sparc/tm-sparc.h: Ditto.
4129 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
4130 unconditionally.
4131 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
4132
4133 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4134
4135 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
4136 (register_objfile_data, set_objfile_data, objfile_data): New
4137 prototypes.
4138 * objfiles.c (objfile_alloc_data, objfile_free_data): New
4139 prototypes.
4140 (allocate_objfile): Call objfile_alloc_data.
4141 (free_objfile): Call objfile_free_data.
4142 (struct objfile_data): New.
4143 (struct objfile_data_registration): New.
4144 (struct objfile_data_registry): New.
4145 (objfile_data_registry): New variable.
4146 (register_objfile_data): New function.
4147 (objfile_alloc_data, objfile_free_data): New functions.
4148 (set_objfile_data, objfile_data): New functions.
4149 * dwarf2-frame.c (dwarf2_frame_data): New variable.
4150 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
4151 (_initialize_dwarf2_frame): New function and prototype.
4152
4153 2003-08-21 Andrew Cagney <cagney@redhat.com>
4154
4155 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
4156 a specific architecture.
4157 * arch-utils.h (set_architecture_from_arch_mach): Delete
4158 declaration.
4159 (target_architecture_hook): Delete declaration.
4160 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
4161 (default_float_format): Assume GDB_MULTI_ARCH.
4162 (default_double_format): Assume GDB_MULTI_ARCH.
4163 (set_endian_from_file): Delete function.
4164 (arch_ok): Delete function.
4165 (set_arch): Delete function.
4166 (set_architecture_from_arch_mach): Delete function.
4167 (set_architecture_from_file): Delete function.
4168 (set_architecture): Assume GDB_MULTI_ARCH.
4169 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
4170
4171 2003-08-21 Mark Kettenis <kettenis@gnu.org>
4172
4173 Rewrite FreeBSD/sparc64 native configuration.
4174 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
4175 * sparc64fbsd-nat.c: New file.
4176 * sparc64fbsd-tdep.c: New file.
4177 * sparc64-tdep.c sparc64-tdep.h: New files.
4178 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
4179 sparc64fbsd-tdep.o): New dependencies.
4180 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
4181 and sparc64fbsd-tdep.c.
4182 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
4183 * config/sparc/fbsd.mh: Remove copyright notice.
4184 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
4185 sparcbsd-nat.o.
4186 * config/sparc/fbsd.mt: Remove copyright notice.
4187 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
4188 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
4189 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
4190 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
4191 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
4192 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
4193 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
4194 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
4195 "sparc/tm-sp64.h".
4196 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
4197 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
4198
4199 2003-08-21 Michael Chastain <mec@shout.net>
4200
4201 * symtab.h: Add doco on the space critical structures and
4202 some measurements of space usage.
4203
4204 2003-08-21 Michael Snyder <msnyder@redhat.com>
4205
4206 * tracepoint.c (trace_dump_command): Trace break address
4207 is subject to DECR_PC_AFTER_BREAK.
4208 (set_traceframe_context): Make "trace_line" an int.
4209 Fixes suggested by Mark Newman <mark.newman@lmco.com>
4210
4211 2003-08-20 Michael Snyder <msnyder@redhat.com>
4212
4213 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4214 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
4215 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
4216 argument passing.
4217 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
4218 functions, replace sh_push_dummy_call.
4219 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
4220
4221 2003-08-20 Michael Chastain <mec@shout.net>
4222
4223 * gdbtypes.h (struct main_type): Rearrange to save space.
4224
4225 2003-08-20 Michael Snyder <msnyder@redhat.com>
4226
4227 * trad-frame.c: Comment typo fix.
4228
4229 2003-08-20 Michael Snyder <msnyder@redhat.com>
4230 Kevin Buettner <kevinb@redhat.com>
4231
4232 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
4233 (frv_frame_init_saved_regs): Add declaration.
4234 (frame_extra_info): Add new field ``saved_regs''.
4235 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
4236 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
4237 Update frame related code.
4238 (frv_extract_struct_value_address): Adjust formatting.
4239 * Makefile.in (frv-tdep.o): Update dependencies.
4240 * config/frv/tm-frv.h (target_insert_watchpoint)
4241 (target_remove_watchpoint, target_insert_hw_breakpoint)
4242 (target_remove_hw_breakpoint): Delete these macros.
4243 (remote_insert_watchpoint, remote_remove_watchpoint)
4244 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
4245 these declarations.
4246
4247 2003-08-20 Michael Chastain <mec@shout.net>
4248
4249 * defs.h (ENUM_BITFIELD): New macro.
4250 * symtab.h (ENUM_BITFIELD): Use it.
4251 (BYTE_BITFIELD): Remove old macro, which was already disabled.
4252
4253 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
4254
4255 * MAINTAINERS (write after approval): Add myself.
4256
4257 2003-08-18 Andrew Cagney <cagney@redhat.com>
4258
4259 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
4260 * gdbarch.h, gdbarch.c: Re-generate.
4261 * infcall.c (call_function_by_hand): Adjust the SP by
4262 frame_red_zone_size before allocating any stack space.
4263 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
4264 * x86-64-tdep.c (x86_64_frame_align): New function.
4265 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
4266
4267 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
4268 Remove code adjusting SP so that it skips over the Red Zone.
4269
4270 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4271
4272 * NEWS (New native configurations): Mention FreeBSD/amd64.
4273
4274 2003-08-18 Andrew Cagney <cagney@redhat.com>
4275
4276 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4277 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
4278 "m68k_frame_p".
4279 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
4280
4281 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4282
4283 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
4284
4285 2003-08-18 Michal Ludvig <mludvig@suse.cz>
4286
4287 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
4288 Define.
4289 * i386-linux-nat.c: Include "linux-nat.h".
4290 (child_post_startup_inferior): New function.
4291
4292 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4293
4294 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4295 at the start of a frameless function. This probably fixes PR
4296 backtrace/1338.
4297
4298 2003-08-17 Michael Chastain <mec@shout.net>
4299
4300 * symfile.c (find_sym_fns): Remove special case for apollo target.
4301
4302 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4303
4304 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4305 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
4306 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
4307 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
4308 (linux_supports_tracevforkdone): New function.
4309 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
4310 TRACEVFORKDONE.
4311 (child_follow_fork): Handle vfork.
4312 (linux_handle_extended_wait): Likewise. Also handle exec.
4313 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
4314 * NEWS: Mention fork tracing.
4315
4316 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4317
4318 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4319
4320 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4321
4322 * Makefile.in (i386-linux-nat.o): Update dependencies.
4323 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
4324 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
4325 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
4326 * i386-linux-nat.c: Include "linux-nat.h".
4327 (child_post_startup_inferior): New function.
4328 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
4329 * infptrace.c (kill_inferior): Wrap in #ifdef.
4330 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
4331 attaching to each LWP.
4332 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
4333 (init_lin_lwp_ops): Fill in some more operations.
4334 * linux-nat.h (linux_enable_event_reporting)
4335 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
4336 prototypes.
4337 * linux-nat.c (linux_enable_event_reporting): New function.
4338 (child_post_attach, linux_child_post_startup_inferior)
4339 (child_post_startup_inferior, child_follow_fork)
4340 (linux_handle_extended_wait, kill_inferior): New functions.
4341
4342 2003-08-16 Andrew Cagney <cagney@redhat.com>
4343
4344 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4345 * gdbarch.h, gdbarch.c: Re-generate.
4346
4347 2003-08-16 Mark Kettenis <kettenis@gnu.org>
4348
4349 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4350
4351 2003-08-16 Andrew Cagney <cagney@redhat.com>
4352
4353 * NEWS: Mention that "set prompt-escape-char" was deleted.
4354 * top.c (get_prompt_1): Delete function.
4355 (gdb_prompt_escape):
4356 (init_main): Do not clear "gdb_prompt_escape". Delete "set
4357 prompt-escape-char" command.
4358 (MAX_PROMPT_SIZE): Delete macro.
4359 (get_prompt): Simplify, do not call get_prompt_1.
4360
4361 2003-08-16 Andrew Cagney <cagney@redhat.com>
4362
4363 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4364 -Werror. -Wformat-nonliteral problems.
4365
4366 2003-08-15 J. Brobecker <brobecker@gnat.com>
4367
4368 Further multiarching work mostly for hppa64-*-hpux11:
4369 * hppa-tdep.h: New file.
4370 * hppa-tdep.c: #include hppa-tdep.c.
4371 (hppa32_num_regs): Renamed from hppa_num_regs.
4372 (hppa64_num_regs): New constant.
4373 (hppa64_call_dummy_breakpoint_offset): New constant.
4374 (hppa32_call_dummy_length): New constant.
4375 (hppa64_call_dummy_length): New constant.
4376 (hppa32_stack_align): Make name 32bit explicit.
4377 (hppa32_register_virtual_type): Likewise.
4378 (hppa32_extract_return_value): Likewise.
4379 (hppa32_use_struct_convention): Likewise.
4380 (hppa32_store_return_value): Likewise.
4381 (hppa64_register_virtual_type): New function.
4382 (hppa64_extract_return_value): New function.
4383 (hppa64_use_struct_convention): New function.
4384 (hppa64_store_return_value): New function.
4385 (hppa_frame_locals_address): Remove declaration, function does
4386 not exist anymore.
4387 (hppa_register_byte): Add support for PA64 ABI.
4388 (hppa_gdbarch_init): Add support for PA64 ABI.
4389 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
4390 Make name 32bit explicit.
4391 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
4392 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
4393 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
4394 (hppa64_hpux_frame_base_before_sigtramp): New function.
4395 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
4396 * config/pa/tm-hppa64.h: Remove macros that are no longer
4397 necessary now that the gdbarch vector is properly setup.
4398 Transform some macros into function calls. Some minor cleanup.
4399 * config/pa/tm-hppah.h: Update function calls in macros
4400 following the function renaming in hppa-hpux-tdep.c.
4401 * Makefile.in (hppa_tdep_h): New variable.
4402 (hppa-tdep.o): Add dependency over hppa_tdep_h.
4403
4404 2003-08-14 Michael Snyder <msnyder@redhat.com>
4405
4406 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
4407
4408 2003-08-13 J. Brobecker <brobecker@gnat.com>
4409
4410 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
4411 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
4412 routine.
4413
4414 2003-08-13 Michael Snyder <msnyder@redhat.com>
4415
4416 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
4417 (frv_saved_pc_after_call): Use deprecated ftype.
4418 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
4419 (frv_remote_translate_xfer_address): Remove.
4420 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
4421
4422 2003-08-13 J. Brobecker <brobecker@gnat.com>
4423
4424 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
4425 initialization after the common gdbarch initialization, not before.
4426
4427 2003-08-13 J. Brobecker <brobecker@gnat.com>
4428
4429 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
4430 (ADDR_BITS_REMOVE): Remove, redundant.
4431
4432 2003-08-13 J. Brobecker <brobecker@gnat.com>
4433
4434 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4435 gdbarch method to clear the 2 low bits of text addresses.
4436
4437 2003-08-12 Andrew Cagney <cagney@redhat.com>
4438
4439 * Makefile.in (dsrec.o): Update dependencies.
4440 * dsrec.c: Include "gdb_assert.h".
4441 (make_srec): Use snprintf instead of sprintf, use a literal format
4442 string.
4443
4444 2003-08-12 Andrew Cagney <cagney@redhat.com>
4445
4446 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4447 FRAME_OBSTACK_ZALLOC.
4448
4449 2003-08-12 Kevin Buettner <kevinb@redhat.com>
4450
4451 * i386-tdep.c (i386_gdbarch_init): Enable default support for
4452 SSE registers.
4453
4454 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4455
4456 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4457 amd64fbsd_sc_reg_offset): Add extern declarations.
4458 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4459 declarations.
4460
4461 2003-08-11 Ben Elliston <bje@wasabisystems.com>
4462
4463 * MAINTAINERS (write after approval): Update my mail address.
4464
4465 2003-08-10 Andrew Cagney <cagney@redhat.com>
4466
4467 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4468
4469 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4470
4471 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4472 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4473 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4474 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4475 i386bsd_sc_reg_offset): Add extern declarations.
4476 * i386obsd-nat.c: Include "i386-tdep.h"
4477 (_initialize_i386obsd_nat): Remove extern declarations.
4478 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4479 declarations.
4480 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4481 declarations.
4482
4483 * i386-tdep.c (i386_register_to_value): Use get_frame_register
4484 instead of frame_read_register.
4485 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4486 instead of frame_read_register. Use I386_ESP_REGNUM instead of
4487 SP_REGNUM.
4488 (i386_frame_prev_register): Use frame_unwind_register_unsigned
4489 instead of frame_unwind_unsigned_register. Use
4490 I386_EFLAGS_REGISTER instead of PS_REGNUM.
4491 (i386_get_longjmp_target): Use regcache_read_unsigned_register
4492 instead of read_register. Use builtin_type_void_data_ptr instead
4493 of builtin_type_void_func_ptr when extracting the address of the
4494 jmp_buf.
4495 (i386_extract_return_value, i386_store_return_value,
4496 i386_pseudo_register_read, i386_pseudo_register_write): Use
4497 register_size instead REGISTER_RAW_SIZE.
4498
4499 2003-08-10 Andrew Cagney <cagney@redhat.com>
4500
4501 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4502 sprintf. Make "name" constant.
4503
4504 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4505
4506 * i387-tdep.c (i387_register_to_value): Use get_frame_register
4507 instead of frame_read_register.
4508 (i387_print_float_info): Use get_frame_register and
4509 get_frame_register_unsigned instead of frame_register_read.
4510
4511 * i386fbsd-nat.c: Include "i386-tdep.h".
4512 (child_resume): Make `eflags' an ULONGEST. Use
4513 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4514 instead of register_read and register_write.
4515
4516 * i386bsd-nat.c (fetch_inferior_registers,
4517 store_inferior_registers): Don't use && at the end of a line.
4518 (_initialize_i386bsd_nat): Fix typo.
4519
4520 * frame.c (_initialize_frame): Add missing backslash.
4521
4522 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4523 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4524 and supply_register instead of manipulating the register buffer
4525 directly.
4526
4527 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4528 * config/i386/nm-i386sol2.h
4529 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4530
4531 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4532 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4533 instructions that GCC likes to mingle into the prologue. Fixes
4534 gdb/1253 and gdb/1255.
4535
4536 2003-08-09 Andrew Cagney <cagney@redhat.com>
4537
4538 Fix GDB PR cli/926.
4539 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4540 * command.h (add_setshow_uinteger_cmd): Declare.
4541 * frame.c (set_backtrace_cmd): New function.
4542 (show_backtrace_cmd): New function.
4543 * frame.c (_initialize_frame): Replace "set/show
4544 backtrace-below-main" with "set/show backtrace past-main". Add
4545 command "set/show backtrace limit".
4546 (backtrace_past_main): Rename "backtrace_below_main".
4547 (backtrace_limit): New variable.
4548 (get_prev_frame): Update. Check the backtrace_limit.
4549
4550 2003-08-09 Andrew Cagney <cagney@redhat.com>
4551
4552 * defs.h (xstrprintf): Declare.
4553 * utils.c (xstrprintf): New function.
4554 * breakpoint.c (insert_breakpoints): Replace sprintf and
4555 non-literal format strings, with xstrprintf and cleanups.
4556 (delete_breakpoint,breakpoint_re_set): Ditto.
4557 (commands_command, insert_breakpoints): Ditto.
4558 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4559 (break_at_finish_command_1): Ditto.
4560
4561 2003-08-09 Andrew Cagney <cagney@redhat.com>
4562
4563 * MAINTAINERS (language support): List Adam Fedor as Objective C
4564 maintainer.
4565
4566 2003-08-08 J. Brobecker <brobecker@gnat.com>
4567
4568 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4569 are now multiarched.
4570
4571 2003-08-08 J. Brobecker <brobecker@gnat.com>
4572
4573 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4574 longer necessary now that hppa64 is partially multiarch'ed.
4575
4576 2003-08-08 Andrew Cagney <cagney@redhat.com>
4577
4578 * interps.c (interp_set): Check for a NULL "old_interp".
4579
4580 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4581
4582 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4583 (install-only): Support DESTDIR.
4584 (uninstall): Likewise.
4585 (install-gdbtk): Likewise.
4586
4587 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
4588
4589 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4590 contains something meaningful at all times.
4591
4592 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
4593
4594 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
4595
4596 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4597
4598 * MAINTAINERS (write after approval): Added self.
4599
4600 2003-08-07 Andrew Cagney <cagney@redhat.com>
4601
4602 * inferior.h (AT_SYMBOL): Define.
4603 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4604 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4605 * mips-tdep.c (mips_call_dummy_address): Delete function.
4606 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4607 set call_dummy_address.
4608
4609 2003-08-07 Andrew Cagney <cagney@redhat.com>
4610
4611 * language.c (op_error): Delete function.
4612 (binop_type_check): Delete function.
4613 * language.h (type_op_error, range_op_error): Delete macros.
4614 (op_error): Delete declaration.
4615
4616 2003-08-07 Andrew Cagney <cagney@redhat.com>
4617
4618 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4619
4620 2003-08-07 Michal Ludvig <mludvig@suse.cz>
4621
4622 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4623 (x86_64_push_arguments): Skip the red zone.
4624
4625 2003-08-05 Andrew Cagney <cagney@redhat.com>
4626
4627 * reggroups.c (reggroup_next): Check for the final entry.
4628
4629 2003-08-04 Andrew Cagney <cagney@redhat.com>
4630
4631 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4632 * cli/cli-script.c (define_command): Call query directly, instead
4633 of passing it a buffer.
4634 * ocd.c (ocd_error): Pass error a constant format string.
4635 * remote-mips.c (mips_error): Use fputs_filtered.
4636
4637 * solib-svr4.c (_initialize_svr4_solib): Update
4638 register_gdbarch_data call.
4639 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4640
4641 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4642 (register_gdbarch_data): Delete "free" parameter. Update
4643 comments.
4644 * gdbarch.h, gdbarch.c: Re-generate.
4645 * reggroups.c (_initialize_reggroup): Update.
4646 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4647 * frame-base.c (_initialize_frame_base): Update.
4648 * frame-unwind.c (_initialize_frame_unwind): Update.
4649 * user-regs.c (_initialize_user_regs): Update.
4650 * remote.c (_initialize_remote): Update.
4651 * regcache.c (_initialize_regcache): Update.
4652
4653 * regcache.c (xfree_regcache_descr): Delete function.
4654 (_initialize_regcache): Update call to register_gdbarch_data.
4655 (init_regcache_descr, init_legacy_regcache_descr): Use
4656 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4657
4658 * remote.c (free_remote_state): Delete function.
4659 (_initialize_remote): Update register_gdbarch_data.
4660 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4661 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4662
4663 2003-08-04 Andrew Cagney <cagney@redhat.com>
4664
4665 * reggroups.c (struct reggroup_el): Define.
4666 (struct reggroups): Delete field "nr_group". Replace array
4667 "group" with a "first" to "last" linked list.
4668 (reggroups_init): Update. Allocate using gdbarch's obstack.
4669 (reggroups_free): Delete function.
4670 (add_group): Update. Add "el" parameter.
4671 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4672 (default_groups): Update.
4673 (reggroup_next): Replace reggroups.
4674 (reggroups_dump): Update.
4675 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4676 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4677 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4678
4679 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
4680
4681 * Makefile.in (tui-interp.o): Update dependencies.
4682
4683 2003-08-04 David Carlton <carlton@kealia.com>
4684
4685 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4686 to internal_error call.
4687 * source.c (forward_search_command): Add "%s" format argument.
4688 (reverse_search_command): Ditto.
4689 * top.c (quit_confirm): Ditto.
4690 * cli/cli-setshow.c (do_setshow_command): Ditto.
4691 * cp-valprint.c (cp_print_class_method): Replace
4692 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4693 (cp_print_class_member): Ditto.
4694 * event-top.c (command_line_handler): Ditto.
4695 * linux-proc.c (linux_info_proc_cmd): Ditto.
4696 * p-typeprint.c (pascal_type_print_base): Ditto.
4697 * p-valprint.c (pascal_object_print_class_method): Ditto.
4698 (pascal_object_print_class_member): Ditto.
4699 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4700 * remote.c (remote_cisco_section_offsets): Ditto.
4701 * top.c (command_line_input): Ditto.
4702 * utils.c (vwarning,error_stream,quit): Ditto.
4703 * valprint.c (print_floating,print_binary_chars)
4704 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4705
4706 2003-08-04 Andrew Cagney <cagney@redhat.com>
4707
4708 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4709
4710 2003-08-02 Andrew Cagney <cagney@redhat.com>
4711
4712 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4713 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4714 amd64fbsd-nat.c.
4715
4716 2003-08-02 Andrew Cagney <cagney@redhat.com>
4717
4718 * Makefile.in: Update all dependencies and definitions.
4719
4720 2003-08-02 Adam Fedor <fedor@gnu.org>
4721
4722 * linespec.c (is_objc_method_format): New function
4723 (decode_line_1, locate_first_half): Use it.
4724 Fixes PR objc/1298
4725
4726 2003-08-01 Andrew Cagney <cagney@redhat.com>
4727
4728 * NEWS: Mention that m32r is multi-arch.
4729 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4730 * configure.tgt: Recognize m32r-*-*.
4731 * config/m32r/tm-m32r.h: Delete file.
4732 * config/m32r/m32r.mt: New file.
4733 * m32r-rom.c (m32r_upload_command): Use hostent only when
4734 gethostname succeeds, in order to avoid a compilation
4735 warning.
4736 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4737 compiler warning.
4738
4739 2003-08-01 Michael Snyder <msnyder@redhat.com>
4740
4741 * sh-tdep.c (sh_frame_align): New gdbarch method.
4742 (sh_gdbarch_init): Set up frame_align method.
4743
4744 2003-07-31 Michael Snyder <msnyder@redhat.com>
4745
4746 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4747 which is already covered by the new frames infrastructure.
4748
4749 2003-07-31 Andrew Cagney <cagney@redhat.com>
4750
4751 * user-regs.c (struct user_reg): Add "next" link.
4752 (struct user_regs): Replace "user" with "first" and "last" links.
4753 (append_user_reg): Add pre-allocated "reg" parameter.
4754 (builtin_user_regs): Provide initial value for "last".
4755 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4756 (user_regs_init): Allocate memory from the gdbarch obstack.
4757 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4758 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4759 linked list.
4760 (usernum_to_user_reg): New function.
4761 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4762 (value_of_user_reg): Use usernum_to_user_reg.
4763 (user_regs_free): Delete function.
4764 (_initialize_user_regs): Update register_gdbarch_data call.
4765
4766 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
4767
4768 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4769
4770 2003-07-30 Michael Snyder <msnyder@redhat.com>
4771
4772 * value.h (value_being_returned): Add a struct_addr argument.
4773 * infcall.c (call_function_by_hand): Pass struct_addr to
4774 value_being_returned.
4775 * infcmd.c (print_return_value): Pass zero as struct_addr.
4776 * values.c (value_being_returned): If struct_addr is passed,
4777 use it instead of trying to recover it from the inferior.
4778
4779 2003-07-30 Kevin Buettner <kevinb@redhat.com>
4780
4781 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4782 the prologue analyzer won't need to attempt to extract the pc
4783 value from the woefully incomplete dummy frame.
4784 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4785 possible. Disable code which modifies the frame.
4786
4787 2003-07-28 Andrew Cagney <cagney@redhat.com>
4788
4789 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4790 to level 2.
4791 (annotate_breakpoints_table, annotate_record): Ditto.
4792 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4793 (annotate_field_name_end, annotate_field_value): Ditto.
4794 (annotate_field_end, annotate_frame_source_begin): Ditto.
4795 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4796 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4797 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4798 (annotate_frame_address_end, annotate_frame_address): Ditto.
4799 (annotate_frame_args, annotate_frame_end): Ditto.
4800 (annotate_frame_where, annotate_arg_begin): Ditto.
4801 (annotate_arg_name_end, annotate_arg_value): Ditto.
4802 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4803 (annotate_function_call, annotate_signal_name): Ditto.
4804 (annotate_signal_string, annotate_signal_name_end): Ditto.
4805 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4806 (annotate_value_begin, annotate_value_history_value): Ditto.
4807 (annotate_value_history_end, annotate_value_end): Ditto.
4808 (annotate_display_begin, annotate_display_number_end): Ditto.
4809 (annotate_display_format, annotate_display_expression): Ditto.
4810 (annotate_display_expression_end, annotate_display_value): Ditto.
4811 (annotate_display_end, annotate_array_section_begin): Ditto.
4812 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4813 (annotate_elt, annotate_array_section_end): Ditto.
4814
4815 2003-07-28 Andrew Cagney <cagney@redhat.com>
4816
4817 * regcache.c (struct regcache_descr): Update comments on
4818 nr_raw_registers.
4819 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4820 sizeof_raw_register_valid_p.
4821 (init_regcache_descr): Set nr_raw_registers and
4822 sizeof_raw_register_valid_p before calling
4823 init_legacy_regcache_descr.
4824
4825 2003-07-28 Andrew Cagney <cagney@redhat.com>
4826
4827 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4828 MOD NUM_REGS.
4829
4830 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4831
4832 * thread.c (info_threads_command): Use get_selected_frame ().
4833 Check that there is at least one non-sentinel frame.
4834
4835 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4836
4837 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4838 (m68hc11_pop_frame): Remove.
4839 (m68hc11_frame_saved_pc): Remove.
4840 (m68hc11_frame_chain): Remove.
4841 (m68hc11_frame_init_saved_regs): Remove.
4842 (m68hc11_init_extra_frame_info): Remove.
4843 (m68hc11_store_struct_return): Remove.
4844 (m68hc11_saved_pc_after_call): Remove.
4845
4846 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4847
4848 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4849 frame unwind information.
4850 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4851 and adapted for frame unwinding.
4852 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4853 (m68hc11_unwind_pc): New function.
4854 (m68hc11_frame_unwind_cache): New function to analyze frames.
4855 (m68hc11_frame_this_id): New function to create new frame struct.
4856 (m68hc11_frame_prev_register): New function to unwind a register from
4857 the frame.
4858 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4859 (m68hc11_frame_p): New function for the above.
4860 (m68hc11_frame_base_address): New function to return fp of frame.
4861 (m68hc11_frame_args_address): Update for frame.
4862 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4863 (m68hc11_unwind_sp): New function.
4864 (m68hc11_unwind_dummy_id): New function.
4865 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4866 calls.
4867
4868 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4869
4870 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4871 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4872 when we are beyond the current pc.
4873
4874 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4875
4876 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4877 from m68hc11_push_arguments.
4878 (m68hc11_push_arguments): Remove.
4879 (m68hc11_push_return_address): Remove.
4880 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4881 handlers; remove deprecated_extra_stack_alignment_needed.
4882
4883 2003-07-27 Andrew Cagney <cagney@redhat.com>
4884
4885 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4886 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4887 REAL_PC and not the pointer.
4888 * hppa-hpux-tdep.c: Include frame.h
4889
4890 2003-07-27 Andrew Cagney <cagney@redhat.com>
4891
4892 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4893 GDB_MULTI_ACH_PARTIAL.
4894
4895 2003-07-27 Andrew Cagney <cagney@redhat.com>
4896
4897 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4898 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4899 operator at start and not end of line.
4900 (decode_prologue): Ditto.
4901 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4902 frame_unwind_register_unsigned instead of
4903 frame_unwind_unsigned_register.
4904 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4905 read_register.
4906 (m32r_push_dummy_call): Use register_size instead of
4907 REGISTER_RAW_SIZE.
4908 (m32r_frame_sniffer): Replace m32r_frame_p.
4909 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4910 * m32r-rom.c (report_transfer_performance): Delete extern
4911 declaration.
4912 (m32r_load, m32r_upload_command): Use print_transfer_performance
4913 instead of report_transfer_performance.
4914 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4915 / add_show_from_set.
4916
4917 2003-07-26 Andrew Cagney <cagney@redhat.com>
4918
4919 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4920 store_return_value and extract_struct_value_address.
4921
4922 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4923
4924 PR c++/1267
4925 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4926 NULL, default to the section containing PC.
4927
4928 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4929
4930 * NEWS: Mention "regs" deprecated for m68hc11 too.
4931
4932 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4933 (m68hc11_print_register): New function to print out one register.
4934 (m68hc11_print_registers_info): New function to print registers.
4935 (show_regs): Deprecate and use the above.
4936 (m68hc11_gdbarch_init): Install the print_registers_info.
4937
4938 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4939
4940 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4941 that we have a SIGTRAP before returning non-zero.
4942
4943 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4944 Elena Zannoni <ezannoni@redhat.com>
4945
4946 * linespec.c (decode_line_2): Avoid crash if
4947 find_function_start_sal() returns empty record.
4948
4949 2003-07-23 Andreas Schwab <schwab@suse.de>
4950
4951 * ia64-tdep.c (ia64_print_insn): New function.
4952 (ia64_gdbarch_init): Set print_insn to it.
4953 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4954 deprecated_tm_print_insn_info.
4955
4956 2003-07-22 Michael Snyder <msnyder@redhat.com>
4957
4958 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4959 handle 8-bit returns (long long).
4960 (h8300h_extract_return_value): Ditto.
4961 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4962
4963 2003-07-22 Andrew Cagney <cagney@redhat.com>
4964
4965 * gdbarch.c Include "gdb_obstack.h".
4966 (struct gdbarch): Add an "obstack".
4967 (alloc_gdbarch_data): Allocate the gdbarch data using
4968 GDBARCH_OBSTACK_CALLOC.
4969 (free_gdbarch_data): Delete function.
4970 (gdbarch_obstack_zalloc): New function.
4971 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4972 Assert that the architecture is not initialized.
4973 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4974 vector from the obstack.
4975 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4976 architecture obstack.
4977 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4978 (set_gdbarch_data): Assert that the data is not initialized.
4979 (struct gdbarch_data): Delete member "free".
4980 (register_gdbarch_data): Do not initialize "free".
4981 * gdbarch.h, gdbarch.c: Re-generate.
4982
4983 2003-07-22 Andrew Cagney <cagney@redhat.com>
4984
4985 * configure.in (build_warnings): Add -Wformat-nonliteral.
4986 * configure: Re-generate.
4987
4988 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4989
4990 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4991
4992 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4993
4994 * findvar.c (read_var_value): Remove case for thread local storage
4995 variables. It is now entirely handled by the dwarf2 location
4996 expression code.
4997 * printcmd.c (address_info): Ditto.
4998 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4999 enumeration value.
5000 (struct symbol): Remove objfile field, which was used by
5001 LOC_THREAD_LOCAL_STATIC only.
5002 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
5003 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
5004 usage of objfile pointer.
5005 * dwarf2loc.c (locexpr_describe_location): Add case to handle
5006 thread local variables.
5007 Add include of objfiles.h.
5008 * dwarf2expr.c (execute_stack_op): Add comments about thread local
5009 storage variables.
5010 * Makefile.in (dwarf2loc.o): Update dependencies.
5011
5012 2003-07-22 Andrew Cagney <cagney@redhat.com>
5013
5014 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
5015 get_frame_base.
5016 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
5017 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
5018 (struct value): Add opaque declaration.
5019 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
5020
5021 2003-07-21 Andrew Cagney <cagney@redhat.com>
5022
5023 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5024 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
5025
5026 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5027
5028 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
5029 regcache_cooked_read_unsigned instead of read_register.
5030 (m68hc11_saved_pc_after_call): Likewise.
5031 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
5032 instead of write_register.
5033 (m68hc11_register_type): New function.
5034 (m68hc11_register_virtual_type): Remove.
5035 (m68hc11_store_return_value): Convert to use the regcache.
5036 (m68hc11_extract_struct_value_address): Likewise.
5037 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
5038 m68hc11_register_type; undeprecate store_return_value and
5039 extract_struct_value_address.
5040
5041 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5042
5043 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
5044 and translate to use regcache.
5045 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
5046
5047 2003-07-18 Andrew Cagney <cagney@redhat.com>
5048
5049 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
5050 * gdbarch.h, gdbarch.c: Re-generate.
5051 * i386-tdep.c (i386_gdbarch_init): Do not set
5052 DWARF2_BUILD_FRAME_INFO.
5053 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
5054 unconditionally.
5055 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
5056 DWARF2_BUILD_FRAME_INFO.
5057
5058 2003-07-18 Andrew Cagney <cagney@redhat.com>
5059
5060 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5061 * disasm.c (gdb_disassemble_info): Initilize di.arch.
5062
5063 2003-07-18 Andrew Cagney <cagney@redhat.com>
5064
5065 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
5066 frame_unwind_address_in_block, instead of frame_pc_unwind.
5067 (dwarf2_frame_cache): Ditto.
5068
5069 2003-07-18 Andrew Cagney <cagney@redhat.com>
5070
5071 * user-regs.h (struct gdbarch): Declare opaque.
5072 * ui-out.h (struct ui_file): Declare opaque.
5073 * dwarf2-frame.h (struct frame_info): Declare opaque.
5074
5075 2003-07-18 Kris Warkentin <kewarken@qnx.com>
5076
5077 * nto-procfs.c: Clean ARI hits. Change #include <..> to
5078 #include "...".
5079 (procfs_meminfo): Change strerror to safe_strerror.
5080 (procfs_can_run): Remove K&R badness.
5081
5082 2003-07-17 Michael Snyder <msnyder@redhat.com>
5083
5084 * remote-sim.c: Comment typo fix.
5085
5086 2003-07-17 Andrew Cagney <cagney@redhat.com>
5087
5088 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
5089 configure.
5090 * sparc-tdep.c (sparc_intreg_size): Make non-static.
5091 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
5092 GDB_MULTI_ARCH_PARTIAL.
5093
5094 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
5095
5096 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
5097 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
5098 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
5099
5100 2003-07-16 Theodore A. Roth <troth@openavr.org>
5101
5102 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
5103 found.
5104 (avr_frame_unwind_cache): Don't unwind FP for main.
5105 Update a comment.
5106 Save the computed prev_sp.
5107 (avr_saved_regs_unwinder): Remove function.
5108 (avr_frame_prev_register): Use PC unwind logic from
5109 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
5110
5111 2003-07-16 Andrew Cagney <cagney@redhat.com>
5112
5113 * frame-base.h (frame_base_p_ftype): Delete definition.
5114 (frame_base_append_predicate): Delete declaration.
5115 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
5116 (frame_unwind_append_predicate): Delete declaration.
5117 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
5118 (append_predicate): Delete parameter "p".
5119 (frame_unwind_append_predicate): Delete function.
5120 (frame_unwind_append_sniffer): Update call to append_predicate.
5121 (frame_unwind_free): Delete function.
5122 (_initialize_frame_unwind): Pass NULL as "free" to
5123 register_gdbarch_data.
5124 (frame_unwind_init): Append the dummy_frame_sniffer.
5125 (frame_unwind_find_by_frame): Simplify.
5126 * frame-base.c (struct frame_base_table): Delete field "p".
5127 (append_predicate): Delete parameter "p".
5128 (frame_base_append_predicate): Delete function.
5129 (frame_base_append_sniffer): Update call to append_predicate.
5130 (frame_base_free): Delete function.
5131 (frame_base_find_by_frame): Simplify.
5132 (_initialize_frame_base): Pass NULL as "free" to
5133 register_gdbarch_data.
5134 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
5135 (x86_64_sigtramp_frame_sniffer): Replace
5136 "x86_64_sigtramp_frame_p".
5137 (x86_64_init_abi): Set the frame unwind sniffers.
5138 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
5139 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
5140 (m68k_gdbarch_init): Set the frame unwind sniffers.
5141 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
5142 "i386_sigtramp_frame_p".
5143 (i386_frame_sniffer): Replace "i386_frame_p".
5144 (i386_gdbarch_init): Set the frame unwind sniffers.
5145 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
5146 (avr_gdbarch_init): Set the frame unwind sniffers.
5147 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
5148 "alpha_sigtramp_frame_p"
5149 (alpha_heuristic_frame_sniffer): Replace
5150 "alpha_heuristic_frame_p".
5151 (alpha_gdbarch_init): Set the frame unwind sniffers.
5152 (alpha_dwarf2_init_abi): Ditto.
5153 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
5154 "alpha_debug_frame_p".
5155 (alpha_mdebug_frame_base_sniffer): Replace
5156 "alpha_mdebug_frame_base_p".
5157 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
5158 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
5159 (d10v_gdbarch_init): Set the frame unwind sniffer.
5160 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5161 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5162 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5163 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5164 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
5165 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
5166
5167 2003-07-16 Michael Snyder <msnyder@redhat.com>
5168
5169 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
5170 should go thru sh_dsp_register_sim_regno, else the dsp regs
5171 will not get the right values.
5172
5173 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5174
5175 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
5176 deprecated_store_floating by call to store_typed_floating.
5177 (sh_sh4_register_convert_to_raw): Substitute call to
5178 deprecated_extract_floating by call to extract_typed_floating.
5179
5180 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5181
5182 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
5183
5184 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5185
5186 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
5187 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
5188 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
5189 as possible.
5190 (do_pseudo_register): Remove.
5191 (sh_push_dummy_code): New function.
5192 (sh64_store_struct_return): Rename from sh_store_struct_return.
5193 Only called for sh64 now.
5194 (sh_extract_struct_value_address): Regcache'ify.
5195 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
5196 and accomodate new tasks.
5197 (sh64_push_return_address): Rename from sh_push_return_address.
5198 Only called for sh64 now.
5199 (sh_default_extract_return_value): Rename from sh_extract_return_value.
5200 Regcache'ify.
5201 (sh3e_sh4_extract_return_value): Regcache'ify.
5202 (sh_default_store_return_value): Ditto.
5203 (sh3e_sh4_store_return_value): Ditto.
5204 (sh_default_register_byte): Remove.
5205 (sh_sh4_register_byte): Remove.
5206 (sh_default_register_raw_size): Remove.
5207 (sh_sh4_register_raw_size): Remove.
5208 (sh_register_virtual_size): Remove.
5209 (sh_sh3e_register_virtual_type): Remove.
5210 (sh_sh3e_register_type): New function.
5211 (sh_sh4_register_virtual_type): Remove.
5212 (sh_sh4_register_type): New function.
5213 (sh_default_register_virtual_type): Remove.
5214 (sh_default_register_type): New function.
5215 (do_fv_register_info): Add parameters to accomodate call from
5216 sh_print_registers_info.
5217 (do_dr_register_info): Ditto.
5218 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
5219 Add parameters to accomodate call from sh_print_registers_info.
5220 (sh_do_fp_register): Ditto.
5221 (sh64_do_pseudo_register): Call do_dr_register_info,
5222 do_fv_register_info and sh_do_fp_register with default parameters.
5223 (sh_do_register): Add parameters to accomodate call from
5224 sh_print_registers_info.
5225 (sh_print_register): Ditto.
5226 (sh_print_registers_info): Rename from sh_do_registers_info.
5227 Add parameters to be used as gdbarch_print_registers_info
5228 implementation. Accomodate removed do_pseudo_register function
5229 pointer.
5230 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
5231 function pointer. Call sh_print_register with default parameters.
5232 (sh64_do_registers_info): Call sh_print_registers_info instead of
5233 sh_do_registers_info.
5234 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
5235 detection of deprecated vs. non-deprecated functionality.
5236 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
5237 function pointer assignments by direct function calls.
5238
5239 2003-07-15 Andrew Cagney <cagney@redhat.com>
5240
5241 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
5242 (frame_register_unwind, create_new_frame): Ditto.
5243 (legacy_get_prev_frame, get_frame_type): Ditto.
5244 (get_frame_base_address): Use frame_base_find_by_frame.
5245 (get_frame_locals_address): Use frame_base_find_by_frame.
5246 (get_frame_args_address): Use frame_base_find_by_frame.
5247 * frame-base.h (frame_base_sniffer_ftype): Declare.
5248 (frame_base_append_sniffer): Declare.
5249 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
5250 * frame-base.c (append_predicate): Add a "sniffer" parameter.
5251 (frame_base_append_sniffer): New function.
5252 (frame_base_append_predicate): Add a NULL sniffer.
5253 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
5254 (struct frame_base_table): Add "sniffer".
5255 (frame_base_free): Free the "sniffer" table.
5256 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
5257 (frame_unwind_append_sniffer): Declare.
5258 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5259 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
5260 (struct frame_unwind_table): Add "sniffer", delete "middle".
5261 (append_predicate): Add "sniffer" parameter, append the sniffer.
5262 (frame_unwind_init): Update append_predicate call.
5263 (frame_unwind_append_sniffer): New function.
5264 (frame_unwind_append_predicate): Update append_predicate call.
5265 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5266
5267 2003-07-15 Andrew Cagney <cagney@redhat.com>
5268
5269 * frame.c (get_prev_frame): Move disabled inside_entry_func to
5270 before code inhibiting repeated unwind attempts. Add to
5271 commentary on that test's problems.
5272 * blockframe.c (inside_main_func): Look for "main" in the minimal
5273 symbol table.
5274 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
5275 identical.
5276
5277 2003-07-15 Andrew Cagney <cagney@redhat.com>
5278
5279 * complaints.c (struct explanation): Define.
5280 (struct complaints): Change type of "explanation" to "struct
5281 explanation".
5282 (symfile_explanations): Convert to a "struct explanation" table.
5283 (vcomplaint): Update.
5284
5285 2003-07-15 Michal Ludvig <mludvig@suse.cz>
5286
5287 * x86-64-linux-nat.c (regmap): Removed.
5288 (supply_gregset, fill_gregset): Call
5289 x86_64_linux_(fill,supply)_gregset functions.
5290 * x86-64-linux-tdep.c (USER_*): New defines.
5291 (user_to_gdb_regmap, x86_64_core_fns): New structure.
5292 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
5293 New functions.
5294 (fetch_core_registers): Ditto.
5295 (_initialize_x86_64_linux_tdep): Call add_core_fns().
5296 * x86-64-linux-tdep.h: New file.
5297 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
5298 and core-regset.o.
5299 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
5300
5301 2003-07-13 Mark Kettenis <kettenis@gnu.org>
5302
5303 * x86-64-tdep.c (x86_64_store_return_value): Use
5304 regcache_cooked_write_part instead of regcache_cooked_write.
5305
5306 * configure.host: Add x86_64-*-freebsd*.
5307 * configure.tgt: Add x86_64-*-freebsd*.
5308 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
5309 * amd64fbsd-nat.c: New file.
5310 * amd64fbsd-tdep.c: New file.
5311 * config/i386/nm-fbsd64.h: New file.
5312 * config/i386/fbsd64.mh: New file.
5313 * config/i386/fbsd64.mt: New file.
5314
5315 2003-07-11 Mark Kettenis <kettenis@gnu.org>
5316
5317 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
5318 `sc_regs_offset' and `sc_fpregs_offset'.
5319 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
5320 SIGFRAME_FPREGSAVE_OFF): Remove defines.
5321 (alpha_sigtramp_register_address): Rewrite to use new members of
5322 `struct gdbarch_tdep'.
5323 (alpha_gdbarch_init): Initialize new members of struct
5324 gdbarch_tdep'.
5325 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
5326 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
5327 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
5328 (alphafbsd_pc_in_sigtramp): Implement.
5329 (alphafbsd_sigtramp_offset): New function.
5330 (alphafbsd_sigcontext_addr): New function.
5331 (alphafbsd_init_abi): Initialize signal trampoline related members
5332 of `struct gdbarch_tdep'.
5333 (_initialize_alphafbsd_tdep): Add prototype.
5334
5335 2003-07-11 Theodore A. Roth <troth@openavr.org>
5336
5337 * Makefile.in (install-only): Quote sed expression when generating
5338 transformed_name.
5339
5340 2003-07-11 Richard Henderson <rth@redhat.com>
5341
5342 * Makefile.in (dwarf2-frame.o): Add complaints_h.
5343 * dwarf2-frame.c: Include complaints.h.
5344 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
5345 variable initialization; return NULL on error.
5346 (decode_frame_entry): New.
5347
5348 2003-07-11 Andrew Cagney <cagney@redhat.com>
5349
5350 * frame.h (frame_address_in_block): Delete declaration.
5351 * blockframe.c (frame_address_in_block): Delete function.
5352 (get_frame_block): Use get_frame_address_in_block.
5353 (block_innermost_frame): Ditto.
5354 * stack.c (print_frame, backtrace_command_1): Ditto.
5355
5356 * frame.h (get_frame_address_in_block): Declare.
5357 (frame_unwind_address_in_block): Declare.
5358 * frame.c (frame_unwind_address_in_block): New function.
5359 (get_frame_address_in_block): New function.
5360
5361 2003-07-10 Andrew Cagney <cagney@redhat.com>
5362
5363 * gdbarch.sh: Simplify predicate methods. Remove need to provide
5364 pre-default. Note: re-generate has no effect.
5365
5366 2003-07-10 Andrew Cagney <cagney@redhat.com>
5367
5368 * gdbarch.sh: When a variable, but not a function, compare against
5369 0. Fix problem in previous patch.
5370 * gdbarch.c: Re-generate.
5371
5372 2003-07-10 Andrew Cagney <cagney@redhat.com>
5373
5374 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
5375 functions against NULL, not 0.
5376 * gdbarch.c: Re-generate.
5377
5378 2003-07-10 Fred Fish <fnf@ninemoons.com>
5379
5380 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
5381 null string instead of a null pointer.
5382 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
5383
5384 2003-07-09 Michael Snyder <msnyder@redhat.com>
5385
5386 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
5387
5388 2003-07-09 Mark Kettenis <kettenis@gnu.org>
5389
5390 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
5391 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
5392 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
5393 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
5394 * x86-64-tdep.c: ... from here.
5395
5396 2003-07-09 Andreas Schwab <schwab@suse.de>
5397
5398 * m68k-tdep.h (enum struct_return): Define.
5399 (struct gdbarch_tdep): Add struct_return.
5400 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
5401 bytes are padded to the right, not to the left. Pass struct value
5402 address in register %a1, not on stack.
5403 (m68k_use_struct_convention): New function.
5404 (m68k_gdbarch_init): Set use_struct_convention. Initialize
5405 struct_return in tdep to pcc_struct_return.
5406 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
5407 reg_struct_return.
5408
5409 2003-07-09 Joel Brobecker <brobecker@gnat.com>
5410
5411 * somread.c (som_symfile_offsets): Fix compilation error.
5412
5413 2003-07-09 Andrew Cagney <cagney@redhat.com>
5414
5415 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
5416 Add comments about the checks.
5417
5418 2003-07-08 Andrew Cagney <cagney@redhat.com>
5419
5420 * Makefile.in: Make dependency section headers consistent.
5421 (config_h): Move to $BUILD headers section.
5422 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
5423 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
5424 (ada-exp.tab.c): Move to YACC/LEX section.
5425 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
5426 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
5427
5428 2003-07-08 Kris Warkentin <kewarken@qnx.com>
5429
5430 * nto-procfs.c: Cleaned up a bunch of ARI hits.
5431 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
5432 of strerror with safe_strerror, use ISO C function definitions,
5433 and replace instances of sprintf with snprintf.
5434
5435 2003-07-07 Andrew Cagney <cagney@redhat.com>
5436
5437 * frame.c (get_prev_frame): Enable check for identical frames.
5438 Update comments. Update error messages.
5439
5440 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5441
5442 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5443
5444 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5445
5446 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5447 sort_symtab_syms, no longer necessary.
5448
5449 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5450
5451 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5452
5453 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5454
5455 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5456 (mips_register_byte): Likewise.
5457
5458 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5459
5460 * Makefile.in (sparc_tdep_h): New.
5461 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5462 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5463 * sparc-linux-nat.c: Include "sparc-tdep.h".
5464 * sparc-nat.c: Likewise.
5465 * sparc-tdep.c: Likewise.
5466 * sparc64nbsd-nat.c: Likewise.
5467 * sparcnbsd-nat.c: Likewise.
5468 * sparcnbsd-tdep.c: Likewise.
5469 * sparc-tdep.h: New file.
5470 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5471 and sparc_npc_regnum.
5472
5473 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5474
5475 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5476 (mips_linux_cannot_store_register): List supported instead of
5477 unsupported registers.
5478
5479 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5480
5481 * disasm.c (dump_insns): Separate instructions from addresses.
5482
5483 2003-07-07 Andreas Schwab <schwab@suse.de>
5484
5485 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5486 dependencies.
5487 * m68k-tdep.c (NUM_FREGS): Delete.
5488 (SIG_PC_FP_OFFSET): Delete.
5489 (TARGET_M68K): Delete.
5490 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5491 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5492 P_MOVEL_SP, P_MOVEML_SP): Define.
5493 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5494 P_TRAP): Delete.
5495 (m68k_register_raw_size): Delete.
5496 (m68k_register_virtual_size): Delete.
5497 (m68k_register_type): Renamed from m68k_register_virtual_type and
5498 add gdbarch argument.
5499 (m68k_store_struct_return): Delete.
5500 (m68k_deprecated_extract_return_value): Delete.
5501 (m68k_deprecated_extract_struct_value_address): Delete.
5502 (m68k_frame_chain): Delete.
5503 (m68k_frame_saved_pc): Delete.
5504 (m68k_fix_call_dummy): Delete.
5505 (m68k_push_dummy_frame): Delete.
5506 (m68k_pop_frame): Delete.
5507 (m68k_extract_return_value): New function.
5508 (m68k_store_return_value): Rewrite using regcache.
5509 (m68k_extract_struct_value_address): Rewrite using regcache.
5510 (m68k_push_dummy_call): New function.
5511 (struct m68k_frame_cache): Define.
5512 (m68k_alloc_frame_cache): New function.
5513 (m68k_analyze_frame_setup): New function.
5514 (m68k_analyze_register_saves): New function.
5515 (m68k_analyze_prologue): New function.
5516 (m68k_skip_prologue): Rewrite using above functions.
5517 (m68k_unwind_pc): New function.
5518 (m68k_frame_cache): New function.
5519 (m68k_frame_this_id): New function.
5520 (m68k_frame_prev_register): New function.
5521 (m68k_frame_unwind): New variable.
5522 (m68k_frame_p): New function.
5523 (m68k_sigtramp_frame_cache): New function.
5524 (m68k_sigtramp_frame_this_id): New function.
5525 (m68k_sigtramp_frame_prev_register): New function.
5526 (m68k_sigtramp_frame_unwind): New variable.
5527 (m68k_sigtramp_frame_p): New function.
5528 (m68k_frame_base_address): New function.
5529 (m68k_frame_base): New function.
5530 (m68k_unwind_dummy_id): New function.
5531 (fill_gregset): Use regcache_collect.
5532 (fill_fpregset): Likewise.
5533 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5534 defined.
5535 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
5536 deprecated_init_frame_pc, deprecated_store_struct_return,
5537 deprecated_extract_return_value, deprecated_store_return_value,
5538 deprecated_frame_chain, deprecated_frame_saved_pc,
5539 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5540 deprecated_register_virtual_size,
5541 deprecated_max_register_raw_size,
5542 deprecated_max_register_virtual_size,
5543 deprecated_register_virtual_type, deprecated_register_size,
5544 deprecated_register_byte, deprecated_register_bytes,
5545 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5546 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5547 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5548 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5549 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5550 deprecated_push_dummy_frame, deprecated_pop_frame,
5551 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5552 only if SYSCALL_TRAP is defined. Set extract_return_value,
5553 store_return_value, extract_struct_value_address, register_type,
5554 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5555 predicates.
5556 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5557 M68K_MAX_REGISTER_SIZE): Define.
5558 (struct m68k_sigtramp_info): Define.
5559 (struct gdbarch_tdep): Add get_sigtramp_info.
5560 * m68klinux-nat.c (fetch_register): Use register_size instead of
5561 REGISTER_RAW_SIZE. Don't put assignment in if.
5562 (store_register): Likewise.
5563 (fetch_inferior_registers): Likewise.
5564 (store_inferior_registers): Likewise.
5565 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5566 (m68k_linux_frame_saved_pc): Delete.
5567 (m68k_linux_sigcontext_reg_offset,
5568 m68k_linux_ucontext_reg_offset): Define.
5569 (m68k_linux_get_sigtramp_info): New function.
5570 (m68k_linux_extract_return_value): Rewrite using regcache.
5571 (m68k_linux_store_return_value): Likewise.
5572 (m68k_linux_extract_struct_value_address): Likewise.
5573 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5574 Don't set deprecated_frame_saved_pc,
5575 deprecated_extract_return_value, deprecated_store_return_value,
5576 deprecated_extract_struct_value_address. Set
5577 extract_return_value, store_return_value,
5578 extract_struct_value_address.
5579
5580 2003-07-07 Andrew Cagney <cagney@redhat.com>
5581
5582 * expprint.c: Include "user-regs.h" instead of "frame.h".
5583 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5584 frame_map_regnum_to_name.
5585 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5586 (frame_map_name_to_regnum): Simplify, call
5587 user_reg_map_name_to_regnum.
5588 (frame_map_regnum_to_name): Simplify, call
5589 user_reg_map_regnum_to_name.
5590 (frame_register_unwind): Update.
5591 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5592 (_initialize_frame_reg): Call user_reg_add_builtin.
5593 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5594 (value_of_register): Use value_of_user_reg.
5595 * eval.c (evaluate_subexp_standard): Update.
5596 * parse.c (write_dollar_variable): Update.
5597 * d10v-tdep.c (d10v_print_registers_info): Update.
5598 * infcmd.c (registers_info): Update.
5599 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5600 (builtin_regs_h): Delete macro.
5601 (user_regs_h): Define.
5602 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5603 (builtin-regs.o): Delete target.
5604 (user-regs.o): Specify dependencies.
5605 (expprint.o): Update dependencies.
5606 (findvar.o): Update dependencies.
5607 (frame.o): Update dependencies.
5608 (std-regs.o): Update dependencies.
5609
5610 2003-07-06 Christopher Faylor <cgf@redhat.com>
5611
5612 * win32-nat.c (solib_symbols_add): Use one variable for all section
5613 address stuff. Pass variable rather than address of variable to
5614 safe_symbol_file_add.
5615
5616 2003-07-06 Andreas Schwab <schwab@suse.de>
5617
5618 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5619
5620 2003-07-04 Joel Brobecker <brobecker@gnat.com>
5621
5622 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5623
5624 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5625
5626 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5627
5628 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5629
5630 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5631 * config/i386/nto.mh: New file.
5632 * config/i386/nm-nto.h: New file.
5633 * configure.host: Add i[3456]86-*-nto*.
5634
5635 2003-07-03 Joel Brobecker <brobecker@gnat.com>
5636
5637 * remote-vx.c (vx_add_symbols): Fix compilation error.
5638
5639 2003-07-03 Andrew Cagney <cagney@redhat.com>
5640
5641 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5642 * gdbarch.h, gdbarch.c: Re-generate.
5643 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5644 (legacy_register_name): Declare.
5645 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5646 (REGISTER_NAME): Define.
5647 * sparc-tdep.c (legacy_register_name): New function.
5648 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5649 (REGISTER_NAME): Define.
5650 (hppa64_register_name): Declare.
5651 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5652 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5653 (hppa64_register_name): New function.
5654 (hppa_register_name): New function.
5655 * arch-utils.c (legacy_register_name): Delete.
5656 * arch-utils.h (legacy_register_name): Delete.
5657
5658 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
5659
5660 * cli/cli-interp.c (cli_interpreter_resume): Update the
5661 cli_uiout's stream to gdb_stdout.
5662
5663 2003-07-03 Andrew Cagney <cagney@redhat.com>
5664
5665 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5666 predicate.
5667 * gdbarch.h, gdbarch.c: Re-generate.
5668 * regcache.c (init_regcache_descr): Use legacy code when either
5669 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5670
5671 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5672
5673 * NEWS: Move "set logging" entry into GDB 6.0 section.
5674
5675 2003-07-02 Jim Blandy <jimb@redhat.com>
5676
5677 * s390-tdep.c (struct frame_extra_info): new member:
5678 'stack_bought_valid'.
5679 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5680 initialize fextra_info->stack_bought.
5681 (s390_frameless_function_invocation): Don't trust the value of
5682 fextra_info_ptr->stack_bought unless
5683 fextra_info->stack_bought_valid is set.
5684
5685 New S390 prologue analyzer.
5686 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5687 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5688 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5689 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5690 compute_x_addr, s390_on_stack, s390_store,
5691 s390_get_signal_frame_info): New functions.
5692 (S390_NUM_SPILL_SLOTS): New macro.
5693 (s390_get_frame_info): Rewritten.
5694 (is_arg_reg): Deleted.
5695
5696 Break out the decoding of S/390 instructions into separate
5697 functions, to make it more legible, and easier to check
5698 against the spec.
5699 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5700 is_rx, is_rxe): New functions.
5701 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5702 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5703 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5704 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5705 enums for opcode values. (Is this an improvement?)
5706
5707 2003-07-02 Andrew Cagney <cagney@redhat.com>
5708
5709 * i386-tdep.c: Revert change committed as part of trad-frame code
5710 below.
5711
5712 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5713
5714 * breakpoint.c (insert_catchpoint): Make static.
5715
5716 2003-07-02 Andreas Schwab <schwab@suse.de>
5717
5718 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5719 former ia64_push_arguments and ia64_push_return_address, and use
5720 regcache functions instead of read/write_register.
5721 (ia64_gdbarch_init): Set push_dummy_call instead of
5722 deprecated_push_arguments and deprecated_push_return_address.
5723
5724 2003-07-01 Andreas Jaeger <aj@suse.de>
5725
5726 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5727 before the call.
5728 Set %rax only to number of SSE registers used.
5729
5730 2003-07-01 Andrew Cagney <cagney@redhat.com>
5731
5732 * trad-frame.h: Update comments, a -1 .addr is reserved.
5733 (trad_frame_value_p, trad_frame_addr_p): Declare.
5734 (trad_frame_reg_p): Declare.
5735 (trad_frame_set_value): Rename trad_frame_register_value.
5736 (trad_frame_set_unknown): Declare.
5737 * trad-frame.c (trad_frame_realreg_p): New function.
5738 (trad_frame_addr_p, trad_frame_value_p): New function.
5739 (trad_frame_set_unknown): New function.
5740 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5741 (trad_frame_prev_register): Use trad_frame_realreg_p,
5742 trad_frame_addr_p and trad_frame_value_p.
5743 (trad_frame_set_value): Rename trad_frame_register_value.
5744 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5745 and trad_frame_set_value.
5746
5747 2003-06-30 Jim Blandy <jimb@redhat.com>
5748
5749 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5750 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5751 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5752 for 16 registers, and then 32 more bytes.
5753 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5754 New macros.
5755 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5756 Move up in the file, since it's now used by is_simple_arg.
5757 (is_simple_arg): Don't assume registers are four bytes long.
5758 Exclude all double arguments. Extended floats are not simple
5759 args.
5760 (is_power_of_two): New function.
5761 (pass_by_copy_ref): Call is_power_of_two, and check that the
5762 length fits in a register, rather than listing all the acceptable
5763 sizes. Extended floats are not passed by reference.
5764 (s390_push_arguments): Don't assume registers are four bytes long.
5765 Reserve an argument register to point to the buffer for structures
5766 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5767 S390_STACK_FRAME_OVERHEAD.
5768
5769 2003-06-30 Andreas Schwab <schwab@suse.de>
5770
5771 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5772 format error message.
5773
5774 2003-06-30 Joel Brobecker <brobecker@gnat.com>
5775
5776 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5777
5778 2003-06-30 David Carlton <carlton@kealia.com>
5779
5780 Band-aid for PR c++/1245.
5781 * Makefile.in (cp-support.o): Depend on complaints_h.
5782 * cp-support.c: Include complaints.h. Add declaration for
5783 find_last_component.
5784 (cp_find_first_component): Separate code into
5785 cp_find_first_component_aux.
5786 (cp_find_first_component_aux): Call demangled_name_complaint.
5787 (demangled_name_complaint): New.
5788
5789 2003-06-30 Andrew Cagney <cagney@redhat.com>
5790
5791 * remote.c (remote_write_bytes): Explicitly compute and then use
5792 the payload size. Update comments to reflect. Fixes problem of
5793 GDB not sending small packets as found by Fred Fish.
5794
5795 2003-06-30 Andrew Cagney <cagney@redhat.com>
5796
5797 * remote.c (remote_async_wait): Fix -Wformat problem.
5798
5799 2003-06-29 Andrew Cagney <cagney@redhat.com>
5800
5801 * remote.c (remote_wait): Call error, and not warning, when the
5802 packet is corrupt.
5803 (remote_async_wait): Ditto.
5804
5805 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5806
5807 * sparc-tdep.c (sparc_y_regnum): Make external again.
5808
5809 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5810
5811 * cli/cli-logging.c (pop_output_files): Add void to function
5812 definition.
5813
5814 2003-06-29 Andrew Cagney <cagney@redhat.com>
5815
5816 * frame.c (frame_register_unwind): Use unsigned char when dumping
5817 the buffer contents.
5818
5819 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5820
5821 * cli/cli-logging.c: New file.
5822 * cli-out.c (struct ui_out_data): Add original_stream.
5823 (cli_redirect): New function.
5824 (cli_ui_out_impl): Add cli_redirect.
5825 (cli_out_new): Initialize original_stream.
5826 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5827 (uo_redirect, ui_out_redirect): New.
5828 * ui-out.h (struct ui_out_impl): Add redirect member.
5829 (redirect_ftype): New.
5830 (ui_out_redirect): Add prototype.
5831 * Makefile.in: Add rules for cli-logging.c.
5832 * NEWS: Mention "set logging".
5833
5834 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5835
5836 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5837
5838 2003-06-27 Andrew Cagney <cagney@redhat.com>
5839
5840 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5841 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5842 * avr-tdep.c (avr_call_dummy_address): Delete function.
5843 (avr_gdbarch_init): Do not set call_dummy_address.
5844
5845 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5846
5847 * symfile.c (syms_from_objfile): Move variables to inner block.
5848 Move the checks for the non-mainline case a bit earlier to avoid
5849 doing some useless computations.
5850
5851 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5852
5853 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5854
5855 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5856
5857 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5858 sections.
5859
5860 2003-06-26 Michael Chastain <mec@shout.net>
5861
5862 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5863 gdb/testsuite/gdb.c++/pr-1210.exp.
5864
5865 2003-06-26 Andrew Cagney <cagney@redhat.com>
5866
5867 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5868 altivec_expression.h and altivec_registers.h.
5869
5870 2003-06-26 Andrew Cagney <cagney@redhat.com>
5871
5872 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5873 info->mach when MIPS16. Patch suggested by Fred Fish.
5874
5875 2003-06-26 Andrew Cagney <cagney@redhat.com>
5876
5877 * utils.c (internal_vproblem): Print the problem to a reason
5878 buffer and then pass to query. Make the msg variable more local.
5879
5880 2003-06-26 Andrew Cagney <cagney@redhat.com>
5881
5882 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5883 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5884 * gdbarch.h, gdbarch.c: Re-generate.
5885 * frame-base.c (default_frame_args_address): Update. Use
5886 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5887 not available.
5888 (default_frame_locals_address): Ditto for
5889 DEPRECATED_FRAME_LOCALS_ADDRESS.
5890 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5891 (vax_frame_num_args): Update.
5892 (vax_gdbarch_init): Update.
5893 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5894 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5895 * mcore-tdep.c (mcore_gdbarch_init): Update.
5896 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5897 * ia64-tdep.c (ia64_gdbarch_init): Update.
5898 * symtab.h (address_class): Update comments.
5899 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5900 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5901 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5902 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5903 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5904 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5905 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5906 * alpha-mdebug-tdep.c: Update.
5907 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5908
5909 2003-06-26 Andreas Jaeger <aj@suse.de>
5910
5911 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5912 of SSE registers so that varargs functions work. Rework handling
5913 of passing arguments on the stack.
5914 (x86_64_store_return_value): Return double and float values in SSE
5915 register.
5916
5917 2003-06-24 Michael Chastain <mec@shout.net>
5918
5919 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5920 the "constructor breakpoints ignored" bug.
5921
5922 2003-06-25 David Carlton <carlton@kealia.com>
5923
5924 * MAINTAINERS: Update e-mail address.
5925
5926 2003-06-24 Jim Blandy <jimb@redhat.com>
5927
5928 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5929
5930 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5931 function.
5932 (ppc_linux_init_abi): Register it as the
5933 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5934
5935 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5936 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5937 method.
5938
5939 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5940 (ppc64_standard_linkage_target): Use it.
5941
5942 2003-06-23 Andrew Cagney <cagney@redhat.com>
5943
5944 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5945 for 0 "int0" and 4 "int32" sized registers.
5946 * gdbtypes.c (builtin_type_int0): Define.
5947 (build_gdbtypes): Initialize builtin_type_int0.
5948 * gdbtypes.h (builtin_type_int0): Declare.
5949
5950 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5951
5952 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5953 as characters are unsigned.
5954
5955 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5956
5957 PR gdb/1179
5958 * dwarfread.c (struct_type): Skip static fields without crashing.
5959
5960 2003-06-22 Andrew Cagney <cagney@redhat.com>
5961
5962 GDB 6.0 branch created.
5963 * README: Update.
5964 * PROBLEMS: Update. Empty.
5965 * NEWS: Update.
5966
5967 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5968
5969 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5970 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5971
5972 2003-06-22 Andrew Cagney <cagney@redhat.com>
5973
5974 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5975 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5976 Velikov.
5977
5978 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5979
5980 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5981 compilers.
5982
5983 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5984
5985 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5986 argument of val_print.
5987 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5988 to the address argument of baseclass_offset or target_read_memory.
5989 Do add it to the argument of cp_print_value_fields.
5990
5991 2003-06-21 Andrew Cagney <cagney@redhat.com>
5992
5993 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5994 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5995 instead of 0..NUM_REGS.
5996 (mips_register_reggroup_p): New function.
5997 (mips_pseudo_register_write): New function.
5998 (mips_pseudo_register_read): New function.
5999 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
6000 based on the register's type.
6001 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
6002 cooked.
6003 (mips_get_saved_register): Simplify. Assert that REGNO is a
6004 pseudo / cooked.
6005 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
6006 (mips_register_type): Replace mips_register_virtual_type. Map
6007 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
6008 when available.
6009 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
6010 that the register is cooked / virtual.
6011 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
6012 Only get the extra info when needed.
6013 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
6014 (mips32_heuristic_proc_desc): Fetch the cooked register.
6015 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
6016 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
6017 (mips_print_register): Use gdbarch_register_type, instead of
6018 REGISTER_VIRTUAL_TYPE.
6019 (print_gp_register_row): Use gdbarch_register_type, instead of
6020 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
6021 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6022 Print the pseudo / cooked registers.
6023 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6024 Print the pseudo / cooked registers.
6025 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
6026 REG_NUM is pseudo / cooked.
6027 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
6028 (mips_n32n64_xfer_return_value): Ditto.
6029 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
6030 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
6031 (mips_register_sim_regno): New function.
6032 (mips_gdbarch_init): Set deprecated_register_byte,
6033 register_group_p, pseudo_register_write, pseudo_register_read,
6034 register_sim_regno, and num_pseudo_regs. Set register_type,
6035 instead of register_virtual_type.
6036 * Makefile.in (mips-tdep.o): Update dependencies.
6037 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
6038 REGISTER_VIRTUAL_TYPE.
6039 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
6040 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
6041 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
6042 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
6043 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
6044
6045 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
6046
6047 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
6048 * cli/cli-cmds.c: Include "gdb_vfork.h".
6049 (shell_escape): Use vfork.
6050
6051 2003-06-21 Andrew Cagney <cagney@redhat.com>
6052
6053 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
6054 32 bit floating-point register saves.
6055
6056 * frame.h (deprecated_unwind_get_saved_register): Delete.
6057 * frame.c (deprecated_unwind_get_saved_register): Delete function.
6058 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
6059 and deprecated_get_next_frame_hack instead of
6060 deprecated_unwind_get_saved_register.
6061
6062 * mips-tdep.c (mips_dump_tdep): Do not print
6063 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
6064
6065 * frame.c (get_frame_register): New function.
6066 (frame_unwind_register_signed): New function.
6067 (get_frame_register_signed): New function.
6068 (frame_unwind_register_unsigned): New function.
6069 (get_frame_register_unsigned): New function.
6070 * frame.h: Add comments on naming schema.
6071 (get_frame_register, frame_unwind_register_signed): Declare.
6072 (get_frame_register_signed, get_frame_register_signed): Declare.
6073 (frame_unwind_register_unsigned): Declare.
6074 (get_frame_register_unsigned): Declare.
6075
6076 2003-06-20 Theodore A. Roth <troth@openavr.org>
6077
6078 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
6079
6080 2003-06-20 Theodore A. Roth <troth@openavr.org>
6081
6082 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
6083 (avr_read_sp): Ditto.
6084
6085 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
6086
6087 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
6088 * config/arm/nm-linux.h: Likewise.
6089 * config/arm/tm-linux.h: Likewise.
6090 * config/ia64/nm-linux.h: Likewise.
6091 * config/ia64/tm-ia64.h: Likewise.
6092 * config/s390/tm-linux.h: Likewise.
6093 * config/s390/tm-s390.h: Likewise.
6094 * s390-nat.c: Likewise.
6095 * s390-tdep.c: Likewise.
6096
6097 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
6098 * config/ia64/linux.mt: Likewise.
6099 * config/m68k/linux.mh: Likewise.
6100 * config/mips/linux.mt: Likewise.
6101 * config/powerpc/linux.mh: Likewise.
6102 * config/sh/linux.mt: Likewise.
6103
6104 2003-06-19 Kris Warkentin <kewarken@qnx.com>
6105
6106 * solib.c (solib_open): Change tests for whether to search
6107 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
6108 comments.
6109
6110 2003-06-19 Theodore A. Roth <troth@openavr.org>
6111
6112 * avr-tdep.c (avr_frame_address): Delete function.
6113 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
6114 set_gdbarch_frame_args_address.
6115
6116 2003-06-19 Andrew Cagney <cagney@redhat.com>
6117
6118 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
6119 (REGISTER_CONVERT_FROM_TYPE): Delete.
6120 (mips_register_convert_to_type): Delete declaration.
6121 (mips_register_convert_from_type): Delete declaration.
6122 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
6123 kernel/.
6124
6125 2003-06-19 Michael Snyder <msnyder@redhat.com>
6126
6127 * linux-nat.h: New file.
6128 * linux-nat.c: Include linux-nat.h.
6129 * lin-lwp.c: Include linux-nat.h.
6130 Move struct lwp_info def to linux-nat.h.
6131 * linux-proc.c: Include linux-nat.h.
6132 (linux_make_note_section): Iterate over lwps instead of threads.
6133 (linux_do_thread_registers): Use lwp instead of merged pid.
6134 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
6135 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
6136 Add dependency on linux_nat_h.
6137
6138 2003-06-19 Theodore A. Roth <troth@openavr.org>
6139
6140 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
6141
6142 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6143
6144 * varobj.c (get_type, get_target_type): Use check_typedef.
6145
6146 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6147
6148 * breakpoint.c (insert_catchpoint): Call internal_error.
6149
6150 2003-06-19 Theodore A. Roth <troth@openavr.org>
6151
6152 * avr-tdep.c (avr_push_dummy_code): Delete function.
6153 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
6154
6155 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6156
6157 * arch-utils.c (default_prepare_to_proceed): Remove.
6158 (generic_prepare_to_proceed): Remove.
6159 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
6160 (generic_prepare_to_proceed): Remove prototype.
6161 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
6162 * gdbarch.c: Regenerate.
6163 * gdbarch.h: Regenerate.
6164 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
6165 * hppah-nat.c (hppa_switched_threads): Remove.
6166 * infrun.c (prepare_to_proceed): New static function, copied from
6167 generic_prepare_to_proceed. Remove select_it argument.
6168 (proceed): Call prepare_to_proceed.
6169 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
6170 variables.
6171 (ptrace_wait): Don't set the removed variables.
6172 (hppa_switched_threads): Remove.
6173 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
6174 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
6175 (lin_lwp_prepare_to_proceed): Remove prototype.
6176 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
6177 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
6178
6179 2003-06-18 Theodore A. Roth <troth@openavr.org>
6180
6181 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
6182 trad-frame.h.
6183 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
6184 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
6185 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
6186 (AVR_PROLOGUE_*): Enumerate prologue types.
6187 (struct frame_extra_info): Remove.
6188 (struct avr_unwind_cache): Define.
6189 (avr_write_sp): Delete function.
6190 (avr_read_fp): Ditto.
6191 (avr_init_extra_frame_info): Ditto.
6192 (avr_pop_frame): Ditto.
6193 (avr_frame_saved_pc): Ditto.
6194 (avr_saved_pc_after_call): Ditto.
6195 (avr_push_return_address): Ditto.
6196 (avr_frame_chain): Ditto.
6197 (avr_store_struct_return): Ditto.
6198 (avr_push_arguments): Ditto.
6199 (avr_scan_prologue): Update comments. Changed to set up the info for
6200 cache unwinding. Now returns end of prologue PC.
6201 (avr_skip_prologue): Better handling of functions lacking a prologue
6202 by using avr_scan_prologue.
6203 (avr_scan_arg_moves): New function.
6204 (avr_saved_regs_unwinder): Ditto.
6205 (avr_frame_unwind_cache): Ditto.
6206 (avr_unwind_pc): Ditto.
6207 (avr_frame_this_id): Ditto.
6208 (avr_frame_prev_register): Ditto.
6209 (avr_frame_p): Ditto.
6210 (avr_frame_base_address ): Ditto.
6211 (avr_unwind_dummy_id): Ditto.
6212 (avr_push_dummy_code): Ditto.
6213 (push_stack_item): Ditto.
6214 (pop_stack_item): Ditto.
6215 (avr_push_dummy_call): Ditto.
6216 (struct stack_item): Define.
6217 (avr_frame_unwind): Declare structure.
6218 (avr_frame_base): Ditto.
6219 (avr_gdbarch_init): Remove calls to
6220 set_gdbarch_deprecated_init_frame_pc,
6221 set_gdbarch_deprecated_target_read_fp,
6222 set_gdbarch_deprecated_dummy_write_sp,
6223 set_gdbarch_deprecated_fp_regnum,
6224 set_gdbarch_deprecated_push_arguments,
6225 set_gdbarch_deprecated_push_return_address,
6226 set_gdbarch_deprecated_pop_frame,
6227 set_gdbarch_deprecated_store_struct_return,
6228 set_gdbarch_deprecated_frame_init_saved_regs,
6229 set_gdbarch_deprecated_init_extra_frame_info,
6230 set_gdbarch_deprecated_frame_chain,
6231 set_gdbarch_deprecated_frame_saved_pc,
6232 set_gdbarch_deprecated_saved_pc_after_call.
6233 Add calls to set_gdbarch_push_dummy_call,
6234 set_gdbarch_push_dummy_code,
6235 frame_unwind_append_predicate,
6236 frame_base_set_default,
6237 set_gdbarch_unwind_dummy_id,
6238 set_gdbarch_unwind_pc.
6239 Wrap a long line.
6240
6241 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
6242
6243 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
6244 registers for H8/300S.
6245 (h8300_print_registers_info): Ditto.
6246 (h8300_gdbarch_init): Accommodate register count for H8/300S.
6247
6248 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
6249
6250 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
6251 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
6252 (lin_lwp_wait): Likewise. Update comments.
6253 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
6254 (pull_pid_from_list, linux_record_stopped_pid): New.
6255
6256 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6257
6258 * ada-lang.c (scan_discrim_bound): Name first argument.
6259 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
6260 declared by ALL_BLOCK_SYMBOLS.
6261
6262 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6263
6264 * ada-tasks.c (find_function_in_inferior): Don't declare it.
6265 ("regcache.h"): Include it.
6266 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
6267
6268 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6269
6270 * NEWS: Mention gdbserver detach change and "disconnect" command.
6271 * infcmd.c (disconnect_command): New function.
6272 (_initialize_infcmd): Add ``disconnect'' command.
6273 * remote.c (remote_async_detach): Delete.
6274 (remote_detach): Merge remote_async_detach.
6275 (remote_disconnect): New.
6276 (init_remote_ops): Set to_disconnect.
6277 (init_remote_cisco_ops): Likewise.
6278 (init_remote_async_ops): Likewise. Use remote_detach.
6279 * target.c (cleanup_target): Default to_disconnect.
6280 (update_current_target): Inherit to_disconnect.
6281 (target_disconnect, debug_to_disconnect): New functions.
6282 (setup_target_debug): Set to_disconnect.
6283 * target.h (struct target_ops): Add to_disconnect.
6284 (target_disconnect): Add prototype.
6285
6286 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6287
6288 * breakpoint.c (insert_catchpoint): New function.
6289 (insert_breakpoints): Use catch_exceptions to call
6290 insert_catchpoint. Disable catchpoints if they fail to insert.
6291
6292 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6293
6294 * symfile.c (reread_symbols): Clear sym_private.
6295
6296 2003-06-17 Andrew Cagney <cagney@redhat.com>
6297
6298 * trad-frame.h (struct frame_info): Add opaque declaration.
6299 * remote-fileio.h (struct cmd_list_element): Add opaque
6300 declaration.
6301 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
6302 comments.
6303
6304 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6305
6306 * remote.c (remote_prepare_to_store): Replace call to
6307 deprecated_read_register_bytes with multiple regcache_raw_read
6308 calls.
6309
6310 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6311
6312 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
6313 (nto_find_and_open_solib): Likewise.
6314 (nto_init_solib_absolute_prefix): Likewise.
6315 (_initialize_nto_tdep): Fix indentation.
6316
6317 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6318
6319 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
6320
6321 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6322
6323 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
6324
6325 2003-06-17 Jim Blandy <jimb@redhat.com>
6326
6327 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
6328
6329 2003-06-16 Theodore A. Roth <troth@openavr.org>
6330
6331 * avr-tdep.c (avr_extract_return_value): New function.
6332 (avr_gdbarch_init): Set extract_return_value method.
6333
6334 2003-06-16 Andrew Cagney <cagney@redhat.com>
6335
6336 * frame.h (deprecated_get_next_frame_hack): Declare.
6337 * frame.c (legacy_saved_regs_prev_register): Only require
6338 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
6339 there are always saved regs.
6340 (deprecated_generic_get_saved_register): Do not require
6341 DEPRECATED_FRAME_INIT_SAVED_REGS.
6342 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
6343 use frame ID unwind instead.
6344 (deprecated_get_next_frame_hack): New function.
6345
6346 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6347
6348 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
6349 (h8300_push_dummy_call): ...this function. Some minor optimization.
6350 (h8300_push_return_address): Remove.
6351 (h8300_gdbarch_init): Remove calls to
6352 set_gdbarch_deprecated_dummy_write_sp,
6353 set_gdbarch_deprecated_push_arguments and
6354 set_gdbarch_deprecated_push_return_address.
6355 Add call to set_gdbarch_push_dummy_call.
6356
6357 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6358
6359 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
6360 (E_PSEUDO_EXR_REGNUM): Ditto.
6361 (h8300_is_argument_spill): Check for instructions moving argument
6362 registers into safe registers.
6363 (h8300_skip_prologue): Check for stm instruction to push registers
6364 used for register variables onto stack.
6365 (gdb_print_insn_h8300): Remove.
6366 (h8300_examine_prologue): Add a comment.
6367 (h8300_register_name): Take pseudo registers into account.
6368 (h8300s_register_name): Ditto.
6369 (h8300sx_register_name): Ditto.
6370 (h8300_print_register): Ditto.
6371 (h8300_print_registers_info): Define "nice" printing order.
6372 (h8300_saved_pc_after_call): Take pseudo registers into account.
6373 (h8300_register_type): Ditto. Return type used for remote connection
6374 when requesting real CCR or EXR register, return actual type when
6375 requesting pseudo CCR or EXR.
6376 (h8300_pseudo_register_read): New function.
6377 (h8300_pseudo_register_write): Ditto.
6378 (h8300_dbg_reg_to_regnum): Ditto.
6379 (h8300s_dbg_reg_to_regnum): Ditto.
6380 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
6381 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
6382 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
6383 set_gdbarch_print_insn architecture dependent.
6384 Call set_gdbarch_pseudo_register_read and
6385 set_gdbarch_pseudo_register_write.
6386 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
6387
6388 2003-06-16 Andrew Cagney <cagney@redhat.com>
6389
6390 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
6391 * gdbarch.h, gdbarch.c: Re-generate.
6392 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6393 * s390-tdep.c (s390_gdbarch_init): Update.
6394 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6395 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6396 * mips-tdep.c (mips_gdbarch_init): Update.
6397 * mcore-tdep.c (mcore_gdbarch_init): Update.
6398 * cris-tdep.c (cris_gdbarch_init): Update.
6399 * infcall.c (call_function_by_hand): Update.
6400 * ia64-tdep.c (ia64_push_arguments): Update comment.
6401 * frame.c (legacy_get_prev_frame): Do not assume
6402 SAVE_DUMMY_FRAME_TOS_P.
6403 * dummy-frame.c (find_dummy_frame): Update comment.
6404
6405 2003-06-16 Andrew Cagney <cagney@redhat.com>
6406
6407 * regcache.c (do_cooked_read): Do not use register_valid_p.
6408
6409 2003-06-15 Theodore A. Roth <troth@openavr.org>
6410
6411 * avr-tdep.c (avr_register_type): Remove a blank line.
6412 (avr_scan_prologue): Correct some comments.
6413
6414 2003-06-15 Theodore A. Roth <troth@openavr.org>
6415
6416 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
6417 prologue types.
6418 Properly scan prologues generated by gcc with the -mcall-prologues
6419 option.
6420 Add code to scan -mcall-prologues for mega devices.
6421
6422 2003-06-15 Theodore A. Roth <troth@openavr.org>
6423
6424 * avr-tdep.c (avr_register_byte): Delete function.
6425 (avr_register_raw_size): Delete function.
6426 (avr_register_virtual_size): Delete function.
6427 (avr_register_virtual_type): Delete function.
6428 (avr_register_type): New function.
6429 (avr_address_to_pointer): Remove unused code.
6430 (avr_read_fp): Need to read FP as two separate bytes due to change to
6431 avr_register_type() usage.
6432 (avr_gdbarch_init): Don't set deprecated_register_size.
6433 Don't set deprecated_register_bytes.
6434 Don't set deprecated_register_byte.
6435 Don't set deprecated_register_raw_size.
6436 Don't set deprecated_max_register_raw_size.
6437 Don't set deprecated_register_virtual_size.
6438 Don't set deprecated_max_register_virtual_size.
6439 Don't set deprecated_register_virtual_type.
6440 Set register_type method.
6441
6442 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
6443
6444 * Makefile.in (linux-nat.o): Add rule.
6445 * linux-nat.c: New file.
6446 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6447 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6448 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6449 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6450 * config/arm/linux.mh (NATDEPFILES): Likewise.
6451 * config/i386/linux.mh (NATDEPFILES): Likewise.
6452 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6453 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6454 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6455 * config/mips/linux.mh (NATDEPFILES): Likewise.
6456 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6457 * config/s390/s390.mh (NATDEPFILES): Likewise.
6458 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6459
6460 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6461
6462 * i387-tdep.c: Reorder includes, fix some whitespace issues and
6463 replace out-of-date comment.
6464
6465 2003-06-15 Andrew Cagney <cagney@redhat.com>
6466
6467 * rdi-share/host.h (Fail): Change to a varargs function.
6468 * remote-rdi.c (Fail): Update.
6469
6470 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6471
6472 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6473 (i386_convert_register_p, i386_register_to_value,
6474 i386_register_from_value): Handle types longer than 8 bytes.
6475
6476 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6477
6478 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6479 Move floating-point code to new function in i387-tdep.c.
6480 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6481 New functions containing code moved here from i386-tdep.c.
6482 * i387-tdep.h: Add opaque declaration for `struct type'.
6483 (i387_register_to_value, i387_value_to_register): New prototypes.
6484 * x86-64-tdep.c (x86_64_convert_register_p): New function.
6485 (x86_64_init_abi): Set convert_register_p, register_to_value and
6486 value_to_register here.
6487
6488 2003-06-14 Andrew Cagney <cagney@redhat.com>
6489
6490 * mips-tdep.c (mips_register_to_value): Make static.
6491 (mips_value_to_register): Make static.
6492 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6493 * ia64-tdep.c (ia64_register_raw_size): Make static.
6494 (ia64_register_virtual_size): Make static.
6495 (ia64_register_byte): Make static.
6496 * i387-tdep.c: Include "i387-tdep.h".
6497 (print_387_control_word): Delete function.
6498 (print_387_status_word): Delete function.
6499 (print_387_status_bits): Delete function.
6500 (print_387_control_bits): Delete function.
6501 * Makefile.in (i387-tdep.o): Update dependencies.
6502 * rdi-share/host.h (Fail): Declare.
6503 * remote-rdi.c (Fail): Update to match declaration.
6504
6505 2003-06-14 Andrew Cagney <cagney@redhat.com>
6506
6507 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6508 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6509 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6510 * config/djgpp/fnchange.lst: Delete "remote-array.c".
6511 * README: Delete reference to remote-array.
6512 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6513 (remote-array.o): Delete target.
6514 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6515 * remote-array.c: Delete file.
6516
6517 2003-06-14 Andrew Cagney <cagney@redhat.com>
6518 Mark Kettenis <kettenis@gnu.org>
6519
6520 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6521 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6522 parameter with "frame".
6523 * gdbarch.h, gdbarch.c: Re-generate.
6524 * frame.h (put_frame_register): Declare.
6525 * frame.c (put_frame_register): New function.
6526 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6527 (legacy_register_to_value): Rewrite, use "frame" to get the
6528 register value.
6529 (legacy_value_to_register): Rewrite, use "frame" to find the
6530 register's location before storing.
6531 * arch-utils.h (legacy_convert_register_p): Update.
6532 (legacy_register_to_value, legacy_value_to_register): Update.
6533 * findvar.c (value_from_register): Rewrite, eliminate use of
6534 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6535 "frame" to REGISTER_TO_VALUE.
6536 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6537 lval_reg_frame_relative + lval_register branch of the switch. Do
6538 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
6539 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6540 I386_EDI_REGNUM): New defines.
6541 (i386_next_regnum, i386_convert_register_p,
6542 i386_register_to_value, i386_value_to_register): New functions.
6543 (i386_register_convertible, i386_register_convert_to_virtual,
6544 i386_convert_to_raw): Remove functions.
6545 (i386_gdbarch_init): Set convert_register_p, register_to_value and
6546 value_to_register instead of register_convertible,
6547 register_convert_to_virtual and register_convert_to_raw.
6548 * mips-tdep.c (mips_convert_register_p): New function.
6549 (mips_value_to_register): Replace mips_register_convert_from_type.
6550 (mips_register_to_value): Replace mips_register_convert_to_type.
6551 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6552 register_to_value.
6553 * alpha-tdep.c (alpha_convert_register_p): Update.
6554 (alpha_value_to_register): Update, store the register.
6555 (alpha_register_to_value): Update, fetch the register.
6556
6557 2003-06-14 Theodore A. Roth <troth@openavr.org>
6558
6559 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6560 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6561 Don't set deprecated_call_dummy_words.
6562 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6563 Don't set remote_translate_xfer_address.
6564 (avr_io_reg_read_command): Remove commented out debug printf.
6565 Wrap a long line.
6566
6567 2003-06-14 Theodore A. Roth <troth@openavr.org>
6568
6569 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6570 causes gdb to seg fault.
6571
6572 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
6573
6574 * sparc-nat.c (fetch_inferior_registers): Correct
6575 a reference to "registers".
6576
6577 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6578
6579 * Makefile.in (exc_request_U_h): Define
6580 (exc_request_S_h): Likewise.
6581 (msg_reply_S_h): Likewise.
6582 (msg_U_h): Likewise.
6583 (notify_S_h): Likewise.
6584 (process_reply_S_h): Likewise.
6585 (gnu-nat.o): Depend on gdb_obstack_h
6586 * gnu-nat.c: Include "gdb_obstack.h".
6587
6588 2003-06-13 Andrew Cagney <cagney@redhat.com>
6589
6590 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6591 * gdbarch.h, gdbarch.c: Re-generate.
6592
6593 2003-06-13 Andrew Cagney <cagney@redhat.com>
6594
6595 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6596 when deprecated REGISTER macros can be deleted.
6597 * gdbarch.h, gdbarch.c: Re-generate.
6598
6599 2003-06-13 Jim Blandy <jimb@redhat.com>
6600
6601 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6602 Linux entry point symbols for _dl_debug_state, too.
6603
6604 2003-06-13 Andrew Cagney <cagney@redhat.com>
6605
6606 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6607 available, do not use the FP register, and always save the TOS.
6608 * dummy-frame.c (dummy_frame_this_id): Do not assert
6609 SAVE_DUMMY_FRAME_TOS.
6610 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6611 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6612 (i386_push_dummy_call): Add 8 to the returned SP.
6613 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6614 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6615 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6616 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6617 (x86_64_push_dummy_call): Return "sp + 16".
6618 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6619 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6620 save_dummy_frame_tos.
6621
6622 2003-06-13 Jim Blandy <jimb@redhat.com>
6623
6624 * frv-tdep.c (frv_use_struct_convention): Delete static
6625 declaration for function deleted in my change of 2003-06-12.
6626
6627 2003-06-13 Theodore A. Roth <troth@openavr.org>
6628
6629 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6630 (avr_pointer_to_address): Shift code addrs left 1 bit.
6631 (avr_convert_from_func_ptr_addr): Delete function since operation is
6632 better handled by avr_address_to_pointer and avr_pointer_to_address.
6633 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6634
6635 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6636
6637 From Kelley Cook <kelleycook@wideopenwest.com>:
6638 * configure.host: Accept i[34567]86 variants.
6639 * configure.tgt: Likewise.
6640 * nlm/configure.in: Likewise.
6641 * nlm/configure: Regenerated.
6642
6643 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
6644
6645 * arm-tdep.c (solib-svr4.h): Dont' include it.
6646 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6647 * arm-linux-tdep.c: ... here. Make static.
6648 (arm_linux_init_abi): Register it.
6649 (solib-svr4.h): Include it.
6650 * Makefile.in: Update dependencies.
6651 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6652 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6653
6654 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6655
6656 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6657 indicate registers used for return values.
6658 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6659 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6660 members.
6661 (h8300_init_extra_frame_info): Ditto.
6662 (h8300_frame_locals_address): Removed.
6663 (h8300_frame_args_address): Removed.
6664 (h8300_extract_return_value): Use new regcache structure. Only care
6665 for 16 bit CPUs.
6666 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6667 (h8300_store_return_value): Use new regcache structure. Only care
6668 for 16 bit CPUs.
6669 (h8300h_store_return_value): Same function for 32 bit CPUs.
6670 (h8300_store_struct_return): Removed.
6671 (h8300_extract_struct_value_address): Use new regcache structure.
6672 (h8300h_extract_struct_value_address): Removed.
6673 (h8300_push_dummy_code): New function.
6674 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6675 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6676 set_gdbarch_store_return_value architecture dependent.
6677 Call set_gdbarch_push_dummy_code and
6678 set_gdbarch_extract_struct_value_address.
6679 Remove calls to set_gdbarch_frame_args_address,
6680 set_gdbarch_frame_locals_address,
6681 set_gdbarch_deprecated_store_struct_return,
6682 set_gdbarch_deprecated_extract_return_value,
6683 set_gdbarch_deprecated_extract_struct_value_address,
6684 set_gdbarch_deprecated_call_dummy_words and
6685 set_gdbarch_deprecated_sizeof_call_dummy_words.
6686
6687 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6688
6689 * h8300-tdep.c (h8300_register_byte): Remove.
6690 (h8300h_register_byte): Remove.
6691 (h8300_register_virtual_type): Remove. Substitute by...
6692 (h8300_register_type): New function.
6693 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6694 (h8300h_extract_struct_value_address): Ditto.
6695 (h8300_gdbarch_init): Drop calls to
6696 set_gdbarch_deprecated_register_byte and
6697 set_gdbarch_deprecated_register_virtual_type.
6698 Add call to set_gdbarch_register_type.
6699
6700 2003-06-13 Andrew Cagney <cagney@redhat.com>
6701
6702 * gdbarch.sh: Update comments on registers.
6703 (deprecated_register_byte): Rename register_byte.
6704 (deprecated_register_raw_size): Rename register_raw_size.
6705 (deprecated_register_virtual_size): Rename register_virtual_size.
6706 (deprecated_register_virtual_type): Rename register_virtual_type.
6707 * gdbarch.h, gdbarch.c: Re-generate.
6708 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6709 * vax-tdep.c (vax_gdbarch_init): Update.
6710 * v850-tdep.c (v850_gdbarch_init): Update.
6711 * sparc-tdep.c (sparc_gdbarch_init): Update.
6712 * sh-tdep.c (sh_gdbarch_init): Update.
6713 * s390-tdep.c (s390_gdbarch_init): Update.
6714 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6715 * ns32k-tdep.c: Update.
6716 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6717 * mips-tdep.c (mips_gdbarch_init): Update.
6718 * mcore-tdep.c (mcore_gdbarch_init): Update.
6719 * m68k-tdep.c (m68k_gdbarch_init): Update.
6720 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6721 * ia64-tdep.c (ia64_gdbarch_init): Update.
6722 * hppa-tdep.c (hppa_gdbarch_init): Update.
6723 * h8300-tdep.c (h8300_gdbarch_init): Update.
6724 * frv-tdep.c (frv_gdbarch_init): Update.
6725 * cris-tdep.c (cris_gdbarch_init): Update.
6726 * avr-tdep.c (avr_gdbarch_init): Update.
6727 * alpha-tdep.c (alpha_gdbarch_init): Update.
6728 * arm-tdep.c (arm_gdbarch_init): Update.
6729
6730 2003-06-13 Andrew Cagney <cagney@redhat.com>
6731
6732 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6733 mips_o32_use_struct_convention with always_use_struct_convention.
6734
6735 2003-06-12 David Carlton <carlton@kealia.com>
6736
6737 * cp-namespace.c (cp_set_block_scope): Comment out
6738 processing_has_namespace_info branch.
6739
6740 2003-06-12 Jim Blandy <jimb@redhat.com>
6741
6742 Recognize and skip 64-bit PowerPC Linux linkage functions.
6743 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6744 insn_pattern, insns_match_pattern, d_field, ds_field): New
6745 functions, macros, and types for working with PPC instructions.
6746 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6747 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6748 ppc64_skip_trampoline_code): New functions, variables, and macros
6749 for recognizing and skipping linkage functions.
6750 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6751 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6752
6753 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6754 register offsets for both the 32- and 64-bit interfaces.
6755
6756 Actually finish the job started by my change of 2003-05-29.
6757 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6758 other #definition of this.
6759 (ppc_linux_skip_trampoline_code): Remove declaration.
6760 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6761 static.
6762 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6763 method for GDBARCH.
6764
6765 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6766 'long' on ppc64-*-linux*.
6767
6768 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6769 isn't #defined, assume the register doesn't exist: act as if
6770 tdep->ppc_mq_regnum were -1.
6771
6772 * configure.host, configure.tgt: Add entries for
6773 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6774 powerpc/linux.mt.
6775 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6776 New files.
6777
6778 * arch-utils.c (always_use_struct_convention): New function.
6779 * arch-utils.h (always_use_struct_convention): New prototype.
6780 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6781 (alpha_gdbarch_init): Register always_use_struct_convention,
6782 instead of alpha_use_struct_convention.
6783 * cris-tdep.c (cris_use_struct_convention): Delete.
6784 (cris_gdbarch_init): Register always_use_struct_convention,
6785 instead of cris_use_struct_convention.
6786 * frv-tdep.c (frv_use_struct_convention): Delete.
6787 (frv_gdbarch_init): Register always_use_struct_convention,
6788 instead of frv_use_struct_convention.
6789 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6790 (h8300_gdbarch_init): Register always_use_struct_convention,
6791 instead of h8300_use_struct_convention.
6792 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6793 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6794 instead of mips_o32_use_struct_convention.
6795
6796 2003-06-12 Andrew Cagney <cagney@redhat.com>
6797
6798 * wince.c: Include "mips-tdep.h".
6799 * mips-tdep.h (mips_next_pc): Declare.
6800 * mcore-tdep.c: Make more local functions static.
6801 * Makefile.in (wince.o): Update dependencies.
6802
6803 2003-06-12 David Carlton <carlton@kealia.com>
6804
6805 * symtab.c (lookup_symbol_aux_minsyms): Replace
6806 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6807 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6808 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6809 SYMBOL_NATURAL_NAME.
6810
6811 2003-06-12 Andreas Schwab <schwab@suse.de>
6812
6813 * Makefile.in (tuiDisassem.o): Update dependencies.
6814
6815 2003-06-12 David Carlton <carlton@bactrian.org>
6816
6817 * symtab.h: Delete declaration of make_symbol_overload_list.
6818 Add declaration of lookup_partial_symbol.
6819 * symtab.c (remove_params): Move to cp-support.c.
6820 (overload_list_add_symbol, make_symbol_overload_list)
6821 (sym_return_val_size, sym_return_val_index): Ditto.
6822 (lookup_partial_symbol): Make extern.
6823 * cp-support.h: Add declaration of make_symbol_overload_list.
6824 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6825 symtab.h, and block.h.
6826 (remove_params): Move here from symtab.c.
6827 (overload_list_add_symbol, make_symbol_overload_list)
6828 (sym_return_val_size, sym_return_val_index): Ditto.
6829 * valops.c: Include cp-support.h.
6830 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6831 frame_h, and block_h.
6832 (valops.o): Depend on cp_support_h.
6833
6834 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6835
6836 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6837 substitute by NUM_REGS throughout.
6838 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6839 (h8300s_register_name): New function for H8S registers.
6840 (h8300sx_register_name): Ditto for H8SX registers.
6841 (h8300_print_register): Revise register printing, avoid depending
6842 on 32 bit long.
6843 (h8300_register_byte): Only care for H8/300 registers.
6844 (h8300h_register_byte): New function for any other architecture.
6845 (h8300_register_raw_size): Remove.
6846 (h8300_register_virtual_type): Revise to return actually useful
6847 type.
6848 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6849 (h8300h_extract_struct_value_address): New function for any other
6850 architecture.
6851 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6852 set_gdbarch_register_name, set_gdbarch_register_byte,
6853 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6854 Remove calls to set_gdbarch_deprecated_register_size,
6855 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6856 set_gdbarch_deprecated_max_register_raw_size,
6857 set_gdbarch_register_virtual_size and
6858 set_gdbarch_deprecated_max_register_virtual_size entirely.
6859 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6860 set_gdbarch_long_double_bit.
6861
6862 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6863
6864 * doublest.c (convert_doublest_to_floatformat): When dealing
6865 with the implied integer bit, only alter mant_bits if we are
6866 processing a full 32 bits of mantissa.
6867
6868 2003-06-11 David Carlton <carlton@bactrian.org>
6869
6870 * dictionary.h: New.
6871 * dictionary.c: New.
6872 * block.h: Add opaque declaration for struct dictionary.
6873 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6874 'sym' members.
6875 (BLOCK_DICT): New macro.
6876 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6877 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6878 BLOCK_SHOULD_SORT.
6879 (ALL_BLOCK_SYMBOLS): Update definition.
6880 * Makefile.in (SFILES): Add dictionary.c.
6881 (dictionary_h): New.
6882 (COMMON_OBS): Add dictionary.o.
6883 (dictionary.o): New.
6884 (ada-lang.o): Depend on dictionary_h.
6885 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6886 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6887 (mi-cmd-stack.o): Ditto.
6888 (gdbtk-cmds.o): Update dependencies.
6889 (gdbtk-stack.o): Ditto.
6890 * ada-lang.c: Include dictionary.h.
6891 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6892 (fill_in_ada_prototype, debug_print_block): Ditto.
6893 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6894 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6895 'is_sorted'.
6896 * mdebugread.c: Include dictionary.h.
6897 (struct parse_stack): Delete 'maxsyms' member.
6898 (parse_symbol): Update calls to new_block. Delete calls to
6899 shrink_block. Use dictionary methods.
6900 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6901 Update calls to new_symtab. Don't maintain maxsyms data.
6902 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6903 (add_symbol): Just call dict_add_symbol.
6904 (new_symtab): Delete 'maxsyms' argument.
6905 (new_symtab): Update calls to new_block.
6906 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6907 (shrink_block): Delete function.
6908 (fixup_sigtramp): Update call to new_block. Add symbol via
6909 dict_add_symbol.
6910 * jv-lang.c: Include dictionary.h.
6911 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6912 appropriately. Set class_symtab->free_func. Make sure the
6913 blockvector is big enough to hold two blocks.
6914 (add_class_symtab_symbol): Use dictionary methods.
6915 (free_class_block): New function.
6916 (type_from_class): Replace explicit iteration by
6917 ALL_BLOCK_SYMBOLS.
6918 * symtab.h (struct symtab): Replace 'free_ptr' method by
6919 'free_func'.
6920 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6921 sort_symtab_syms.
6922 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6923 sort_symtab_syms.
6924 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6925 Include dictionary.h.
6926 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6927 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6928 sort_symtab_syms.
6929 * objfiles.c: Include dictionary.h.
6930 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6931 * buildsym.c: Include dictionary.h.
6932 (finish_block): Use dictionary methods.
6933 (end_symtab): Set free_func to NULL, not free_ptr.
6934 * tracepoint.c: Include dictionary.h.
6935 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6936 (scope_info): Ditto.
6937 * stack.c: Include dictionary.h.
6938 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6939 (print_block_frame_labels, print_frame_arg_vars)
6940 (print_frame_args): Ditto.
6941 * symmisc.c (free_symtab_block): Use dictionary methods.
6942 (dump_symtab): Ditto.
6943 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6944 Include dictionary.h.
6945 * symfile.h: Delete declarations of sort_block_syms,
6946 sort_symtab_syms.
6947 * symfile.c (sort_block_syms): Delete.
6948 (sort_symtab_syms): Delete.
6949 * symtab.c: Include dictionary.h.
6950 (lookup_block_symbol): Use dictionary iterators.
6951 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6952 (search_symbols, make_symbol_completion_list): Ditto.
6953 (make_symbol_overload_list): Ditto.
6954 * valops.c (value_of_local): Use dict_empty.
6955 Include dictionary.h.
6956
6957 2003-06-11 J. Brobecker <brobecker@gnat.com>
6958
6959 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6960
6961 2003-06-11 David Carlton <carlton@bactrian.org>
6962
6963 * block.h (BLOCK_SHOULD_SORT): Delete.
6964 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6965 blocks.
6966 * ada-lang.c (ada_add_block_symbols): Ditto.
6967 * symfile.c (sort_block_syms): Delete.
6968 (sort_symtab_syms): Ditto.
6969 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6970 declarations.
6971 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6972 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6973 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6974 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6975 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6976 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6977 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6978
6979 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6980
6981 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6982 bits to 128.
6983
6984 2003-06-11 Andrew Cagney <cagney@redhat.com>
6985
6986 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6987 REGISTER_CONVERTIBLE.
6988 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6989 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6990 * gdbarch.h, gdbarch.c: Re-generate.
6991 * arch-utils.h (deprecated_register_convertible_not): Rename
6992 generic_register_convertible_not.
6993 * arch-utils.c (deprecated_register_convertible_not): Rename
6994 generic_register_convertible.
6995 (legacy_convert_register_p, legacy_register_to_value): Update.
6996 * sh-tdep.c (sh64_push_arguments): Update.
6997 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6998 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6999 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
7000 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
7001 * arch-utils.c (legacy_value_to_register): Update.
7002 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7003 (rs6000_register_convert_to_raw): Make parameter "from" const.
7004 * mips-tdep.c (mips_gdbarch_init): Update.
7005 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
7006 * infcmd.c (default_print_registers_info): Update.
7007 * ia64-tdep.c (ia64_gdbarch_init): Update.
7008 (ia64_register_convert_to_raw): Make parameter "from" const.
7009 * i386-tdep.c (i386_gdbarch_init): Update.
7010 (i386_register_convert_to_raw): Update.
7011
7012 2003-06-11 Andrew Cagney <cagney@redhat.com>
7013
7014 * remote-fileio.c: Include "remote-fileio.h".
7015 * Makefile.in (remote-fileio.o): Update dependencies.
7016 (remote_fileio_h): Fix typo.
7017
7018 2003-06-11 Andrew Cagney <cagney@redhat.com>
7019
7020 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
7021 (xstormy16_save_dummy_frame_tos): Make static.
7022 (_initialize_xstormy16_tdep): Add declaration.
7023 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
7024 * v850-tdep.c: Make local functions static.
7025 (_initialize_v850_tdep): Add declaration.
7026 * sparc-tdep.c: Make local functions static.
7027 (_initialize_sparc_tdep): Add declaration.
7028 * sh-tdep.c: Make local functions static.
7029 (_initialize_sh_tdep): Add declaration.
7030 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
7031 * s390-tdep.c: Make local functions static.
7032 (_initialize_s390_tdep): Add declaration.
7033 * dbxread.c (find_stab_function_addr): Make static.
7034 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
7035 * ocd.c (_initialize_remote_ocd): Add declaration.
7036 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
7037 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
7038 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
7039 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
7040 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
7041 * remote-array.c (_initialize_array): Add declaration.
7042 (_initialize_remote_monitors): Add declaration.
7043 * remote-mips.c: Make local functions static.
7044 (_initialize_remote_mips): Add declaration.
7045 * mcore-tdep.c: Make all local functions static.
7046 (_initialize_mcore_tdep): Add declaration.
7047 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
7048 * abug-rom.c (_initialize_abug_rom): Add declaration.
7049 * rom68k-rom.c (_initialize_rom68k): Add declaration.
7050 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
7051 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
7052 * remote-est.c (_initialize_est): Add declaration.
7053 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
7054 (m68hc11_call_dummy_address): Make static.
7055 * ia64-tdep.c: Make local functions static.
7056 (_initialize_ia64_tdep): Add declaration.
7057 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
7058 * monitor.c (monitor_wait_filter): Make static.
7059 (_initialize_remote_monitors): Add declaration.
7060 * remote-hms.c (_initialize_remote_hms): Add declaration.
7061 * remote-e7000.c (fetch_regs_from_dump): Make static.
7062 (expect_n): Make static.
7063 (_initialize_remote_e7000): Add declaration.
7064 * ser-e7kpc.c: Always include "defs.h".
7065 (_initialize_ser_e7000pc): Add declaration.
7066 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
7067 * cris-tdep.c: Make all but one function static.
7068 (_initialize_cris_tdep): Add declaration.
7069 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
7070 * solib.c (update_solib_list): Make static.
7071 (_initialize_solib): Add declaration.
7072 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
7073 (_initialize_avr_tdep): Add declaration.
7074 * remote-rdi.c (voiddummy): Make static.
7075 (_initialize_remote_rdi): Add declaration.
7076 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
7077 * remote-rdp.c (send_rdp): Make static.
7078 (_initialize_remote_rdp): Add declaration.
7079 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
7080
7081 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
7082
7083 * remote-fileio.c: Make ari happy.
7084
7085 2003-06-10 J. Brobecker <brobecker@gnat.com>
7086
7087 * rs6000-nat.c (child_xfer_memory): Compute the right address when
7088 fetching the trailing bytes of the buffer we are about to write.
7089
7090 2003-06-10 Andrew Cagney <cagney@redhat.com>
7091
7092 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
7093 * Makefile.in (remote-fileio.o): Update dependencies.
7094 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
7095 include <setjmp.h>, or <sys/types.h> conditional on USG.
7096 (remote_fio_jmp_buf): Delete global variable.
7097
7098 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
7099 Martin M. Hunt <hunt@redhat.com>
7100
7101 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
7102 (SFILES): Add remote-fileio.c.
7103 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
7104 dependencies for building remote.o.
7105 * remote-fileio.c: New file implementing the remote File-I/O protocol.
7106 * remote-fileio.h: New header file defining remote File-I/O interface.
7107 * remote.c (remote_write_bytes, remote_read_bytes): Remove
7108 static storage class.
7109 (remote_wait, remote_async_wait): Call remote_fileio_request() on
7110 'F' packet.
7111 (_initialize_remote): Call initialize_remote_fileio().
7112 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
7113 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7114 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7115 (captured_main): Initialize new ui_files.
7116 * ui-file.c: Add read and fgets input functions.
7117 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
7118 (null_file_read): New function.
7119 (ui_file_read): New function.
7120 (set_ui_file_read): New function.
7121 (stdio_file_read): New function.
7122 * ui-file.h: New type ui_file_read_ftype.
7123 (set_ui_file_read): Declare.
7124 (ui_file_read): Declare.
7125
7126 2003-06-09 Andrew Cagney <cagney@redhat.com>
7127
7128 * frame.h (deprecated_unwind_get_saved_register): Rename
7129 generic_unwind_get_saved_register, update comments.
7130 * mips-tdep.c (mips_get_saved_register): Update.
7131 * frame.c (deprecated_unwind_get_saved_register): Update.
7132
7133 2003-06-09 Andrew Cagney <cagney@redhat.com>
7134
7135 * vax-tdep.c (vax_frame_locals_address): Delete function.
7136 (vax_gdbarch_init): Do not set frame_locals_address.
7137 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
7138 (m68hc11_gdbarch_init): Do not set frame_locals_address.
7139 * s390-tdep.c (s390_frame_args_address): Delete function.
7140 (s390_gdbarch_init): Do not set frame_args_address or
7141 frame_locals_address.
7142 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
7143 (ns32k_gdbarch_init): Do not set frame_locals_address.
7144 * hppa-tdep.c (hppa_frame_args_address): Delete function.
7145 (hppa_frame_locals_address): Delete function.
7146 (hppa_gdbarch_init): Do not set frame_args_address, or
7147 frame_locals_address.
7148 * arm-tdep.c (arm_frame_args_address): Delete.
7149 (arm_frame_locals_address): Delete.
7150 (arm_gdbarch_init): Do not set frame_args_address, or
7151 frame_locals_address.
7152
7153 2003-06-09 Andrew Cagney <cagney@redhat.com>
7154
7155 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
7156 * gdbarch.h, gdbarch.c: Re-generate.
7157 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
7158 * arch-utils.c (frame_num_args_unknown): Delete function.
7159 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
7160 (frame_info): Use FRAME_NUM_ARGS_P.
7161 * arm-tdep.c (arm_frame_num_args): Delete function.
7162 (arm_gdbarch_init): Do not set frame_num_args.
7163 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
7164 * hppa-tdep.c (hppa_frame_num_args): Delete function.
7165 (hppa_gdbarch_init): Do not set frame_num_args.
7166 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
7167 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7168 frame_num_args to default frame_num_args_unknown.
7169 * v850-tdep.c (v850_gdbarch_init): Ditto.
7170 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7171 * sh-tdep.c (sh_gdbarch_init): Ditto.
7172 * s390-tdep.c (s390_gdbarch_init): Ditto.
7173 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7174 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7175 * mips-tdep.c (mips_gdbarch_init): Ditto.
7176 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7177 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7178 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7179 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7180 * i386-tdep.c (i386_gdbarch_init): Ditto.
7181 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7182 * frv-tdep.c (frv_gdbarch_init): Ditto.
7183 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7184 * cris-tdep.c (cris_gdbarch_init): Ditto.
7185 * avr-tdep.c (avr_gdbarch_init): Ditto.
7186 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7187
7188 2003-06-09 Andrew Cagney <cagney@redhat.com>
7189
7190 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
7191 (print_frame_args): Moved to "stack.c".
7192 * stack.c: Include "gdb_assert.h".
7193 (print_frame_nameless_args): Moved from "printcmd.c", made static.
7194 (print_frame_args): Moved from "printcmd.c".
7195 * frame.h (print_frame_args): Delete declaration.
7196 * Makefile.in (stack.o): Update dependencies.
7197
7198 2003-06-08 Andrew Cagney <cagney@redhat.com>
7199
7200 * frame.c (get_prev_frame): Remove reference to
7201 frame_args_address_correct in comments.
7202 * frame-base.c (default_frame_args_address): Delete code
7203 conditional on FRAME_ARGS_ADDRESS_CORRECT.
7204 * vax-tdep.c (vax_frame_args_address_correct): Delete.
7205 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
7206 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
7207 (vax_frame_args_address_correct): Delete declaration.
7208
7209 2003-06-08 Andrew Cagney <cagney@redhat.com>
7210
7211 * gdbarch.sh (UNWIND_SP): Add.
7212 * gdbarch.h, gdbarch.c: Re-generate.
7213 * frame.c (frame_sp_unwind): New function.
7214 (get_frame_sp): New function.
7215 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
7216 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
7217 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
7218 value.
7219 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
7220 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
7221
7222 2003-06-08 Andrew Cagney <cagney@redhat.com>
7223
7224 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
7225 REMOTE_BREAKPOINT.
7226 * remote.c: Update.
7227 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
7228 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
7229 * config/m68k/tm-sun3.h: Update.
7230 * config/m68k/tm-m68klynx.h: Update.
7231 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
7232
7233 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
7234 trad_frame". Update comments.
7235 * d10v-tdep.c (struct d10v_unwind_cache): Update.
7236 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7237 (trad_frame_register_value, trad_frame_prev_register): Update.
7238
7239 2003-06-08 Andrew Cagney <cagney@redhat.com>
7240
7241 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
7242 from GCC's acinclude.m4.
7243 * configure.in: Check for getopt's delcaration.
7244 * aclocal.m4, config.in, configure: Re-generate.
7245 * main.c (error_init): Delete declaration.
7246 * defs.h (error_init): Declare.
7247 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
7248 (rs6000_convert_from_func_ptr_addr): Make static.
7249 (_initialize_rs6000_tdep): Add declaration.
7250 * cli/cli-cmds.c (dont_repeat): Delete declaration.
7251 (show_commands, set_verbose, show_history): Delete declaration.
7252 * top.h (set_verbose): Add declaration.
7253 (show_history, set_history, show_commands): Add declaration.
7254 (do_restore_instream_cleanup): Add declaration.
7255 * objc-lang.c (specialcmp): Make static.
7256 (print_object_command): Make static.
7257 (find_objc_msgsend): Make static.
7258 (find_objc_msgcall_submethod_helper): Make static.
7259 (find_objc_msgcall_submethod): Make static.
7260 (_initialize_objc_language): Add declaration.
7261 (find_implementation_from_class): Make static.
7262 (find_implementation): Make static.
7263 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
7264 * objc-lang.h (lookup_struct_typedef): Add declaration.
7265 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
7266 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
7267 (do_restore_user_call_depth): Make static.
7268 (do_restore_instream_cleanup): Delete declaration.
7269 (dont_repeat): Delete declaration.
7270 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
7271 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
7272 * reggroups.c (_initialize_reggroup): Add declaration.
7273 * cp-support.c (_initialize_cp_support): Add declaration.
7274 * cp-abi.c (_initialize_cp_abi): Add declaration.
7275 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
7276 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
7277 (_initialize_gnu_v3_abi): Add declaration.
7278 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
7279 (_initialize_gnu_v2_abi): Add declaration.
7280 * frame-base.c (_initialize_frame_base): Add declaration.
7281 * doublest.c (floatformat_from_length): Make static.
7282 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
7283 * frame.c (create_sentinel_frame): Make static.
7284 (_initialize_frame): Add declaration.
7285 * top.c (do_catch_errors): Make static.
7286 (gdb_rl_operate_and_get_next_completion): Make static.
7287 * typeprint.c: Include "typeprint.h".
7288 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
7289 (sentinel_frame_this_id): Make static.
7290 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
7291 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
7292 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
7293 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
7294 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
7295 * maint.c (maintenance_print_architecture): Make static.
7296 * signals/signals.c (_initialize_signals): Add declaration.
7297 * std-regs.c (_initialize_frame_reg): Add declaration.
7298 * jv-exp.y (push_variable): ISO C definition.
7299 (push_qualified_expression_name): Ditto.
7300 * memattr.c (_initialize_mem): Add declaration.
7301 * remote.c (remote_check_watch_resources): Make static.
7302 (remote_stopped_by_watchpoint): Make static.
7303 (remote_stopped_data_address): Make static.
7304 * d10v-tdep.c (nr_dmap_regs): Make static.
7305 (a0_regnum): Make static.
7306 (d10v_frame_unwind_cache): Make static.
7307 (d10v_frame_p): Make static.
7308 * osabi.c (show_osabi): Make static.
7309 (_initialize_gdb_osabi): Add extern declaration.
7310 * gdbtypes.c (make_qualified_type): Make static.
7311 (safe_parse_type): Make static.
7312 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
7313 * macrotab.c (macro_bcache_free): Make static.
7314 * interps.c (interp_set_quiet): Make static.
7315 (interpreter_exec_cmd): Make static.
7316 * stack.h (select_frame_command): New file.
7317 * stack.c: Include "stack.h".
7318 (select_frame_command_wrapper): Delete function.
7319 (select_frame_command): Make global.
7320 * infcall.c: Include "infcall.h".
7321 * linespec.c: Include "linespec.h".
7322 * symfile.c (sections_overlap): Make static.
7323 * cp-support.h (cp_initialize_namespace): ISO C declaration.
7324 * charset.c (_initialize_charset): Add missing prototype.
7325 * regcache.c (init_legacy_regcache_descr): Make static.
7326 (do_regcache_xfree): Make static.
7327 (regcache_xfer_part): Make static.
7328 (_initialize_regcache): Add missing prototype.
7329 * breakpoint.c (parse_breakpoint_sals): Make static.
7330 (breakpoint_sals_to_pc): Make static.
7331 * interps.h (clear_interpreter_hooks): ISO C declaration.
7332 * Makefile.in (stack_h): Define.
7333 (stack.o, typeprint.o, mi-main.o): Update dependencies.
7334 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
7335
7336 2003-06-08 Andrew Cagney <cagney@redhat.com>
7337
7338 * Makefile.in (d10v-tdep.o): Update dependencies.
7339 (SFILES): Add trad-frame.c.
7340 (trad_frame_h): Define.
7341 (COMMON_OBS): Add trad-frame.o.
7342 (trad-frame.o): Specify dependencies.
7343 * d10v-tdep.c: Include "trad-frame.h".
7344 (saved_regs_unwinder): Delete function.
7345 (d10v_frame_prev_register): Use trad_frame_prev_register.
7346 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
7347 trad_frame", delete "regs" and "prev_sp".
7348 (prologue_find_regs): Use trad-frame.
7349 * trad-frame.h, trad-frame.c: New files.
7350
7351 2003-06-08 Mark Kettenis <kettenis@gnu.org>
7352
7353 * dwarf2cfi.c, dwarf2cfi.h: Remove.
7354
7355 2003-06-07 Adam Fedor <fedor@gnu.org>
7356
7357 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
7358 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
7359 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
7360 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
7361 resolve_msgsend_super, resolve_msgsend_super_stret):
7362 Use it.
7363
7364 2003-06-07 Andrew Cagney <cagney@redhat.com>
7365
7366 * symfile.h: Re-indent, clean up comments.
7367
7368 2003-06-07 Andrew Cagney <cagney@redhat.com>
7369
7370 * inferior.h (deprecated_write_sp): Replace
7371 generic_target_write_sp.
7372 * regcache.c (deprecated_write_sp): Replace
7373 generic_target_write_sp.
7374 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7375 * vax-tdep.c (vax_gdbarch_init): Update.
7376 * v850-tdep.c (v850_gdbarch_init): Update.
7377 * sparc-tdep.c (sparc_gdbarch_init): Update.
7378 * sh-tdep.c (sh_gdbarch_init): Update.
7379 * s390-tdep.c (s390_gdbarch_init): Update.
7380 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7381 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7382 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7383 * mcore-tdep.c (mcore_gdbarch_init): Update.
7384 * m68k-tdep.c (m68k_gdbarch_init): Update.
7385 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7386 * ia64-tdep.c (ia64_gdbarch_init): Update.
7387 * h8300-tdep.c (h8300_gdbarch_init): Update.
7388 * frv-tdep.c (frv_gdbarch_init): Update.
7389 * cris-tdep.c (cris_gdbarch_init): Update.
7390 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
7391
7392 2003-06-07 Andrew Cagney <cagney@redhat.com>
7393
7394 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
7395 Assert that PC_REGNUM is valid.
7396 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
7397
7398 2003-06-07 Andrew Cagney <cagney@redhat.com>
7399
7400 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
7401 * gdbarch.h, gdbarch.c: Regenerate.
7402 * mn10300-tdep.c: Include "gdb_assert.h".
7403 (mn10300_read_fp): New function.
7404 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
7405 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
7406 * ia64-tdep.c: Include "gdb_assert.h".
7407 (ia64_read_fp): New function.
7408 (ia64_gdbarch_init): Set deprecated_target_read_fp to
7409 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
7410 * regcache.c (generic_target_read_sp): Delete function.
7411 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
7412 * inferior.h (generic_target_read_sp): Delete declaration.
7413 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
7414 generic_target_read_sp.
7415 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7416 * sparc-tdep.c (sparc_gdbarch_init): Ditto
7417 * sh-tdep.c (sh_gdbarch_init): Ditto.
7418 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7419 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
7420
7421 2003-06-07 Andrew Cagney <cagney@redhat.com>
7422
7423 * gdbarch.sh: Comment each field of startup_gdbarch.
7424 * gdbarch.h, gdbarch.c: Re-generate.
7425
7426 2003-06-07 Andrew Cagney <cagney@redhat.com>
7427
7428 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
7429 * gdbarch.h, gdbarch.c: Re-generate.
7430 * regcache.c: Update comments on read_pc et.al.
7431 (generic_target_read_pc): Delete function.
7432 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
7433 * inferior.h (generic_target_read_pc): Delete declaration.
7434 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7435 generic_target_read_pc.
7436 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7437 * sh-tdep.c (sh_gdbarch_init): Ditto.
7438 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7439 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7440
7441 2003-06-07 Andrew Cagney <cagney@redhat.com>
7442
7443 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7444 "index" with "special_local_sect". Use strcmp instead of STREQ.
7445 Append period to coments.
7446
7447 2003-06-06 Mark Mitchell <mark@codesourcery.com>
7448
7449 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7450 (elfstab_offset_sections): Likewise.
7451 * gdb-stabs.h (stab_section_info): Likewise.
7452 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7453 * objfiles.c (objfile_relocate): Likewise.
7454 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7455 * remote.c (get_offsets): Likewise.
7456 (remote_cisco_objfile_relocate): Likewise.
7457 * somread.c (som_symfile_offsets): Likewise.
7458 * symfile.c (alloc_section_addr_info): New function.
7459 (build_section_addr_info_from_section_tab): Use it.
7460 (free_section_addr_info): Adjust.
7461 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7462 (syms_from_objfile): Allocate local_addr dynamically.
7463 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7464 dynamically.
7465 (add_symbol_file_command): Allocate sect_opts dynamically.
7466 (reread_symbols): Avoid use of SECT_OFF_MAX.
7467 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7468 (alloc_section_addr_info): Declare it.
7469 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7470 * win32-nat.c (solib_symbols_add): Allocate section_addrs
7471 dynamically.
7472 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
7473
7474 2003-06-06 Andrew Cagney <cagney@redhat.com>
7475
7476 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7477 (d10v_frame_unwind_cache): Do not set "return_pc".
7478
7479 2003-06-06 Michael Snyder <msnyder@redhat.com>
7480
7481 * h8300-tdep.c: Make tidy (long lines).
7482
7483 2003-06-06 Michal Ludvig <mludvig@suse.cz>
7484
7485 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
7486 to regcache_collect().
7487
7488 2003-06-05 J. Brobecker <brobecker@gnat.com>
7489
7490 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7491 pc_in_sigtramp multiarch method.
7492 (hppa_hpux_som_init_abi): Use it.
7493 (hppa_hpux_elf_init_abi): Likewise.
7494 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7495 macro has been multiarched.
7496 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7497 macro here, as hppa64 isn't multiarched yet.
7498
7499 2003-06-05 Andrew Cagney <cagney@redhat.com>
7500
7501 * Makefile.in (value_h): Add $(frame_h).
7502 * value.h: Include "frame.h".
7503 (struct value): Replace "frame_addr" with "frame_id".
7504 (VALUE_FRAME_ID): Replace VALUE_FRAME.
7505 * values.c (allocate_value): Use VALUE_FRAME_ID.
7506 (value_copy): Use VALUE_FRAME_ID.
7507 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7508 * valops.c (value_assign): Update. Use frame_find_by_id.
7509
7510 2003-06-05 Michal Ludvig <mludvig@suse.cz>
7511
7512 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7513 in each pass.
7514
7515 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
7516
7517 * thread-db.c (check_event): For create/death event breakpoints,
7518 loop through all messages to ensure that we read the message
7519 corresponding to the breakpoint we are at.
7520
7521 2003-06-04 Michael Snyder <msnyder@redhat.com>
7522
7523 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7524
7525 2003-06-04 Mark Kettenis <kettenis@gnu.org>
7526
7527 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7528 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7529 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7530 when handling .eh_frame sections.
7531
7532 2003-06-04 J. Brobecker <brobecker@gnat.com>
7533
7534 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7535 prepare_to_proceed procedure instead of the hppa-specific one.
7536 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7537
7538 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
7539
7540 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7541 * config.in: Regenerated.
7542 * configure.in: Add test for syscall function and check for
7543 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7544 * configure: Regenerated.
7545 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7546 <sys/syscall.h>.
7547 (kill_lwp): New function that uses tkill syscall or
7548 uses kill, depending on whether threading model is nptl or not.
7549 All callers of kill() changed to use kill_lwp().
7550 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7551 see if all threads have already exited in the nptl model.
7552 (stop_and_resume_callback): New callback function used by the
7553 lin_lwp_wait thread exit handling code.
7554 (stop_wait_callback): Check for threads already having exited and
7555 delete such threads fromt the lwp list when discovered.
7556 (stop_callback): Don't assert retcode of kill call.
7557
7558 Roland McGrath <roland@redhat.com>
7559 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7560 nptl libthread_db.
7561
7562 2003-06-03 Richard Henderson <rth@redhat.com>
7563
7564 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7565 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7566 (alpha_sigtramp_frame_prev_register): Likewise.
7567 (alpha_heuristic_frame_prev_register): Likewise.
7568 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7569
7570 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7571 alpha-specific register id names.
7572 (alpha_mdebug_frame_unwind_cache): Likewise.
7573 (alpha_mdebug_frame_prev_register): Likewise.
7574
7575 2003-06-03 Richard Henderson <rth@redhat.com>
7576
7577 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7578 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7579 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7580 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7581 unwind routines.
7582 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7583 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7584 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7585
7586 * alpha-linux-tdep.c: Remove unnecessary includes.
7587 * Makefile.in (alpha-linux-tdep.o): Update.
7588
7589 2003-06-03 Richard Henderson <rth@redhat.com>
7590
7591 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7592 (alphabsd_fill_fpreg): Likewise.
7593
7594 2003-06-03 J. Brobecker <brobecker@gnat.com>
7595
7596 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7597 references to struct frame_info fields by calls to the equivalent
7598 accessors. Necessary now that frame_info is opaque.
7599
7600 2003-06-03 J. Brobecker <brobecker@gnat.com>
7601
7602 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7603 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7604 structure, field no longer exists.
7605
7606 2003-06-03 J. Brobecker <brobecker@gnat.com>
7607
7608 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7609 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7610
7611 2003-06-03 J. Brobecker <brobecker@gnat.com>
7612
7613 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7614 references to struct frame_info fields by calls to the equivalent
7615 accessors. Necessary now that frame_info is opaque.
7616
7617 2003-06-03 J. Brobecker <brobecker@gnat.com>
7618
7619 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7620 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7621 structure, field no longer exists.
7622
7623 2003-06-03 Theodore A. Roth <troth@openavr.org>
7624
7625 * remote.c (init_remote_state): Compute sizeof_g_packet by
7626 accumulation of the size of all registers instead of blindly using
7627 DEPRECATED_REGISTER_BYTES.
7628
7629 2003-06-03 Michael Snyder <msnyder@redhat.com>
7630
7631 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7632 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7633 for h8300sx.
7634
7635 2003-06-03 J. Brobecker <brobecker@gnat.com>
7636
7637 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7638 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7639
7640 2003-06-03 Andrew Cagney <cagney@redhat.com>
7641
7642 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7643 (sparc_convert_to_raw): Delete function.
7644 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7645 register_convert_to_virtual.
7646
7647 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7648
7649 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7650 layer if not dealing with a statically-linked threaded program.
7651
7652 2003-06-03 Kris Warkentin <kewarken@qnx.com>
7653
7654 * solib.c (solib_open): Update comment to reflect actual search order.
7655
7656 2003-06-03 Andrew Cagney <cagney@redhat.com>
7657
7658 * frame.c (get_frame_memory_signed): New function.
7659 (get_frame_memory, get_frame_memory_unsigned): New function.
7660 (get_frame_arch): New function.
7661 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7662 (get_frame_memory, get_frame_unsigned_memory): Declare.
7663 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7664 get_frame_memory_unsigned and get_frame_arch.
7665 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7666
7667 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7668
7669 * MAINTAINERS (write after approval): Add myself.
7670
7671 2003-06-03 Jim Blandy <jimb@redhat.com>
7672
7673 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7674 elements of gregset_t are 64 bits each, but access registers
7675 are still 32 bits, so they're packed two per gregset_t
7676 element. Unpack/pack them properly.
7677
7678 2003-06-02 David Carlton <carlton@bactrian.org>
7679
7680 * linespec.c (find_methods): Break out code into
7681 add_matching_methods and add_constructors.
7682 (add_matching_methods): New.
7683 (add_constructors): Ditto.
7684
7685 2003-06-02 Andrew Cagney <cagney@redhat.com>
7686
7687 * sparc-tdep.c (sparc_print_registers): Delete call to
7688 REGISTER_CONVERTIBLE.
7689 (sparc_gdbarch_init): Do not set register_convertible.
7690 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7691 * frv-tdep.c (frv_gdbarch_init): Ditto.
7692 * cris-tdep.c (cris_gdbarch_init): Ditto.
7693
7694 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
7695
7696 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7697 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7698 (syms_from_objfile): Ditto.
7699
7700 2003-06-03 Andreas Schwab <schwab@suse.de>
7701
7702 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7703 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7704
7705 2003-06-02 Richard Henderson <rth@redhat.com>
7706
7707 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7708 a member of all_reggroup.
7709
7710 2003-06-02 Richard Henderson <rth@redhat.com>
7711
7712 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7713 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7714 (alpha_lds, alpha_sts): New.
7715 (alpha_convert_register_p): Change from _register_convertible.
7716 (alpha_register_to_value): Change from _convert_to_virtual;
7717 restructure and fail for type sizes other than 4 or 8.
7718 (alpha_value_to_register): Similarly.
7719 (alpha_extract_return_value): Use alpha_sts.
7720 (alpha_store_return_value): Use alpha_lds.
7721 (alpha_gdbarch_init): Update hooks.
7722
7723 2003-06-02 Richard Henderson <rth@redhat.com>
7724
7725 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7726 regnum identifiers.
7727 (alpha_sigtramp_register_address): Likewise.
7728
7729 2003-06-02 Richard Henderson <rth@redhat.com>
7730
7731 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7732 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7733 * alpha-tdep.h: Declare them.
7734
7735 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7736 Remove zerobuf. Don't error on UNIQUE.
7737 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7738 (ALPHA_REGSET_UNIQUE): Provide default.
7739 (supply_gregset): Use alpha_supply_int_regs.
7740 (fill_gregset): Use alpha_fill_int_regs.
7741 (supply_fpregset): Use alpha_supply_fp_regs.
7742 (fill_fpregset): Use alpha_fill_fp_regs.
7743 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7744 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7745 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7746 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7747 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7748 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7749
7750 2003-06-02 Richard Henderson <rth@redhat.com>
7751
7752 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7753
7754 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7755 (alpha_store_return_value): Likewise.
7756
7757 2003-06-02 David Carlton <carlton@math.stanford.edu>
7758
7759 * block.c (contained_in): Add 'const' to arguments.
7760 (block_function): Ditto.
7761 * block.h: Update declarations for block_function and
7762 contained_in.
7763
7764 2003-06-02 David Carlton <carlton@math.stanford.edu>
7765
7766 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7767 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7768 * p-valprint.c (pascal_val_print): Ditto.
7769 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7770
7771 2003-06-02 Richard Henderson <rth@redhat.com>
7772
7773 * alpha-tdep.c (alpha_push_dummy_call): Use
7774 builtin_type_ieee_double_little instead of builtin_type_double.
7775
7776 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7777 sign-extension of 32-bit values.
7778 (alpha_store_return_value): Similarly.
7779
7780 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7781 (alpha_extract_return_value): Likewise.
7782 (alpha_store_return_value): Likewise.
7783
7784 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7785 (alpha_store_return_value): Error on IEEE Quad floats.
7786
7787 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7788 (alpha_extract_struct_value_address): Likewise.
7789 (alpha_store_return_value): Likewise.
7790 (alpha_store_struct_return): Remove.
7791 (alpha_gdbarch_init): Update hook registration to match.
7792
7793 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7794 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7795 macros where appropriate.
7796 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7797 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7798
7799 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7800 for SP, GP; void_func_ptr for PC; non-language-specific types
7801 for all others.
7802 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7803
7804 2003-06-02 Richard Henderson <rth@redhat.com>
7805
7806 * top.h (lim_at_start): Declare.
7807 * main.c (captured_main): Set it.
7808 * top.c (lim_at_start): Define.
7809 (command_loop): Use it instead of &environ.
7810 * event-top.c (command_handler): Likewise.
7811
7812 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7813
7814 * mipsnbsd-tdep.c: Update copyright years.
7815 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7816
7817 2003-06-01 Richard Henderson <rth@redhat.com>
7818
7819 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7820 (alpha-linux-tdep.o): Update dependencies.
7821 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7822 * alpha-mdebug-tdep.c: Remove unneeded includes.
7823
7824 2003-06-01 Richard Henderson <rth@redhat.com>
7825
7826 * alpha-tdep.c (alpha_register_reggroup_p): New.
7827 (alpha_gdbarch_init): Register it.
7828
7829 2003-06-02 Andrew Cagney <cagney@redhat.com>
7830
7831 * dwarfread.c: Eliminate "register"
7832 (decode_die_type): Eliminate assignment within "if".
7833 (struct_type, decode_array_element_type): Ditto.
7834 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7835 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7836 (decode_modified_type, completedieinfo): Ditto.
7837 * block.c: Eliminate "register".
7838 (blockvector_for_pc_sect): Eliminate assignment within "if".
7839 * cp-support.h (struct symbol): Opaque declaration.
7840 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7841
7842 2003-06-01 Richard Henderson <rth@redhat.com>
7843
7844 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7845 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7846
7847 2003-06-01 Adam Fedor <fedor@gnu.org>
7848
7849 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7850 * gdbarch.[ch]: Regenerate.
7851 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7852 (hppa_gdbarch_init): Set it in the gdbarch vector.
7853 * i386-tdep.c (i386_fetch_pointer_argument): New
7854 (i386_gdbarch_init): Set it into gdbarch.
7855 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7856 (rs6000_gdbarch_init): Set it in gdbarch.
7857 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7858 (sparc_gdbarch_init): Set it in gdbarch.
7859
7860 2003-06-01 Andrew Cagney <cagney@redhat.com>
7861
7862 * defs.h (extract_address): Delete declaration.
7863 * findvar.c (extract_address): Delete function.
7864 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7865 extract_address with the inline equivalent,
7866 extract_unsigned_integer.
7867 (xstormy16_extract_struct_value_address): Ditto.
7868 (xstormy16_pointer_to_address): Ditto.
7869 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7870 * v850-tdep.c (v850_push_arguments): Ditto.
7871 (v850_extract_return_value): Ditto.
7872 (v850_extract_struct_value_address): Ditto.
7873 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7874 (sparcnbsd_get_longjmp_target_64): Ditto.
7875 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7876 (get_longjmp_target): Ditto.
7877 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7878 (sh64_extract_struct_value_address): Ditto.
7879 (sh_push_arguments): Ditto.
7880 (sh64_push_arguments): Ditto.
7881 * remote-vxsparc.c (vx_read_register): Ditto.
7882 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7883 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7884 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7885 * mipsv4-nat.c (get_longjmp_target): Ditto.
7886 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7887 * mips-nat.c (get_longjmp_target): Ditto.
7888 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7889 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7890 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7891 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7892 * irix5-nat.c (get_longjmp_target): Ditto.
7893 * irix4-nat.c (get_longjmp_target): Ditto.
7894 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7895 (ia64_push_arguments): Ditto.
7896 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7897 * h8300-tdep.c (h8300_push_arguments): Ditto.
7898 (h8300_store_return_value): Ditto.
7899 (h8300_extract_struct_value_address): Ditto.
7900 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7901 (frv_push_arguments): Ditto.
7902 * avr-tdep.c (avr_pointer_to_address): Ditto.
7903 (avr_push_arguments): Ditto.
7904 * arm-tdep.c (arm_push_dummy_call): Ditto.
7905 (arm_get_longjmp_target): Ditto.
7906 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7907 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7908 (alpha_get_longjmp_target): Ditto.
7909
7910 * solib-irix.c (extract_mips_address): Inline extract_address,
7911 replacing it with extract_signed_integer.
7912 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7913 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7914 (first_link_map_member, open_symbol_file_object): Ditto.
7915 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7916 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7917 (LM_NEXT, LM_NAME): Ditto.
7918
7919 2003-06-01 Richard Henderson <rth@redhat.com>
7920
7921 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7922 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7923 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7924 (alpha_cannot_store_register): Likewise.
7925 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7926 * alpha-nat.c (supply_gregset): Likewise.
7927 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7928
7929 2003-06-01 Andrew Cagney <cagney@redhat.com>
7930
7931 * infcall.c (call_function_by_hand): Update comment on
7932 DEPRECATED_DUMMY_WRITE_SP.
7933
7934 * mips-tdep.c (mips_gdbarch_init): Do not set
7935 deprecated_dummy_write_sp.
7936 (mips_eabi_push_dummy_call): Set the SP register.
7937 (mips_o64_push_dummy_call): Set the SP register.
7938 (mips_o32_push_dummy_call): Set the SP register.
7939 (mips_n32n64_push_dummy_call): Set the SP register.
7940
7941 2003-06-01 Richard Henderson <rth@redhat.com>
7942
7943 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7944 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7945 (supply_gregset): Likewise.
7946 * alpha-tdep.c (alpha_store_return_value): Likewise.
7947 (alpha_get_longjmp_target): Likewise.
7948 (alpha_register_name): Constify array.
7949 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7950 deprecated_register_size, deprecated_register_bytes,
7951 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7952 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7953 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7954
7955 2003-06-01 Richard Henderson <rth@redhat.com>
7956
7957 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7958 from arg_reg_buffer to regcache to avoid double conversion.
7959
7960 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7961
7962 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7963 SP_REGNUM.
7964 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7965 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7966
7967 2003-06-01 Richard Henderson <rth@redhat.com>
7968
7969 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7970 (decode_frame_entry): Set it. Skip FDE augmentation.
7971
7972 2003-06-01 Richard Henderson <rth@redhat.com>
7973
7974 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7975 not overlapping PC_REGNUM.
7976
7977 2003-06-01 Richard Henderson <rth@redhat.com>
7978
7979 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7980 alpha_push_arguments. Don't dump argument register data to
7981 the target stack. Fix float and 128-bit long double semantics.
7982 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7983 (alpha_fix_call_dummy): Remove.
7984 (alpha_call_dummy_words): Remove.
7985 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7986
7987 2003-06-01 Richard Henderson <rth@redhat.com>
7988
7989 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7990
7991 2003-06-01 Andrew Cagney <cagney@redhat.com>
7992
7993 * mips-tdep.c (is_mips16_addr): New function.
7994 (make_mips16_addr, unmake_mips16_addr): New functions.
7995 (pc_is_mips16, mips_fetch_instruction): Use.
7996 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7997 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7998 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7999 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
8000 TARGET_MIPS.
8001 * config/mips/tm-mips.h: Update copyright.
8002 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
8003 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
8004 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
8005 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
8006 (TM_PRINT_INSN_MACH): Delete.
8007 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
8008
8009 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
8010 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
8011 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
8012 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
8013 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
8014 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
8015 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
8016 mips*-*-riscos* and mips*-*-sysv* onto mips.
8017 * config/mips/mips64.mt: New file.
8018 * config/mips/mips.mt: New file.
8019 * config/mips/littlemips.mt: Delete file.
8020 * config/mips/decstation.mt: Delete file.
8021 * config/mips/vr4300el.mt: Delete file.
8022 * config/mips/vr5000el.mt: Delete file.
8023 * config/mips/vr5000.mt: Delete file.
8024 * config/mips/vr4100.mt: Delete file.
8025 * config/mips/vr4xxxel.mt: Delete file.
8026 * config/mips/vr4300.mt: Delete file.
8027 * config/mips/vr4xxx.mt: Delete file.
8028 * config/mips/bigmips.mt: Delete file.
8029 * config/mips/bigmips64.mt: Delete file.
8030 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
8031 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
8032 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
8033 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
8034 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
8035 "tm-bigmips.h".
8036 * config/mips/tm-irix3.h: Ditto.
8037 * config/mips/tm-mipsv4.h: Ditto.
8038 * config/mips/tm-embed.h: Ditto.
8039 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
8040 "tm-bigmips64.h".
8041 * config/mips/tm-vr5000el.h: Delete file.
8042 * config/mips/tm-tx39l.h: Delete file.
8043 * config/mips/tm-vr4300el.h: Delete file.
8044 * config/mips/tm-vr4xxxel.h: Delete file.
8045 * config/mips/tm-vr4300.h: Delete file.
8046 * config/mips/tm-vr4100.h: Delete file.
8047 * config/mips/tm-vr4xxx.h: Delete file.
8048 * config/mips/tm-vr5000.h: Delete file.
8049 * config/mips/tm-embedl64.h: Delete file.
8050 * config/mips/tm-embedl.h: Delete file.
8051 * config/mips/tm-embed64.h: Delete file.
8052 * config/mips/tm-bigmips64.h: Delete file.
8053 * config/mips/tm-bigmips.h: Delete file.
8054
8055 2003-06-01 Mark Kettenis <kettenis@gnu.org>
8056
8057 Fix gdb/1216.
8058 * shnbsd-nat.c: Include "sh-tdep.h".
8059
8060 From Richard Henderson <rth@redhat.com>:
8061 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
8062
8063 2003-05-31 Andrew Cagney <cagney@redhat.com>
8064
8065 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
8066 forward declaration.
8067 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8068 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8069 (mips_find_saved_regs): Use set_reg_offset.
8070 (mips_frame_init_saved_regs): Delete function.
8071 (mips_pop_frame): Call mips_find_saved_regs instead of
8072 DEPRECATED_FRAME_INIT_SAVED_REGS.
8073
8074 2003-05-31 Andrew Cagney <cagney@redhat.com>
8075
8076 * mips-tdep.c (mips_gdbarch_init): Do not set
8077 deprecated_max_register_raw_size, register_virtual_size, and
8078 deprecated_max_register_virtual_size.
8079
8080 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8081
8082 * i386-tdep.c: Include "dwarf2-frame.h".
8083 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
8084 * Makefile.in (i386-tdep.o): Update dependencies.
8085
8086 * dwarf2-frame.c, dwarf2-frame.h: New files.
8087 * Makefile.in (SFILES): Add dwarf2-frame.c.
8088 (dwarf2_frame_h): Define.
8089 (COMMON_OBS): Add dwarf2-frame.o.
8090 (dwarf2-frame.o): Add dependencies.
8091
8092 2003-05-31 Andreas Jaeger <aj@suse.de>
8093
8094 * x86-64-linux-nat.c: Fix comment.
8095
8096 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8097
8098 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
8099 function signature.
8100
8101 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
8102 have a sigcontext_addr handler.
8103 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
8104 sigcontext_addr handler.
8105
8106 2003-05-31 Andrew Cagney <cagney@redhat.com>
8107
8108 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
8109 (print_fp_register_row): Replace do_fp_register_row.
8110 (mips_print_fp_register): Add "file" and "frame" parameters.
8111 (mips_print_register): Add "file" and "frame" parameters.
8112 (mips_print_registers_info): Replace mips_do_registers_info.
8113 (mips_gdbarch_init): Set print_registers_info instead of
8114 deprecated_do_registers_info.
8115 (mips_read_fp_register_single): Add "frame" parameter.
8116 (mips_read_fp_register_double): Add "frame" parameter.
8117
8118 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8119
8120 * i386-tdep.c (i386_register_name): Check for MMX registers first.
8121 Fixes a bug where GDB would print the wrong register names for
8122 targets without SSE.
8123
8124 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
8125 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8126 registers.
8127
8128 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
8129 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
8130 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8131 TDEP->sc_sp_offset.
8132
8133 From Michal Ludvig <mludvig@suse.cz>:
8134 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
8135 and `sc_num_regs'.
8136 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8137 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8138 I386_ST0_REGNUM): Move here from...
8139 * i386-tdep.c: ... here.
8140 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
8141 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8142 registers if possible.
8143 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
8144 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
8145 Remove variables.
8146 (i386bsd_sc_reg_offset): New variable.
8147 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
8148 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8149 TDEP->sc_sp_offset.
8150 (i386fbsd_sc_reg_offset): New variable.
8151 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
8152 TDEP->sc_num_regs.
8153 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
8154 variables.
8155 (i386fbsd4_sc_reg_offset): New variable.
8156 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
8157 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8158 TDEP->sc_sp_offset.
8159 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
8160 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
8161 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
8162 Remove variables.
8163 (i386nbsd_sc_reg_offset): New variable.
8164 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
8165 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8166 TDEP->sc_sp_offset.
8167 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
8168 Remove variables.
8169 (i386obsd_sc_reg_offset): New variable.
8170 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
8171 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8172 TDEP->sc_sp_offset.
8173 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
8174 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
8175 for frame pointer offset in `struct sigcontext'.
8176
8177 2003-05-31 Andrew Cagney <cagney@redhat.com>
8178
8179 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
8180 architecture methods call_dummy_words, sizeof_call_dummy_words,
8181 push_return_address, store_struct_return, and fix_call_dummy. Set
8182 push_dummy_call instead of deprecated_push_arguments.
8183 (mips_store_struct_return): Delete function.
8184 (mips_fix_call_dummy): Delete function.
8185 (mips_push_return_address): Delete function.
8186 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
8187 RA_REGNUM and T9_REGNUM.
8188 (mips_n32n64_push_dummy_call): Ditto for
8189 mips_n32n64_push_arguments.
8190 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
8191 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
8192
8193 2003-05-31 Andrew Cagney <cagney@redhat.com>
8194
8195 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
8196 "dummy_addr" to "bp_addr".
8197 * infcall.c (call_function_by_hand): Pass "funaddr" to
8198 gdbarch_push_dummy_call.
8199 * gdbarch.h, gdbarch.c: Re-generate.
8200 * i386-tdep.c (i386_push_dummy_call): Update.
8201 * arm-tdep.c (arm_push_dummy_call): Update.
8202 * d10v-tdep.c (d10v_push_dummy_call): Update.
8203
8204 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8205
8206 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
8207 variable declarations.
8208 (x86_64_register_number, x86_64_register_name): Remove prototypes.
8209 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
8210 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
8211 x86_64_init_frame_pc, x86_64_init_frame_pc,
8212 x86_64_function_has_prologue): Remove prototypes.
8213 (X86_64_NUM_GREGS): New define.
8214 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
8215 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
8216 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
8217 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
8218 XMM1_REGNUM): Remove defines.
8219 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
8220 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
8221 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
8222 X86_64_XMM1_REGNUM): New defines.
8223 (struct x86_64_register_info): Renamed from `struct
8224 register_info'. Remove `size' member.
8225 (x86_64_register_info_table): Remove variable.
8226 (x86_64_register_info): New variable.
8227 (X86_64_NUM_REGS): New define.
8228 (X86_64_NUM_GREGS): Remove define.
8229 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
8230 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
8231 Remove variables.
8232 (x86_54_dwarf2_reg_to_regnum): Remove function.
8233 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
8234 (x86_64_dwarf_reg_to_regnum): New function.
8235 (x86_64_register_name): Rewrite.
8236 (x86_64_register_raw_size): Remove function.
8237 (x86_64_register_byte_table): Remove variable.
8238 (x86_64_register_byte): Remove function.
8239 (x86_64_register_virtual_type): Remove function.
8240 (x86_64_register_type): New function.
8241 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
8242 x86_64_register_convert_to_raw): Remove functions.
8243 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
8244 (x86_64_use_struct_convention): Make static. Adjust for renamed
8245 defines.
8246 (x86_64_frame_init_saved_regs): Remove function.
8247 (x86_64_push_arguments): Make static. Change to accept a regcache
8248 as argument.
8249 (x86_64_store_return_value, x86_64_extract_return_value): Make
8250 static. Rewrite based on i386 counterparts.
8251 (x86_64_push_dummy_call): New function.
8252 (X86_64_NUM_SAVED_REGS): New define.
8253 (x86_64_register_number): Remove function.
8254 (x86_64_store_struct_return): Remove function.
8255 (x86_64_frameless_function_invocation,
8256 x86_64_function_has_prologue): Remove functions.
8257 (PROLOG_BUFSIZE): Remove define.
8258 (struct x86_64_frame_cache): New structure.
8259 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
8260 x86_64_frame_cache, x86_64_frame_this_id,
8261 x86_64_frame_prev_register, x86_64_frame_p,
8262 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
8263 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
8264 functions.
8265 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
8266 variables.
8267 (x86_64_skip_prologue): Rewrite in terms of
8268 x86_64_analyze_prologue.
8269 (x86_64_frame_base_address): New function.
8270 (x86_64_frame_base): New variable.
8271 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
8272 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
8273 set deprecated_fp_regnum, deprecated_register_size,
8274 deprecated_register_bytes, register_raw_size, register_byte,
8275 register_virtual_type, register_convertiable,
8276 register_convert_to_virtual, convert_to_raw,
8277 deprecated_get_saved_register, deprecated_target_read_fp,
8278 deprecated_push_arguments, deprecated_push_return_address,
8279 deprecated_pop_frame, deprecated_store_struct_return,
8280 deprecated_frame_init_saved_regs, deprecated_frame_chain,
8281 frameless_function_invocation, deprecated_frame_saved_pc,
8282 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
8283 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
8284 deprecated_init_frame_pc and virtual_frame_pointer. Call
8285 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
8286 and x86_64_frame_p. Call frame_base_set_default to register
8287 x86_64_frame_base.
8288 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
8289 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
8290 (_initialize_x86_64_tdep): Remove function.
8291 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
8292 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
8293 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
8294 define.
8295 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
8296 (x86_64_linux_sigcontext_addr): Rewrite.
8297 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
8298 x86_64_linux_frame_saved_pc): Remove functions.
8299 (x86_64_linux_pc_in_sigtramp): Renamed from
8300 x86_64_linux_in_sigtramp. Try harder to recognize a signal
8301 trampoline.
8302 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
8303 Remove_functions.
8304 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
8305 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8306 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
8307 (x86_64_regmap): Rename to regmap.
8308 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
8309 x86_64_num_gregs.
8310 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
8311 x86_64_regmap.
8312 (x86_64_fxsave_offset): Remove function.
8313 (supply_fpregset): Simply call x86_64_supply_fxsave.
8314 (fill_fpregset): Simply call x86_64_fill_fxsave.
8315 (fetch_inferior_registers, store_inferior_registers): Avoid
8316 asignment in if-statement.
8317 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
8318 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
8319 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
8320 (fetch_core_registers): Remove function.
8321 (linux_elf_core_fns): Remove.
8322 (offsetoff): Don't define.
8323 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
8324 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
8325 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
8326 add core-regset.o.
8327 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
8328 protection against multiple includes instead of NM_X86_64_h. Add
8329 various comments. Include "config/nm-linux.h". Don't include
8330 <signal.h>.
8331 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
8332 GET_THREAD_SIGNALS): Remove defines.
8333 (x86_64_register_u_addr, kernel_u_size,
8334 lin_thread_get_thread_signals): Remove prototypes.
8335 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
8336 [HAVE_LINK_H]: Don't include "solib.h".
8337 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
8338 * config/i386/tm-x86-64linux.h: Fix comments.
8339 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
8340 x86-64-tdep.o): Update dependencies.
8341
8342 2003-05-30 Andrew Cagney <cagney@redhat.com>
8343
8344 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
8345 Change parameter type to a "struct regcache *".
8346
8347 * gdbarch.sh: Regardless of the multi-arch level, always define
8348 the macro when not already defined.
8349 * gdbarch.h, gdbarch.c: Re-generate.
8350
8351 2003-05-30 Richard Henderson <rth@redhat.com>
8352
8353 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
8354 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
8355 (alpha_mdebug_frame_this_id): Likewise.
8356 (alpha_mdebug_frame_prev_register): Likewise.
8357 (alpha_mdebug_frame_base_address): Likewise.
8358 (alpha_mdebug_frame_locals_address): Likewise.
8359 (alpha_mdebug_frame_args_address): Likewise.
8360 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
8361 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
8362 (alpha_heuristic_frame_unwind_cache): Make static; add missing
8363 loop increment.
8364 (alpha_heuristic_frame_this_id): Make static.
8365 (alpha_heuristic_frame_prev_register): Likewise.
8366 (alpha_heuristic_frame_base_address): Likewise.
8367 * alpha-tdep.h: Update.
8368
8369 2003-05-30 Mark Kettenis <kettenis@gnu.org>
8370
8371 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
8372 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
8373 defenitions.
8374 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
8375 * i386-tdep.c: Mark functions that are 64-bit safe as such.
8376 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8377 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8378 I386_ST0_REGNUM): New defines.
8379 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
8380 codestream_get): Remove define.
8381 (codestream_next_addr, condestream_addr, condestream_buf,
8382 codestream_off, codestream_cnt): Remove variables.
8383 (codestream_fill, codestream_seek, codestream_read): Remove
8384 functions.
8385 (i386_follow_jump): Rewrite to avoid usage of removed codestream
8386 functionality.
8387 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
8388 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
8389 i386_frame_saved_pc, i386_saved_pc_after_call,
8390 i386_frame_num_args, i386_frame_init_saved_regs,
8391 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
8392 i386_push_arguments): Remove functions.
8393 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
8394 functionality. Use i386_analyze_prologue instead of
8395 i386_get_frame_setup.
8396 (I386_NUM_SAVED_REGS): New define.
8397 (struct i386_frame_cache): New structure.
8398 (i386_alloc_frame_cache, i386_analyze_struct_return,
8399 i386_skip_probe, i386_analyze_frame_setup,
8400 i386_analyze_register_saves, i386_analyze_prologue,
8401 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
8402 i386_frame_prev_register, i386_sigtramp_frame_cache,
8403 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
8404 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
8405 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
8406 New functions.
8407 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
8408 New variables.
8409 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
8410 I386_EAX_REGNUM and I386_EDX_REGNUM.
8411 (i386_extract_return_value, i386_store_return_value): Use
8412 I386_ST0_REGNUM where appropriate.
8413 (i386_extract_struct_value_address): Rewrite to use extract_address.
8414 (i386_svr4_pc_in_sigtramp): Add comment.
8415 (i386_svr4_sigcontext_addr): Rewrite.
8416 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
8417 TDEP->sc_sp_offset.
8418 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
8419 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
8420 of new defines. Set push_dummy_call, don't set
8421 deprecated_push_arguments, deprecated_push_return_address,
8422 deprecated_pop_frame. Don't set parm_boundary. Don't set
8423 deprecated_frame_chain, deprecated_frame_saved_pc,
8424 deprecated_saved_pc_after_call. Set unwind_dummy_id,
8425 save_dummy_frame_tos, unwind_pc. Call
8426 frame_unwind_append_predicate and frame_base_set_default. Don't
8427 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
8428 Don't set frameless_function_invocation. Don't set
8429 deprecated_register_bytes, deprecated_register_size,
8430 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
8431 * i386-linux-tdep.c: Fix formatting in some comments.
8432 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
8433 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8434 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8435 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8436 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8437 redundant parentheses.
8438 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8439 (i386_linux_sigcontext_addr): Use it. Rewrite.
8440 (find_minsym_and_objfile): Change name of second argument.
8441 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
8442 changed. Use frame_pc_unwind instead of
8443 DEPRECATED_SAVED_PC_AFTER_CALL.
8444 (i386_linux_init_abi): Don't set deprecated_register_bytes.
8445 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8446 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8447 unwinder.
8448 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8449 "dummy-frame.h".
8450 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8451 (_initialize_i386_cygwin_tdep): New prototype.
8452 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8453 deprecated_frame_chain_valid.
8454 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8455 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8456 Rely on the SVR4 defaults.
8457 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8458 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8459
8460 2003-05-30 Andrew Cagney <cagney@redhat.com>
8461
8462 * infcall.c (call_function_by_hand): Always call
8463 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8464
8465 2003-05-30 Richard Henderson <rth@redhat.com>
8466
8467 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8468 increment.
8469
8470 2003-05-29 Jim Blandy <jimb@redhat.com>
8471
8472 Use gdbarch methods for solib stuff on PowerPC Linux.
8473 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8474 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8475 show through.
8476 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8477 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8478 giving the same effect as the #definitions above.
8479
8480 2003-05-29 Adam Fedor <fedor@gnu.org>
8481
8482 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8483 (find_implementation_from_class): Replace it with the standard
8484 case i.e. do nothing.
8485
8486 2003-05-29 Richard Henderson <rth@redhat.com>
8487
8488 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8489 (alpha_linux_sigtramp_offset): Use it. Make static.
8490 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8491 update for new frame model.
8492 * alpha-mdebug-tdep.c: New file.
8493 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8494 (alpha_osf1_init_abi): Install it.
8495 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8496 (linked_proc_desc_table): Remove.
8497 (alpha_frame_past_sigtramp_frame): Remove.
8498 (alpha_dynamic_sigtramp_offset): Remove.
8499 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8500 (alpha_proc_desc_is_dyn_sigtramp): Remove.
8501 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8502 (push_sigtramp_desc): Remove.
8503 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8504 (alpha_cannot_store_register): Likewise.
8505 (alpha_sigcontext_addr): Remove.
8506 (alpha_find_saved_regs): Remove.
8507 (alpha_frame_init_saved_regs): Remove.
8508 (alpha_init_frame_pc_first): Remove.
8509 (read_next_frame_reg): Remove.
8510 (alpha_frame_saved_pc): Remove.
8511 (alpha_saved_pc_after_call): Remove.
8512 (temp_proc_desc, temp_saved_regs): Remove.
8513 (alpha_about_to_return): Remove.
8514 (cached_proc_desc): Remove.
8515 (alpha_frame_chain): Remove.
8516 (alpha_print_extra_frame_info): Remove.
8517 (alpha_init_extra_frame_info): Remove.
8518 (alpha_frame_locals_address): Remove.
8519 (alpha_frame_args_address): Remove.
8520 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8521 (alpha_push_dummy_frame): Remove.
8522 (alpha_pop_frame): Remove.
8523 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8524 (alpha_read_insn): New.
8525 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8526 for different insn encodings.
8527 (alpha_in_lenient_prologue): Remove.
8528 (struct alpha_sigtramp_unwind_cache): New.
8529 (alpha_sigtramp_frame_unwind_cache): New.
8530 (alpha_sigtramp_register_address): New.
8531 (alpha_sigtramp_frame_this_id): New.
8532 (alpha_sigtramp_frame_prev_register): New.
8533 (alpha_sigtramp_frame_unwind): New.
8534 (alpha_sigtramp_frame_p): New.
8535 (struct alpha_heuristic_unwind_cache): New.
8536 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8537 don't count nop insns that occur between functions.
8538 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8539 heuristic_proc_desc, but without the mdebug wrapping.
8540 (alpha_heuristic_frame_this_id): New.
8541 (alpha_heuristic_frame_prev_register): New.
8542 (alpha_heuristic_frame_unwind): New.
8543 (alpha_heuristic_frame_p): New.
8544 (alpha_heuristic_frame_base_address): New.
8545 (alpha_heuristic_frame_base): New.
8546 (alpha_unwind_dummy_id): New.
8547 (alpha_unwind_pc): New.
8548 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8549 frame related deprecated initializations; install replacements.
8550 (alpha_dump_tdep): Remove.
8551 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8552 (alpha_read_insn, alpha_after_prologue,
8553 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8554 alpha_heuristic_frame_prev_register,
8555 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8556 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8557 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8558 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8559
8560 2003-05-29 Andrew Cagney <cagney@redhat.com>
8561
8562 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8563 dependant on the availability of ASSERT_FUNCTION.
8564 (ASSERT_FUNCTION): Do not define when there is no function name.
8565
8566 2003-05-29 Kevin Buettner <kevinb@redhat.com>
8567
8568 From Jimi X <jimix@watson.ibm.com>:
8569 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8570
8571 2003-05-28 Jim Blandy <jimb@redhat.com>
8572
8573 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8574 argument to ptrace to int; the system headers should give it the
8575 right type, and pointers don't fit in ints on powerpc64-*-*.
8576
8577 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8578
8579 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8580 DW_TAG_catch_block.
8581
8582 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8583
8584 * stabsread.c (dbx_lookup_type): Make static.
8585 (read_type): Ditto.
8586 (add_undefined_type): Ditto.
8587 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8588 not export.
8589
8590 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8591
8592 * hpread.c (hpread_has_name): Make static.
8593 (hpread_psymtab_to_symtab): Ditto.
8594 (file_exists): Ditto.
8595 (hpread_call_pxdb): Ditto.
8596 (hpread_pxdb_needed): Ditto.
8597 (hpread_quick_traverse): Ditto.
8598 (hpread_get_header): Ditto.
8599 (hpread_get_lntt): Ditto.
8600 (hpread_get_slt): Ditto.
8601 (class_of): Ditto.
8602
8603 2003-05-25 Andreas Schwab <schwab@suse.de>
8604
8605 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8606 stack_align and deprecated_extra_stack_alignment_needed.
8607 (m68k_stack_align): Delete.
8608
8609 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8610 (m68k_register_virtual_size): Likewise.
8611 (altos_skip_prologue): Remove obsolete function.
8612 (isi_frame_num_args): Likewise.
8613 (news_frame_num_args): Likewise.
8614 (m68k_fix_call_dummy): Make static.
8615 (m68k_push_dummy_frame): Likewise.
8616 (m68k_pop_frame): Likewise.
8617 (m68k_skip_prologue): Likewise.
8618 (m68k_frame_init_saved_regs): Likewise.
8619 (m68k_saved_pc_after_call): Likewise.
8620 (m68k_get_longjmp_target): Make multi-arch.
8621 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8622 structure. Register m68k_get_longjmp_target if enabled.
8623 * m68k-tdep.h (struct gdbarch_tdep): Define.
8624 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8625
8626 * Makefile.in (config.status): Also depend on configure.tgt
8627 and configure.host.
8628 (m68klinux-tdep.o): Update dependencies.
8629 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8630 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8631 (M68K_LINUX_JB_PC): Define.
8632 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8633 and take additional parameter.
8634 (m68k_linux_sigtramp_saved_pc): Update.
8635 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8636 m68k_linux_pc_in_sigtramp, in_plt_section,
8637 find_solib_trampoline_target.
8638 * config/m68k/tm-linux.h: Don't include any tm headers.
8639 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8640 (JB_ELEMENT_SIZE): Likewise.
8641 (JB_PC): Likewise.
8642 (GET_LONGJMP_TARGET): Likewise.
8643 (IN_SIGTRAMP): Likewise.
8644 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8645
8646 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8647
8648 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8649 (sparc32_push_arguments): Re-implement by calling
8650 sparc32_do_push_arguments.
8651
8652 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8653
8654 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8655 SPARC_O1_REGNUM): New defines.
8656 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8657 (sparc32_store_return_value): New function.
8658 (sparc_extract_struct_value_address): Rewrite to operate on a
8659 regcache.
8660 (sparc_gdbarch_init): Don't set
8661 deprecated_extract_struct_value_address. Set
8662 extract_struct_value_address instead. Don't set
8663 deprecated_extract_return_value and deprecated_store_return_value
8664 for 32-bit targets. Set extract_return_value and
8665 store_return_value instead.
8666 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8667 DEPRECATED_EXTRACT_RETURN_VALUE,
8668 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8669 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8670 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8671 (sparc_store_return_value): Remove prototype.
8672 (sparc32_store_return_value): New prototype.
8673 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8674 Adjust prototypes.
8675
8676 2003-05-24 Mark Kettenis <kettenis@gnu.org>
8677
8678 * sparcnbsd-tdep.c: Include "gdb_string.h".
8679
8680 2003-05-23 Andrew Cagney <cagney@redhat.com>
8681
8682 * p-valprint.c (pascal_val_print): Replace extract_address with
8683 the inline equivalent extract_unsigned_integer.
8684 * jv-valprint.c (java_value_print): Ditto.
8685 * ada-valprint.c (ada_val_print_1): Ditto.
8686 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8687
8688 2003-05-23 Theodore A. Roth <troth@openavr.org>
8689
8690 * blockframe.c (frameless_look_for_prologue): Remove unused
8691 after_prologue variable.
8692
8693 2003-05-23 Mark Kettenis <kettenis@gnu.org>
8694
8695 * blockframe.c (get_pc_function_start): Rewrite to avoid
8696 asignments in if-statements.
8697
8698 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8699
8700 Committed by Elena Zannoni <ezannoni@redhat.com>.
8701 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8702 files, don't relocate absolute symbols (and do use mst_abs).
8703
8704 2003-05-23 Andrew Cagney <cagney@redhat.com>
8705
8706 * objc-lang.c: Include "gdb_assert.h".
8707 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8708 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8709 (gdb_check, gdb_check_fatal): Delete functions.
8710 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8711 gdb_assert.
8712 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8713 * Makefile.in (objc-lang.o): Update dependencies.
8714
8715 2003-05-22 Ian Lance Taylor <ian@airs.com>
8716
8717 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8718 with fprintf_filtered, not fprintf_unfiltered.
8719
8720 2003-05-22 Andrew Cagney <cagney@redhat.com>
8721
8722 * stack.c (frame_info): Inline extract_address, replacing it with
8723 extract_unsigned_integer.
8724 * findvar.c (unsigned_pointer_to_address): Ditto.
8725 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8726 * dwarf2expr.c (dwarf2_read_address): Ditto.
8727 * frame.c (frame_pc_unwind): Update comment.
8728 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8729
8730 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8731
8732 * infptrace.c (detach): Call print_sys_errmsg rather than
8733 perror_with_name to issue warning message when errno is non-zero
8734 after calling ptrace detach.
8735
8736 2003-05-21 J. Brobecker <brobecker@gnat.com>
8737
8738 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8739 macro definitions from here...
8740 * hppa-tdep.c: ...to there.
8741
8742 2003-05-20 Kevin Buettner <kevinb@redhat.com>
8743
8744 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8745 register_ptrace_addr(). Fix all callers.
8746
8747 2003-05-21 Andreas Schwab <schwab@suse.de>
8748
8749 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8750 dependencies.
8751 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8752 end.
8753 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8754 (_initialize_m68k_linux_tdep): New function.
8755 (m68k_linux_frame_saved_pc): Make static.
8756 (m68k_linux_extract_return_value): Likewise.
8757 (m68k_linux_store_return_value): Likewise.
8758 (m68k_linux_extract_struct_value_address): Likewise.
8759 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8760 Remove.
8761 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8762 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8763 (DEPRECATED_FRAME_SAVED_PC): Remove.
8764
8765 2003-05-20 Kris Warkentin <kewarken@qnx.com>
8766
8767 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8768 regset numbering rather than our own.
8769
8770 2003-05-19 David Carlton <carlton@bactrian.org>
8771
8772 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8773
8774 2003-05-19 David Carlton <carlton@bactrian.org>
8775
8776 Partial fix for PR c++/827.
8777 * cp-support.h: Include symtab.h.
8778 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8779 * cp-namespace.c: Update contributors.
8780 (cp_lookup_symbol_nonlocal): New.
8781 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8782 (lookup_symbol_file): Ditto.
8783 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8784 * block.h: Declare block_scope, block_using, block_global_block.
8785 * block.c (block_scope): New.
8786 (block_using, block_global_block): Ditto.
8787 * Makefile.in (cp_support_h): Depend on symtab_h.
8788 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8789
8790 2003-05-19 David Carlton <carlton@bactrian.org>
8791
8792 * language.h (struct language_defn): Add 'la_value_of_this'
8793 and 'la_lookup_symbol_nonlocal' members.
8794 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8795 lookup_symbol_static, lookup_symbol_global,
8796 lookup_symbol_aux_block.
8797 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8798 if we should search fields of this and how to do static/global
8799 lookup.
8800 (lookup_symbol_aux_block): Make extern.
8801 (basic_lookup_symbol_nonlocal): New.
8802 (lookup_symbol_static, lookup_symbol_global): Ditto.
8803 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8804 'la_lookup_symbol_nonlocal' members.
8805 * c-lang.c (c_language_defn, cplus_language_defn)
8806 (asm_language_defn, minimal_language_defn): Ditto.
8807 * jv-lang.c (java_language_defn): Ditto.
8808 * language.c (unknown_language_defn, auto_language_defn)
8809 (local_language_defn): Ditto.
8810 * m2-lang.c (m2_language_defn): Ditto.
8811 * objc-lang.c (objc_language_defn): Ditto.
8812 * scm-lang.c (scm_language_defn): Ditto.
8813 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8814 * p-lang.c (pascal_language_defn): Ditto for both.
8815 * Makefile.in (f-lang.o): Depend on value_h.
8816 (p-lang.o): Ditto.
8817
8818 2003-05-19 David Carlton <carlton@bactrian.org>
8819
8820 * block.h: Declare block_static_block.
8821 * block.c (block_static_block): New.
8822 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8823 lookup_symbol_aux_local, calling block_static_block instead.
8824 (lookup_symbol_aux_local): Delete 'static_block' argument.
8825
8826 2003-05-19 David Carlton <carlton@bactrian.org>
8827
8828 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8829
8830 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8831
8832 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8833 register numbers mapping.
8834
8835 2003-05-18 Adam Fedor <fedor@gnu.org>
8836
8837 * symtab.c (completion_list_objc_symbol): New function.
8838 (make_symbol_completion_list): Use it to add ObjC symbols
8839 when looking though the list.
8840 (language_search_unquoted_string): New function.
8841 (make_file_symbol_completion_list): Use it.
8842
8843 2003-05-18 Andreas Schwab <schwab@suse.de>
8844
8845 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8846 dependencies.
8847 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8848 as m68k_linux_extract_return_value.
8849 (DEPRECATED_STORE_RETURN_VALUE): Define as
8850 m68k_linux_store_return_value.
8851 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8852 m68k_linux_extract_struct_value_address.
8853 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8854 get_next_frame, get_frame_base, get_frame_pc.
8855 (m68k_linux_frame_saved_pc): Use get_frame_base.
8856 (m68k_linux_extract_return_value): New function.
8857 (m68k_linux_store_return_value): New function.
8858 (m68k_linux_extract_struct_value_address): New function.
8859 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8860
8861 * c-exp.y (typebase): Remove duplicate occurence of
8862 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8863 of lookup_signed_typename.
8864
8865 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8866
8867 * dwarf2loc.c (find_location_expression): Change type of second
8868 argument to `size_t *'.
8869 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8870 for size variable.
8871
8872 2003-05-18 David Carlton <carlton@bactrian.org>
8873
8874 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8875 'linkage_name'. Add comment.
8876 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8877 'linkage_name'.
8878 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8879 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8880 (lookup_block_symbol): Ditto.
8881
8882 2003-05-16 Andrew Cagney <cagney@redhat.com>
8883
8884 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8885 * gdbarch.h, gdbarch.c: Re-generate.
8886 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8887 * TODO (REGISTER_BYTES): Delete reference.
8888 * alpha-tdep.c (alpha_gdbarch_init): Update.
8889 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8890 * x86-64-tdep.c (x86_64_init_abi): Update.
8891 * vax-tdep.c (vax_gdbarch_init): Update.
8892 * v850-tdep.c (v850_gdbarch_init): Update.
8893 * sparc-tdep.c (sparc_gdbarch_init): Update.
8894 * sh-tdep.c (sh_gdbarch_init): Update.
8895 * s390-tdep.c (s390_gdbarch_init): Update.
8896 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8897 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8898 (ns32k_gdbarch_init_32382): Update.
8899 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8900 * mcore-tdep.c (mcore_gdbarch_init): Update.
8901 * m68k-tdep.c (m68k_gdbarch_init): Update.
8902 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8903 * ia64-tdep.c (ia64_gdbarch_init): Update.
8904 * i386-tdep.c (i386_gdbarch_init): Update.
8905 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8906 * hppa-tdep.c (hppa_gdbarch_init): Update.
8907 * h8300-tdep.c (h8300_gdbarch_init): Update.
8908 * frv-tdep.c (frv_gdbarch_init): Update.
8909 * cris-tdep.c (cris_gdbarch_init): Update.
8910 * avr-tdep.c (avr_gdbarch_init): Update.
8911 * arm-tdep.c (arm_gdbarch_init): Update.
8912 * sparc-tdep.c (sparc_pop_frame): Update.
8913 * rs6000-tdep.c (rs6000_pop_frame): Update.
8914 * remote.c (init_remote_state): Update.
8915 (remote_prepare_to_store): Update.
8916 * remote-vx.c (vx_prepare_to_store): Update.
8917 * remote-sds.c (sds_fetch_registers): Update.
8918 (sds_prepare_to_store): Update.
8919 * remote-array.c: Update.
8920 * regcache.c (init_legacy_regcache_descr): Update.
8921 (init_regcache_descr): Update.
8922 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8923 (mips_o64_extract_return_value): Update.
8924 * irix5-nat.c (fetch_core_registers): Update.
8925 * irix4-nat.c (fetch_core_registers): Update.
8926 * i386-tdep.h: Update.
8927 * hppa-tdep.c (pa_do_registers_info): Update.
8928 (pa_do_strcat_registers_info): Update.
8929 * cris-tdep.c (cris_register_bytes_ok): Update.
8930 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8931 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8932 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8933 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8934 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8935 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8936 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8937 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8938 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8939 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8940 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8941 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8942 (REGISTER_BYTES_OK): Update.
8943 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8944 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8945
8946 2003-05-16 Ian Lance Taylor <ian@airs.com>
8947
8948 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8949 (vax_print_insn, print_insn_arg): Remove static functions.
8950 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8951 print_insn_vax from opcodes library.
8952 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8953
8954 2003-05-15 Andrew Cagney <cagney@redhat.com>
8955
8956 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8957 * target.h (memory_breakpoint_from_pc): Delete declaration.
8958 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8959 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8960 * monitor.c (monitor_insert_breakpoint): Use
8961 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8962 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8963 * gdbarch.h, gdbarch.c: Re-generate.
8964 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8965 (sparc_gdbarch_init): Set breakpoint_from_pc to
8966 sparc_breakpoint_from_pc.
8967 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8968 (BREAKPOINT_FROM_PC): Define.
8969 (sparc_breakpoint_from_pc): Declare.
8970 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8971 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8972 (BREAKPOINT_FROM_PC): Define.
8973 (BREAKPOINT): Delete macro.
8974 * target.h: Update comment.
8975 * s390-tdep.c (s390_gdbarch_init): Update comments.
8976 * remote.c: Update comments.
8977 * remote-mips.c: Update comments.
8978 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8979 * mem-break.c: Update comment.
8980 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8981 (ia64_memory_insert_breakpoint): Update.
8982 * config/sparc/tm-sparc.h: Update comment.
8983 * config/pa/tm-hppa64.h: Update comment.
8984 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8985 (rs6000_breakpoint_from_pc): Update.
8986 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8987 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8988 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8989 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8990 (mips_breakpoint_from_pc): Update.
8991 (mips_dump_tdep): Update.
8992
8993 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8994 * minsyms.c (lookup_minimal_symbol): Inline
8995 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8996
8997 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8998 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8999 * p-lang.c (pascal_printstr): Ditto.
9000 * objc-lang.c (objc_printstr): Ditto.
9001 * m2-lang.c (m2_printstr): Ditto.
9002 * jv-valprint.c (java_print_value_fields): Ditto.
9003 * f-lang.c (f_printstr): Ditto.
9004 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
9005 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
9006 for repeat_count_threshold.
9007 * Makefile.in (cp-valprint.o): Update dependencies.
9008
9009 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
9010
9011 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
9012 (examine_prologue): Support looking through leaf functions, knowing
9013 they start with mov r2,r12. Support skipping over indirect stores
9014 of the input registers. Upon hitting a non-nop branch instruction
9015 or predicated instruction, bail out by setting lim_pc to the current
9016 pc value in the loop. At the end, if the lim_pc value is still
9017 beyond our calculated value and we have trust_limit set,
9018 use the lim_pc value.
9019
9020 2003-05-15 Andrew Cagney <cagney@redhat.com>
9021
9022 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
9023 generic_find_dummy_frame.
9024 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
9025 (deprecated_generic_find_dummy_frame): Update.
9026 (deprecated_read_register_dummy): Update.
9027 * frame.c (deprecated_generic_get_saved_register): Update.
9028
9029 2003-05-15 Theodore A. Roth <troth@openavr.org>
9030
9031 * avr-tdep.c (avr_breakpoint_from_pc): New function.
9032 (avr_gdbarch_init): Set breakpoint_from_pc method.
9033
9034 2003-05-15 Andrew Cagney <cagney@redhat.com>
9035
9036 * regcache.c (build_regcache): Set deprecated_register_valid
9037 directly.
9038 (deprecated_grub_regcache_for_register_valid): Delete function.
9039 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
9040 declaration.
9041
9042 2003-05-15 David Carlton <carlton@bactrian.org>
9043
9044 Committed by Elena Zannoni <ezannoni@redhat.com>
9045 * symtab.c (lookup_symbol_aux): Delete calls to
9046 lookup_symbol_aux_minsyms.
9047 (lookup_symbol_aux_minsyms): Comment out function and
9048 prototype. Delete lookup by mangled name.
9049
9050 2003-05-14 Kevin Buettner <kevinb@redhat.com>
9051
9052 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
9053 correctly indicate an empty stack and ``stack_allocated'' to the
9054 indicate the number of elements initially allocated.
9055 (dwarf_expr_grow_stack): Simplify method for computing new
9056 stack size. Don't loop infinitely if ``stack_len'' is zero.
9057 (execute_stack_op): Move ``ctx->in_reg'' initialization
9058 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
9059 be used in conjuction with DW_OP_piece. Revise error message
9060 accordingly.
9061
9062 2003-05-14 Theodore A. Roth <troth@openavr.org>
9063
9064 * MAINTAINERS: Update my email address.
9065 * avr-tdep.c: Ditto.
9066
9067 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
9068
9069 * symtab.h (enum domain_enum): Rename from namespace_enum.
9070 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
9071 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
9072 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
9073 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
9074 TYPES_NAMESPACE, METHODS_NAMESPACE.
9075 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
9076 (struct symbol, struct partial_symbol): Rename field
9077 'namespace_enum namespace' to 'domain_enum domain'.
9078 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
9079 Delete old define kludge for namespace.
9080
9081 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
9082 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
9083 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
9084 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
9085 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
9086 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
9087 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
9088 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
9089 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
9090 occurrences of the above.
9091
9092 2003-05-14 Ian Lance Taylor <ian@airs.com>
9093
9094 * Makefile.in (install-only): Use $(SHELL) when running
9095 mkinstalldirs.
9096
9097 2003-05-13 Ian Lance Taylor <ian@airs.com>
9098
9099 * MAINTAINERS (write after approval): Add myself.
9100
9101 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
9102 second and third arguments.
9103 * ser-tcp.c (_initialize_ser_tcp): Likewise.
9104 * ser-unix.c (_initialize_ser_hardwire): Likewise.
9105
9106 2003-05-13 Andrew Cagney <cagney@redhat.com>
9107
9108 * defs.h (store_address): Delete declaration.
9109 findvar.c (store_address): Delete function.
9110 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
9111 store_unsigned_integer.
9112 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
9113 * v850-tdep.c (v850_push_arguments): Ditto.
9114 * sparc-tdep.c (sparc_get_saved_register): Ditto.
9115 * sh-tdep.c (sh64_get_saved_register): Ditto.
9116 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
9117 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
9118 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
9119 (mips_get_saved_register): Ditto.
9120 * ia64-tdep.c (ia64_get_saved_register): Ditto.
9121 (find_func_descr, ia64_push_arguments): Ditto.
9122 * i386-tdep.c (i386_push_arguments): Ditto.
9123 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9124 * frv-tdep.c (frv_push_arguments): Ditto.
9125 * frame.c (legacy_saved_regs_prev_register): Ditto.
9126 (deprecated_generic_get_saved_register): Ditto.
9127 * findvar.c (unsigned_address_to_pointer): Ditto.
9128 * dwarf2read.c (dwarf2_const_value): Ditto.
9129 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
9130 * alpha-tdep.c (alpha_push_arguments): Ditto.
9131
9132 2003-05-12 J. Brobecker <brobecker@gnat.com>
9133
9134 * NEWS: Mention that the hppa-hpux port has been partially
9135 multiarched (32bit ABIT only, so far).
9136
9137 2003-05-11 Andrew Cagney <cagney@redhat.com>
9138
9139 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
9140 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
9141 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
9142 sim/testsuite/sim/arm/misaligned2.ms, and
9143 sim/testsuite/sim/arm/misaligned3.ms.
9144 * disasm.h (struct ui_file): Add opaque struct declaration.
9145 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
9146 * frame.h (struct ui_file): Ditto.
9147
9148 2003-05-11 Mark Kettenis <kettenis@gnu.org>
9149
9150 * value.h: Pretty print.
9151
9152 2003-05-10 Mark Kettenis <kettenis@gnu.org>
9153
9154 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
9155
9156 2003-05-08 Andrew Cagney <cagney@redhat.com>
9157
9158 * regcache.h (max_register_size): Delete declaration.
9159 * regcache.c (max_register_size): Delete function.
9160 (struct regcache_descr): Delete field "max_register_size".
9161 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
9162 registers fit in MAX_REGISTER_SIZE.
9163 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
9164 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
9165 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
9166 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
9167 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
9168 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
9169 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
9170 * dve3900-rom.c, hppa-tdep.c: Ditto.
9171
9172 2003-05-08 David Carlton <carlton@math.stanford.edu>
9173
9174 * valops.c (push_word): Fix typo.
9175
9176 2003-05-08 Andrew Cagney <cagney@redhat.com>
9177
9178 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
9179 * gdbarch.h: Re-generate.
9180 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
9181 (legacy_max_register_raw_size): Delete declaration.
9182 * regcache.c (legacy_max_register_raw_size): Delete function.
9183 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
9184 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
9185 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
9186 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
9187 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
9188 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
9189 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
9190 * findvar.c, dwarf2cfi.c: Ditto.
9191
9192 2003-05-08 Andrew Cagney <cagney@redhat.com>
9193
9194 * mips-tdep.c (read_signed_register): New function, moved to here
9195 from "regcache.c".
9196 (read_signed_register_pid): Ditto.
9197 * regcache.c (read_signed_register_pid): Delete function, moved to
9198 "mips-tdep.c".
9199 (read_signed_register): Ditto.
9200 * regcache.h (read_signed_register): Delete declaration.
9201 (read_signed_register_pid): Delete declaration.
9202
9203 2003-05-08 Andrew Cagney <cagney@redhat.com>
9204
9205 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
9206 * gdbarch.h: Re-generate.
9207 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
9208 (legacy_max_register_virtual_size): Delete declaration.
9209 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
9210 * d10v-tdep.c (d10v_print_registers_info): Ditto.
9211 * tracepoint.c (memrange_sortmerge): Ditto.
9212 * sparc-tdep.c (sparc_print_registers): Ditto.
9213 * regcache.c (legacy_max_register_virtual_size): Delete function.
9214
9215 2002-05-08 J. Brobecker <brobecker@gnat.com>
9216
9217 * fork-child.c (escape_bang_in_quoted_argument): New function.
9218 (fork_inferior): Escape '!' characters in quoted arguments
9219 only when needed.
9220
9221 2003-05-08 J. Brobecker <brobecker@gnat.com>
9222
9223 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
9224 the language of the CU is not currently supported by GDB.
9225
9226 2003-05-08 J. Brobecker <brobecker@gnat.com>
9227
9228 * defs.h (language): Add language_minimal enum value.
9229 * c-lang.c (minimal_language_defn): New language definition.
9230 (_initialize_c_language): Add the new minimal language to the list
9231 of languages known to GDB.
9232
9233 2003-05-08 Kevin Buettner <kevinb@redhat.com>
9234
9235 * frame.c (get_frame_type): Don't attempt to lazily initialize
9236 frame's unwinder for legacy frames.
9237
9238 2003-05-07 Andrew Cagney <cagney@redhat.com>
9239
9240 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
9241 and "regcache" parameters.
9242 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
9243
9244 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9245
9246 * dwarf2read.c (dwarf_decode_lines): Only use output of
9247 check_cu_functions() when calling record_line(). Do not update
9248 the current address.
9249
9250 2003-05-07 Andrew Cagney <cagney@redhat.com>
9251
9252 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
9253 code.
9254
9255 2003-05-07 Jim Blandy <jimb@redhat.com>
9256
9257 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
9258 'maint info symtabs' and 'maint info psymtabs'.
9259 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
9260 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
9261 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
9262 Declarations updated.
9263 * maint.c (maintenance_list_command): Delete.
9264 (_initialize_maint_cmds): Update calls to add_cmd.
9265 * gdbcmd.h (maintenancelistlist): Delete declaration.
9266 * cli/cli-cmds.c (maintenancelistlist): Delete.
9267 (init_cmd_lists): Don't initialize it.
9268 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
9269
9270 2003-05-07 Andrew Cagney <cagney@redhat.com>
9271
9272 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
9273 "regcache".
9274 (d10v_print_registers_info): Update.
9275 (d10v_dmap_register, d10v_imap_register): Delete functions.
9276 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
9277 and "imap_register".
9278 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
9279 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
9280 * arch-utils.c (generic_remote_translate_xfer_address): Add
9281 "regcache" and "gdbarch" parameters.
9282 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
9283 parameter. Change class to multi-arch.
9284 * gdbarch.h, gdbarch.c: Re-generate.
9285 * remote.c (remote_xfer_memory): Use
9286 gdbarch_remote_translate_xfer_address.
9287
9288 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9289
9290 * infrun.c (prev_pc): Move declaration ahead of proceed().
9291 (proceed): Refresh prev_pc value before resuming.
9292 (stop_stepping): Remove code to refresh prev_pc.
9293
9294 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9295
9296 * nto-tdep.c: Removed stray comment.
9297
9298 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9299
9300 * i386-nto-tdep.c: Fix old K&R function definitions.
9301 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
9302 Also change add_show_from_set() call to add_setshow_cmd().
9303 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
9304
9305 2003-05-05 Andrew Cagney <cagney@redhat.com>
9306
9307 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
9308 (fprint_dummy_frames): New function.
9309 (maintenance_print_dummy_frames): New function.
9310 (_initialize_dummy_frame): Add command "maint print dummy-frames".
9311 * frame.c (fprint_frame_id): Make global.
9312 * frame.h (fprint_frame_id): Declare.
9313 * Makefile.in (dummy-frame.o): Update dependencies.
9314
9315 2003-05-05 Andrew Cagney <cagney@redhat.com>
9316
9317 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
9318 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
9319 SIZEOF_CALL_DUMMY_WORDS.
9320 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
9321 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
9322 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
9323 CALL_DUMMY_BREAKPOINT_OFFSET.
9324 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
9325 CALL_DUMMY_START_OFFSET.
9326 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
9327 * gdbarch.h, gdbarch.c: Re-generate.
9328 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
9329 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
9330 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
9331 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
9332 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
9333 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
9334 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
9335 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
9336 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
9337 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
9338 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
9339 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
9340 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
9341 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
9342 * config/sparc/tm-sparc.h: Update.
9343
9344 2003-05-05 Kris Warkentin <kewarken@qnx.com>
9345
9346 * configure.tgt: Add i[3456]86-*-nto*.
9347 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
9348 * nto-tdep.c: New file. Neutrino target support routines.
9349 * nto-tdep.h: New file. Neutrino target header.
9350 * config/tm-qnxnto.h: New file.
9351 * config/i386/i386nto.mt: New file.
9352 * config/i386/tm-i386nto.h: New file.
9353
9354 2003-05-04 Andrew Cagney <cagney@redhat.com>
9355
9356 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
9357 (load_infrun_state): Ditto.
9358 (struct thread_info): Drop "prev_func_name" field.
9359 * thread.c (load_infrun_state): Update.
9360 (save_infrun_state): Update.
9361 * infrun.c (prev_func_name): Delete variable.
9362 (init_wait_for_inferior): Do not clear prev_func_name.
9363 (stop_stepping, keep_going, context_switch): Do not swap
9364 prev_func_name.
9365 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
9366 instead of PC_IN_SIGTRAMP.
9367
9368 2003-05-04 Andrew Cagney <cagney@redhat.com>
9369
9370 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9371 REGISTER_BYTE with register_offset_hack.
9372 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
9373 that REGISTER_BYTE is consistent with the regcache.
9374 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
9375 * gdbarch.h, gdbarch.c: Regenerate.
9376
9377 2003-05-04 Mark Kettenis <kettenis@gnu.org>
9378
9379 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
9380 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
9381
9382 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
9383
9384 2003-05-03 J. Brobecker <brobecker@gnat.com>
9385
9386 From Thierry Schneider <tpschneider1@yahoo.com>
9387 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
9388 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
9389 (mi-cmd-symbol.o): Add rule.
9390
9391 2003-05-03 Andrew Cagney <cagney@redhat.com>
9392
9393 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
9394 comments noteing that it replaces the old FIX_CALL_DUMMY code.
9395 * gdbarch.h, gdbarch.c: Re-generate.
9396 * d10v-tdep.c (d10v_push_dummy_code): New function.
9397 (d10v_gdbarch_init): Set push_dummy_code.
9398 * infcall.c (legacy_push_dummy_code): New function.
9399 (generic_push_dummy_code): New function.
9400 (push_dummy_code): New function.
9401 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
9402 instead of dummy_addr, to push_dummy_call. Move call to
9403 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
9404 switch.
9405 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
9406
9407 2003-05-03 Andrew Cagney <cagney@redhat.com>
9408
9409 * disasm.h (print_insn): Declare.
9410 * disasm.c (init_gdb_disassemble_info): New function.
9411 (gdb_disassembly): Call init_gdb_disassemble_info.
9412 (gdb_print_insn): New function.
9413 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
9414 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
9415 * mcore-tdep.c: Include "disasm.h"
9416 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
9417 * d10v-tdep.c: Include "disasm.h".
9418 (display_trace): Call gdb_print_insn, instead of print_insn.
9419 (print_insn): Delete function.
9420 * printcmd.c: Include "disasm.h".
9421 (print_insn): Delete function.
9422 (print_formatted): Call gdb_print_insn, instead of print_insn.
9423 * Makefile.in (printcmd.o): Update dependencies.
9424 (mcore-tdep.o, d10v-tdep.o): Ditto.
9425
9426 2003-05-02 Andrew Cagney <cagney@redhat.com>
9427
9428 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
9429 PC_REGNUM, re-indent.
9430 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
9431 PC_REGNUM isn't set.
9432
9433 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9434 * gdbarch.h, gdbarch.c: Re-generate.
9435 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9436 register_virtual_size, pc_regnum, or register_bytes.
9437 (D10V_PC_REGNUM): Rename _PC_REGNUM.
9438 (d10v_register_type): Use D10V_PC_REGNUM.
9439 (d10v_print_registers_info, d10v_read_pc): Ditto.
9440 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9441 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9442
9443 2003-05-02 David Carlton <carlton@bactrian.org>
9444
9445 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9446 the name with mstrsave.
9447
9448 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9449
9450 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9451 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9452 (host_charset_name, target_charset_name): New vars for use by
9453 set/show commands.
9454 (host_charset_enum, target_charset_enum): New enums for set/show
9455 commands.
9456 (set_charset_sfunc, set_host_charset_sfunc,
9457 set_target_charset_sfunc): New functions.
9458 (set_host_charset, set_target_charset): Make static.
9459 (list_charsets, set_host_charset_command,
9460 set_target_charset_command): Delete functions.
9461 (show_charset_command): Rewrite as....
9462 (show_charset): Hook this up with the set/show command mechanism.
9463 (_initialize_charset): Change names of charsets to match the
9464 set/show enums. Use host_charset_name and target_charset_name.
9465 Use set/show mechanism for charset, host-charset, target-charset
9466 commands. Do not make 'show host-charset' and 'show
9467 target-charset' be aliases of 'show charset'.
9468
9469 * charset.h (set_host_charset, set_target_charset): Don't export,
9470 they are not used outside the file.
9471
9472 2003-05-01 Andrew Cagney <cagney@redhat.com>
9473
9474 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9475 (gdb_disassembly): Make "di" non static, always initialize and
9476 cleanup. Always use dis_asm_read_memory.
9477 (gdb_dis_asm_read_memory): Delete function.
9478
9479 2003-05-01 Andrew Cagney <cagney@redhat.com>
9480
9481 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9482 (d10v_gdbarch_init): Set frame_align instead of stack_align.
9483
9484 2003-04-30 Andrew Cagney <cagney@redhat.com>
9485
9486 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9487 "tm_print_insn_info".
9488 (TARGET_PRINT_INSN_INFO): Delete macro.
9489 (dis_asm_read_memory): Delete function declaration.
9490 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9491 (tm_print_insn_info): Delete variable definition.
9492 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9493 * gdbarch.h, gdbarch.c: Re-generate.
9494 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9495 "deprecated_tm_print_insn_info".
9496 * mcore-tdep.c (mcore_dump_insn): Ditto.
9497 * mips-tdep.c (mips_gdbarch_init): Ditto.
9498 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9499 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9500 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9501 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9502 instead of TARGET_PRINT_INSN_INFO, add comment.
9503 * s390-tdep.c (s390_get_frame_info): Instead of
9504 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9505 (s390_check_function_end, s390_is_sigreturn): Ditto.
9506 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9507 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9508 * disasm.c: Include "gdbcore.h".
9509 (_initialize_disasm): New function, initialize
9510 "deprecated_tm_print_insn_info".
9511 (deprecated_tm_print_insn_info): New variable.
9512 (dis_asm_read_memory): Moved from "corefile.c", made static.
9513 (dis_asm_print_address, dis_asm_memory_error): Ditto.
9514 * Makefile.in (disasm.o): Update dependencies.
9515
9516 2003-04-30 Andrew Cagney <cagney@redhat.com>
9517
9518 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9519
9520 2003-04-29 Adam Fedor <fedor@gnu.org>
9521
9522 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9523 * infcall.c (find_function_addr): Make non-static.
9524 * infcall.h (find_function_addr): Declare.
9525 * Makefile.in (eval.o): Update dependencies.
9526
9527 2003-04-28 Adam Fedor <fedor@gnu.org>
9528
9529 * symtab.c (symbol_find_demangled_name): Check for and demangle
9530 ObjC symbols.
9531 (symbol_init_demangled_name): Init for language_objc as well.
9532
9533 2003-04-28 Andrew Cagney <cagney@redhat.com>
9534
9535 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9536 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9537 * gdbarch.h, gdbarch.c: Re-generate.
9538 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9539 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9540 * inferior.h (deprecated_read_fp): Rename read_fp.
9541 (generic_target_read_fp): Delete declaration.
9542 * regcache.c (generic_target_read_fp): Delete function.
9543 (deprecated_read_fp): Replace read_fp, use
9544 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9545 * d10v-tdep.c (d10v_read_fp): Delete function.
9546 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9547
9548 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9549 deprecated_target_read_fp to generic_target_read_fp.
9550 * sh-tdep.c (sh_gdbarch_init): Ditto.
9551 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9552 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9553 * frv-tdep.c (frv_gdbarch_init): Ditto.
9554
9555 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9556 deprecated_fp_regnum.
9557 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9558 * vax-tdep.c (vax_gdbarch_init): Ditto.
9559 * v850-tdep.c (v850_gdbarch_init): Ditto.
9560 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9561 * sh-tdep.c (sh_gdbarch_init): Ditto.
9562 * s390-tdep.c (s390_gdbarch_init): Ditto.
9563 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9564 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9565 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9566 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9567 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9568 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9569 * i386-tdep.c (i386_gdbarch_init): Ditto.
9570 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9571 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9572 * frv-tdep.c (frv_gdbarch_init): Ditto.
9573 * cris-tdep.c (cris_gdbarch_init): Ditto.
9574 * avr-tdep.c (avr_gdbarch_init): Ditto.
9575 * arm-tdep.c (arm_gdbarch_init): Ditto.
9576 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9577
9578 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9579 * v850-tdep.c (v850_gdbarch_init): Ditto.
9580 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9581 * sh-tdep.c (sh_gdbarch_init): Ditto.
9582 * s390-tdep.c (s390_gdbarch_init): Ditto.
9583 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9584 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9585 * mips-tdep.c (mips_gdbarch_init): Ditto.
9586 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9587 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9588 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9589 * frv-tdep.c (frv_gdbarch_init): Ditto.
9590 * avr-tdep.c (avr_gdbarch_init): Ditto.
9591 * arm-tdep.c (arm_gdbarch_init): Ditto.
9592
9593 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9594 DEPRECATED_FP_REGNUM.
9595 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9596 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9597 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9598 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9599 (sparc32_register_virtual_type): Ditto.
9600 * sh-tdep.c (sh64_frame_chain): Ditto.
9601 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9602 (sh_nofp_frame_init_saved_regs): Ditto.
9603 (sh64_nofp_frame_init_saved_regs): Ditto.
9604 (sh_fp_frame_init_saved_regs): Ditto.
9605 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9606 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9607 * procfs.c (procfs_fetch_registers): Ditto.
9608 (procfs_store_registers): Ditto.
9609 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9610 (store_inferior_registers, fetch_core_registers): Ditto.
9611 (fetch_kcore_registers, clear_regs): Ditto.
9612 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9613 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9614 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9615 * nlm/i386.c (do_status): Ditto.
9616 * mipsv4-nat.c (supply_gregset): Ditto.
9617 * mips-tdep.c: Ditto for comments.
9618 * mips-nat.c (fetch_inferior_registers): Ditto.
9619 (store_inferior_registers, fetch_core_registers): Ditto.
9620 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9621 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9622 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9623 (i386_do_pop_frame, i386_register_type): Ditto.
9624 * hppa-tdep.c (hppa_frame_chain): Ditto.
9625 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9626 (hppa_pop_frame, hppa_read_fp): Ditto.
9627 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9628 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9629 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9630 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9631 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9632 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9633 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9634 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9635 * blockframe.c: Ditto for comments.
9636 * arch-utils.h: Ditto for comments.
9637 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9638 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9639 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9640 * alpha-tdep.h: Ditto for comments.
9641 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9642 (alpha_cannot_store_register): Ditto.
9643 (alpha_push_dummy_frame): Ditto.
9644 * alpha-nat.c (supply_gregset): Ditto.
9645
9646 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9647 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9648 * config/sparc/tm-sparc.h: Update comment.
9649
9650 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9651 deprecated_read_fp instead of TARGET_READ_FP.
9652 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9653 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9654 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9655 deprecated_read_fp instead of read_fp.
9656 * s390-tdep.c (s390_push_arguments): Ditto.
9657 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9658 * frame.h: Ditto in comments.
9659 * frame.c (legacy_get_prev_frame): Ditto.
9660 * dummy-frame.c (dummy_frame_this_id): Ditto.
9661 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9662
9663 2003-04-28 Andrew Cagney <cagney@redhat.com>
9664
9665 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9666 * gdbarch.h, gdbarch.c: Re-generate.
9667 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9668 * vax-tdep.c (_initialize_vax_tdep): Update.
9669 * v850-tdep.c (_initialize_v850_tdep): Update.
9670 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9671 * s390-tdep.c (_initialize_s390_tdep): Update.
9672 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9673 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9674 * mips-tdep.c (_initialize_mips_tdep): Update.
9675 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9676 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9677 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9678 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9679 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9680 * frv-tdep.c (_initialize_frv_tdep): Update.
9681 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9682 (_initialize_cris_tdep): Update.
9683 * arch-utils.c (legacy_print_insn): Update.
9684 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9685
9686 2003-04-26 Adam Fedor <fedor@gnu.org>
9687
9688 * linespec.c (decode_objc): New function to decode ObjC calls
9689 (decode_line_1): Check for ObjC calls (using decode_objc)
9690 * Makefile (linespec.o): Update dependencies.
9691
9692 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
9693
9694 * breakpoint.h (struct breakpoint_ops): New.
9695 (struct breakpoint): Add ops member.
9696
9697 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9698 (mention): Use new breakpoint ops member.
9699 (set_raw_breakpoint): Initialize ops field to NULL.
9700 (print_exception_catchpoint, print_one_exception_catchpoint)
9701 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9702 (gnu_v3_exception_catchpoint_ops): New.
9703 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9704
9705 2003-04-25 Adam Fedor <fedor@gnu.org>
9706
9707 * Makefile.in (COMMON_OBS): Add objc-lang.o
9708
9709 2003-04-25 Andrew Cagney <cagney@redhat.com>
9710
9711 * d10v-tdep.c (print_insn): Delete function.
9712 (display_trace): Use TARGET_PRINT_INSN.
9713 (_initialize_d10v_tdep): Do not set tm_print_insn.
9714 (d10v_gdbarch_init): Set print_insn.
9715
9716 2003-04-25 Andrew Cagney <cagney@redhat.com>
9717
9718 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9719 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9720 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9721 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9722 (nr_dmap_regs, a0_regnum): ... new functions.
9723 (d10v_print_registers_info): Use a0_regnum, use register_size.
9724 (d10v_register_byte): Delete function.
9725 (d10v_register_raw_size): Delete function.
9726 (d10v_register_type): Use a0_regnum.
9727 (d10v_print_registers_info): Use a0_regnum.
9728 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9729 (d10v_gdbarch_init): Do not set register_byte or
9730 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9731 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9732 extract_address.
9733 (trace_command): Use XCALLOC.
9734 (print_insn): Delete reference to tm_print_insn.
9735 (saved_regs_unwinder): Use store_unsigned_integer instead of
9736 store_address.
9737 * frame.h (FRAME_OBSTACK_CALLOC): Define
9738
9739 2003-04-25 David Carlton <carlton@bactrian.org>
9740
9741 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9742
9743 2003-04-24 Adam Fedor <fedor@gnu.org>
9744
9745 * objc-lang.c: Include "valprint.h"
9746 * Makefile.in (objc-lang.o): Update dependencies.
9747
9748 2003-04-24 Adam Fedor <fedor@gnu.org>
9749
9750 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9751 architecture dependant compilation and mark as unimplemented
9752 (until they get put in the gdbarch vector).
9753
9754 2003-04-23 David Carlton <carlton@bactrian.org>
9755
9756 * cp-support.c (cp_find_first_component): Accept 'operator' in
9757 more locations.
9758
9759 2003-04-23 Andrew Cagney <cagney@redhat.com>
9760
9761 * infcall.c (call_function_by_hand): Eliminate redundant
9762 indentation. Move "saved_async" and "old_cleanups" to where they
9763 are needed.
9764
9765 2003-04-23 Andrew Cagney <cagney@redhat.com>
9766
9767 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9768 and "buffer". Move the "name" code to where it is needed.
9769
9770 2003-04-23 Andrew Cagney <cagney@redhat.com>
9771
9772 * infcall.c (call_function_by_hand): Move variables "start_sp",
9773 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9774 code to ON_STACK switch branch.
9775
9776 2003-04-23 Andrew Cagney <cagney@redhat.com>
9777
9778 * infcall.c (call_function_by_hand): Make declaration of "i",
9779 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9780 lint.
9781
9782 2003-04-23 Andrew Cagney <cagney@redhat.com>
9783
9784 * infcall.c (call_function_by_hand): Delete variable
9785 "n_method_args". Localize "param_type"'s declaration to the loop
9786 that it is used. Reinstate code assigning to said variable -
9787 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9788 Rationalize code using "param_type".
9789
9790 2003-04-22 Andrew Cagney <cagney@redhat.com>
9791
9792 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9793 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9794 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9795 to DEPRECATED_PUSH_RETURN_ADDRESS.
9796
9797 2003-04-22 Kevin Buettner <kevinb@redhat.com>
9798
9799 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9800 on the DWARF2 register number prior to fetching a register.
9801
9802 2003-04-22 J. Brobecker <brobecker@gnat.com>
9803
9804 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9805 Update all the tests using SOFT_FLOAT considering the fact that
9806 this macro was always set to 0.
9807 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9808 considering the fact that this macro was always set to 0.
9809 * hppa-tdep.h (hppa_store_return_value): Likewise.
9810 (hppa_extract_return_value): Likewise.
9811
9812 2003-04-22 J. Brobecker <brobecker@gnat.com>
9813
9814 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9815 the hppa-pro target only.
9816
9817 2003-04-21 J. Brobecker <brobecker@gnat.com>
9818
9819 Ongoing multi-arch conversion effort for HP/UX:
9820 * config/pa/tm-hppa.h: Move all macro that are no longer
9821 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9822 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9823
9824 2003-04-21 J. Brobecker <brobecker@gnat.com>
9825
9826 * config/pa/tm-hppa.h: Obsolete a section that was only used
9827 for hppa-pro.
9828
9829 2003-04-21 J. Brobecker <brobecker@gnat.com>
9830
9831 Ongoing multi-arch conversion for HP/UX.
9832 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9833 if already defined (allows hppa64 to stay non-multiarched for now).
9834 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9835
9836 2003-04-21 Andrew Cagney <cagney@redhat.com>
9837
9838 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9839
9840 2003-04-21 Andrew Cagney <cagney@redhat.com>
9841
9842 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9843 "i386_num_mmx_regs".
9844
9845 2003-04-21 Andrew Cagney <cagney@redhat.com>
9846
9847 * infcall.c: New file.
9848 * infcall.h: New file.
9849 * valarith.c: Include "infcall.h".
9850 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9851 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9852 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9853 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9854 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9855 (SFILES): Add "infcall.c"
9856 (COMMON_OBS): Add "infcall.o".
9857 (infcall.o): Specify dependencies.
9858 * value.h (call_function_by_hand): Delete declaration.
9859 * inferior.h (run_stack_dummy): Delete declaration.
9860 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9861 (run_stack_dummy): Move to "infcall.c", merged into
9862 call_function_by_hand.
9863 * valops.c (call_function_by_hand): Moved to "infcall.c".
9864 (find_function_addr, value_arg_coerce): Ditto.
9865 (unwindonsignal_p, coerce_float_to_double): Ditto.
9866 (_initialize_valops): Move "set/show coerce-float-to-double", and
9867 "set/show unwindonsignal" commands to "infcall.c".
9868 * v850-tdep.c, target.h: Update comments.
9869 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9870 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9871 (sh64_init_extra_frame_info): Update comments.
9872 * mn10300-tdep.c: Update comments.
9873 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9874 * config/sparc/tm-sparc.h: Update comments.
9875 * breakpoint.h: Update comments.
9876 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9877 * arm-tdep.c: Update comment.
9878
9879 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9880
9881 * i386-tdep.c (i386_num_register_names): New variable.
9882 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9883 (MM0_REGNUM): Remove redundant parentheses in define.
9884 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9885 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9886 i386_mxcsr_regnum_p): Remove redundant parentheses.
9887 (i386_register_name): Use i386_num_register_names.
9888
9889 * i386-tdep.c (i386_extract_return_value,
9890 i386_store_return_value): Correct check for availability of
9891 floating-point registers.
9892
9893 * i386-tdep.c (i386_frame_num_args): Remove function.
9894 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9895
9896 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9897 mmx_regnum_to_fp_regnum. Adjust all callers.
9898
9899 * i386-tdep.c (i386_get_longjmp_target): Use
9900 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9901 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9902 extract_address.
9903
9904 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9905
9906 * core-regset.c: Update comments to reflect reality. Re-order
9907 includes.
9908 (fetch_core_registers): Use switch instead of if. Remove
9909 redundant prototype.
9910
9911 2003-04-18 Jim Blandy <jimb@redhat.com>
9912
9913 * s390-tdep.c (s390_frame_align): New function.
9914 (s390_gdbarch_init): Register it with the gdbarch object.
9915
9916 2003-04-17 Richard Henderson <rth@redhat.com>
9917
9918 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9919
9920 2003-04-17 Michael Snyder <msnyder@redhat.com>
9921 Karen Bennet <bennet@redhat.com>
9922
9923 Committed by Elena Zannoni <ezannoni@redhat.com>
9924 * gdb_gcore.sh: New script to create a core dump of a process.
9925
9926 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9927
9928 * values.c (value_being_returned): Don't fetch the return
9929 value if the return type is void.
9930
9931 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9932
9933 * thread-db.c: Reindented.
9934
9935 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9936
9937 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9938 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9939 as types.
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9966
9967 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9968 the size of ``long double'' to 16, instead of 8.
9969
9970 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9971
9972 * i386-linux-nat.c: Add some whitespace to make things more
9973 readable.
9974 (fetch_register, store_register, fetch_inferior_registers,
9975 store_inferior_registers): Get rid of assignment in if-statement.
9976 (store_register): Fix typo in error message.
9977
9978 2003-04-16 Andrew Cagney <cagney@redhat.com>
9979
9980 * utils.c (xmmalloc): Always allocate something, matches
9981 libiberty/xmalloc's semantics.
9982 (xmrealloc, xmcalloc): Ditto.
9983
9984 2003-04-16 Andrew Cagney <cagney@redhat.com>
9985
9986 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9987 update comments.
9988 (get_frame_type): Initialize unwind and type when needed.
9989 (get_frame_id, frame_register_unwind): Ditto.
9990
9991 2003-04-16 Andrew Cagney <cagney@redhat.com>
9992
9993 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9994 obsolete.
9995 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9996 * sparcl-stub.c: Obsolete file.
9997 * config/sparc/tm-sparclet.h: Obsolete file.
9998 * sparclet-stub.c: Obsolete file.
9999 * sparclet-rom.c: Obsolete file.
10000 * sparcl-tdep.c: Obsolete file.
10001 * config/sparc/tm-sparclite.h: Obsolete file.
10002 * config/sparc/sparclite.mt: Obsolete file.
10003 * config/sparc/sparclet.mt: Obsolete file.
10004 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
10005 sparc86x-*-* obsolete.
10006
10007 2003-04-15 David Carlton <carlton@math.stanford.edu>
10008
10009 * Makefile.in (SFILES): Add cp-namespace.c.
10010 (COMMON_OBS): Add cp-namespace.o.
10011 (block.o): Depend on gdb_obstack_h and cp_support_h.
10012 (buildsym.o): Depend on cp_support_h.
10013 (cp-namespace.o): New.
10014 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
10015 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
10016 (dwarf2read.o): Depend on cp_support_h.
10017 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
10018 * dwarf2read.c (process_die): Set processing_has_namespace_info,
10019 processing_current_namespace.
10020 (read_namespace): Update processing_current_namespace; check for
10021 anonymous namespaces.
10022 (dwarf2_name): New function.
10023 (dwarf2_extension): Ditto.
10024 * cp-support.h: Update copyright, contributors.
10025 Add inclusion guards.
10026 Add opaque declaration for structs obstack, block, symbol.
10027 (struct using_direct): New struct.
10028 Add declarations for cp_find_first_component,
10029 cp_entire_prefix_len, processing_has_namespace_info,
10030 processing_current_namespace, cp_is_anonymous,
10031 cp_add_using_directive, cp_initialize_namespace,
10032 cp_finalize_namespace, cp_set_block_scope,
10033 cp_scan_for_anonymous_namespaces.
10034 * cp-namespace.c: New file.
10035 * cp-support.c: Update copyright.
10036 Include ctype.h, gdb_assert.h, gdbcmd.h.
10037 New variable maint_cplus_cmd_list.
10038 (cp_find_first_component): New function.
10039 (cp_entire_prefix_len, maint_cplus_command)
10040 (first_component_command, _initialize_cp_support): Ditto.
10041 * buildsym.c: Include cp-support.h.
10042 New variable using_list.
10043 (add_symbol_to_list): Check for anonymous namespaces.
10044 (finish_block): Set block's scope.
10045 (start_symtab): Initialize C++ namespace support.
10046 (end_symtab): Finalize C++ namespace support.
10047 * block.h: Add opaque declarations for structs
10048 block_namespace_info, using_direct, and obstack.
10049 Add declarations for block_set_scope and block_set_using.
10050 (struct block): Add 'language_specific' member.
10051 (BLOCK_NAMESPACE): New macro.
10052 * block.c: Include gdb_obstack.h and cp-support.h.
10053 (struct block_namespace_info): New struct.
10054 (block_set_scope): New function.
10055 (block_set_using, block_initialize_namespace): Ditto.
10056
10057 2003-04-14 Kevin Buettner <kevinb@redhat.com>
10058
10059 * solib-svr4.c (svr4_have_link_map_offsets): New function.
10060 (locate_base): Return early if there aren't any link map offsets.
10061 (svr4_solib_create_inferior_hook): Warn if shared library support
10062 is unavailable.
10063
10064 2003-04-14 David Carlton <carlton@math.stanford.edu>
10065
10066 * symtab.c (symbol_set_names): Add prefix when storing Java names
10067 in hash table. Fix for PR java/1039.
10068
10069 2003-04-14 David Carlton <carlton@math.stanford.edu>
10070
10071 * symtab.c (symbol_set_names): Rename 'name' arg to
10072 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
10073 * symtab.h: Change 'name' argument in declaration of
10074 symbol_set_names to 'linkage_name'.
10075 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
10076
10077 2003-04-14 Andrew Cagney <cagney@redhat.com>
10078
10079 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
10080 return the fully sign-extended register value.
10081 (get_frame_pointer): Ditto.
10082 (mips_pop_frame): Initialize "proc_desc" after checking for a
10083 dummy frame.
10084
10085 2003-04-14 Andrew Cagney <cagney@redhat.com>
10086
10087 * mips-tdep.c (mips_push_dummy_frame): Delete function.
10088 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
10089 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
10090 (mips_push_register): Delete function.
10091 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
10092 PUSH_FP_REGNUM.
10093
10094 2003-04-14 Jim Blandy <jimb@redhat.com>
10095
10096 * symmisc.c: #include "gdb_regex.h".
10097 (maintenance_list_symtabs, maintenance_list_psymtabs): New
10098 functions.
10099 * maint.c (maintenance_list_command): New function.
10100 (_initialize_maint_cmds): Register the above as commands.
10101 * symtab.h (maintenance_list_symtabs,
10102 maintenance_list_psymtabs): New declarations.
10103 * cli/cli-cmds.c (maintenancelistlist): New variable.
10104 (init_cmd_lists): Initialize it.
10105 * cli/cli-cmds.h (maintenancelistlist): New declaration.
10106 * gdbcmd.h (maintenancelistlist): New declaration.
10107 * Makefile.in (symmisc.o): Update dependencies.
10108
10109 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
10110
10111 * s390-nat.c: Include asm/types.h for addr_t.
10112
10113 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
10114
10115 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
10116 actually incoming type.
10117
10118 2003-04-13 Andrew Cagney <cagney@redhat.com>
10119
10120 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
10121 get_next_frame and get_frame_saved_regs.
10122
10123 2003-04-13 Andrew Cagney <cagney@redhat.com>
10124
10125 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
10126 of gdbarch_num_regs.
10127
10128 2003-04-13 Andrew Cagney <cagney@redhat.com>
10129
10130 * frame.h: Mention what replaced what in "struct frame_info".
10131 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
10132 deprecated_update_frame_base_hack and
10133 deprecated_update_frame_pc_hack.
10134 * hppa-tdep.c: Ditto.
10135
10136 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10137
10138 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
10139 to read_reg and update its comment. Remove regnum member.
10140 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
10141 Don't call read_reg when setting in_reg. Call read_reg to get
10142 the frame base if it's in a register. Return the register number
10143 on the stack instead of in the context. Remove extra arguments
10144 to read_reg.
10145 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
10146 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
10147 the register number on the expression stack.
10148 (needs_frame_read_reg): Remove extra arguments.
10149
10150 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10151
10152 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
10153 made non-static.
10154 (execute_stack_op): All callers updated.
10155 * dwarf2expr.h: Add prototype for dwarf2_read_address.
10156 * dwarf2loc.c (find_location_expression): New function.
10157 (dwarf_expr_frame_base): Call it.
10158 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
10159 (dwarf2_tracepoint_var_ref): New function, broken out from
10160 locexpr_tracepoint_var_ref.
10161 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
10162 Make static.
10163 (loclist_read_variable, loclist_read_needs_frame): New functions.
10164 (loclist_describe_location, loclist_tracepoint_var_ref): New
10165 functions.
10166 (dwarf2_loclist_funcs): New struct location_funcs.
10167 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
10168 (struct dwarf2_locexpr_baton): Add comments.
10169 (dwarf2_loclist_funcs): New extern.
10170 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
10171 base_address and base_known.
10172 (dwarf_loc_buffer): New variable.
10173 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
10174 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
10175 (dwarf2_has_info): Initialize dwarf_loc_offset.
10176 (dwarf2_build_psymtabs): Read in .debug_loc.
10177 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
10178 DWARF_LOC_SIZE.
10179 (psymtab_to_symtab_1): Likewise. Move base address calculation
10180 here, from...
10181 (dwarf2_get_pc_bounds): ... here. Use the base address from
10182 cu_header.
10183 (dwarf2_symbol_mark_computed): Handle location lists.
10184
10185 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10186
10187 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
10188 if the linkage name demangled successfully.
10189
10190 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10191
10192 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
10193 disassmbly_flavour): Removed.
10194
10195 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
10196
10197 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10198
10199 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
10200
10201 2003-04-12 Andrew Cagney <cagney@redhat.com>
10202
10203 * frame.h (struct frame_info): Move definition from here ...
10204 * frame.c (struct frame_info): ... to here.
10205
10206 2003-04-12 Andrew Cagney <cagney@redhat.com>
10207
10208 * gdbthread.h (save_infrun_state): Delete parameter
10209 "prev_func_start".
10210 (struct thread_info): Delete field "prev_func_start".
10211 (load_infrun_state): Ditto.
10212 * thread.c (load_infrun_state, save_infrun_state): Update.
10213 * infrun.c (prev_func_start): Delete variable.
10214 (context_switch, init_wait_for_inferior): Update.
10215 (stop_stepping, keep_going): Update.
10216
10217 2003-04-12 Andrew Cagney <cagney@redhat.com>
10218
10219 * gdbarch.sh: Add missing opaque declarations.
10220 * gdbarch.h: Regnerate.
10221 * symtab.h: Add missing opaque declarations.
10222 * value.h, target.h, symfile.h, stabsread.h: Ditto.
10223 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
10224 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
10225 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
10226 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
10227 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
10228 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
10229 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
10230 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
10231 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
10232 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
10233 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
10234 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
10235
10236 2003-04-11 Andrew Cagney <cagney@redhat.com>
10237
10238 * frame.c (get_frame_id): Return this frame's "id".
10239 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
10240 function start.
10241 (legacy_saved_regs_this_id): Replace function body with
10242 internal-error.
10243 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
10244 FRAME_OBSTACK_ZALLOC.
10245 (create_new_frame): Mark the frame ID as valid.
10246
10247 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
10248
10249 * Makefile.in (libbfd_h): Added missing setting.
10250 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
10251 according to the selected ABI.
10252
10253 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
10254
10255 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
10256
10257 2003-04-11 Andrew Cagney <cagney@redhat.com>
10258
10259 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
10260 SAVED_PC_AFTER_CALL.
10261 * gdbarch.h, gdbarch.c: Regenerate.
10262 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10263 * x86-64-tdep.c (x86_64_init_abi): Update.
10264 * vax-tdep.c (vax_gdbarch_init): Update.
10265 * v850-tdep.c (v850_gdbarch_init): Update.
10266 * sparc-tdep.c (sparc_gdbarch_init): Update.
10267 * sh-tdep.c (sh_gdbarch_init): Update.
10268 * s390-tdep.c (s390_gdbarch_init): Update.
10269 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10270 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10271 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10272 * mips-tdep.c (mips_gdbarch_init): Update.
10273 * mcore-tdep.c (mcore_gdbarch_init): Update.
10274 * m68k-tdep.c (m68k_gdbarch_init): Update.
10275 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10276 * ia64-tdep.c (ia64_gdbarch_init): Update.
10277 (ia64_saved_pc_after_call): Update declaration.
10278 * i386ly-tdep.c (i386lynx_init_abi): Update.
10279 * i386-tdep.c (i386_gdbarch_init): Update.
10280 * hppa-tdep.c (hppa_gdbarch_init): Update.
10281 * h8300-tdep.c (h8300_gdbarch_init): Update.
10282 * frv-tdep.c (frv_gdbarch_init): Update.
10283 * cris-tdep.c (cris_gdbarch_init): Update.
10284 * avr-tdep.c (avr_gdbarch_init): Update.
10285 * arm-tdep.c (arm_gdbarch_init): Update.
10286 * alpha-tdep.c (alpha_gdbarch_init): Update.
10287 * ns32knbsd-nat.c (frame_num_args): Update.
10288 * ns32k-tdep.c (umax_frame_num_args): Update.
10289 * mips-tdep.c (mips_init_frame_pc_first): Update.
10290 * infrun.c (step_over_function): Update.
10291 * i386-linux-tdep.c (skip_hurd_resolver): Update.
10292 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
10293 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10294 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10295 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10296 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10297 * arm-linux-tdep.c (skip_hurd_resolver): Update.
10298 * arch-utils.c (init_frame_pc_default): Update.
10299 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10300 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
10301 declaration.
10302
10303 2003-04-11 Andrew Cagney <cagney@redhat.com>
10304
10305 * i387-tdep.c: Update copyright.
10306 (i387_to_double): Delete function.
10307 (double_to_i387): Delete function.
10308
10309 2003-04-10 Andrew Cagney <cagney@redhat.com>
10310
10311 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
10312 frame's function's address. Simplify.
10313 (d10v_frame_unwind_cache): Check that the frame's function is
10314 non-zero.
10315
10316 2003-04-10 Jim Blandy <jimb@redhat.com>
10317
10318 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
10319 call to set_gdbarch_deprecated_push_arguments.
10320
10321 2003-04-10 Andrew Cagney <cagney@redhat.com>
10322
10323 * frame.c (fprint_frame_id): New function.
10324 (fprint_frame_type, fprint_frame): New function.
10325 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
10326 (create_sentinel_frame, get_frame_id): Ditto.
10327 (frame_id_p, frame_id_eq): Ditto.
10328 (frame_id_inner, create_new_frame): Ditto.
10329 (legacy_get_prev_frame, get_prev_frame): Ditto.
10330 (deprecated_update_frame_pc_hack): Ditto.
10331 (frame_register_unwind): Ditto.
10332 (deprecated_update_frame_base_hack): Ditto.
10333
10334 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10335
10336 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
10337 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
10338 frame_chain function.
10339 * Makefile.in: Add dependencies due to above change.
10340
10341 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10342
10343 * blockframe.c (legacy_frame_chain_valid): Move call to
10344 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
10345 inside_entry_file.
10346
10347 2003-04-09 Andrew Cagney <cagney@redhat.com>
10348
10349 * frame.h (struct frame_id): Replace "pc" and "base" with
10350 "stack_addr" and "code_addr". Update comments.
10351 (frame_id_build): Update parameter names and comment.
10352 (struct frame_info): Replace "id_p" and "id" with "this_id".
10353 * dummy-frame.c (dummy_frame_this_id): Update.
10354 * breakpoint.c (print_one_breakpoint): Update.
10355 * frame.c (get_frame_id): Update.
10356 (get_frame_base, frame_id_build): Update.
10357 (create_sentinel_frame, legacy_get_prev_frame): Update.
10358 (deprecated_update_frame_base_hack): Update.
10359 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
10360 (frame_id_inner): Ditto.
10361
10362 2003-04-09 Andrew Cagney <cagney@redhat.com>
10363
10364 * defs.h (gdb_print_host_address): Make "addr" parameter a
10365 pointer constant.
10366 * utils.c (gdb_print_host_address): Update.
10367
10368 2003-04-09 Kevin Buettner <kevinb@redhat.com>
10369
10370 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
10371 register number for R0 is 0.
10372
10373 2003-04-09 J. Brobecker <brobecker@gnat.com>
10374
10375 * frame.h (struct gdbarch): Add opaque structure definition
10376 to avoid a compilation warning on LynxOS 4.0.
10377
10378 2003-04-09 Andrew Cagney <cagney@redhat.com>
10379
10380 * frame.h (struct frame_info): Delete field "pc". Replace
10381 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
10382 structure.
10383 * frame.c (frame_pc_unwind): Update.
10384 (create_sentinel_frame): Do not set "pc".
10385 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
10386 (get_frame_pc): Call frame_pc_unwind.
10387 (deprecated_update_frame_pc_hack): Update.
10388 (create_new_frame): Use "pc" not "->pc".
10389
10390 2003-04-09 Andrew Cagney <cagney@redhat.com>
10391
10392 * frame.c (get_frame_id): Eliminate code updating "frame".
10393 (legacy_get_prev_frame): Ditto.
10394 (get_frame_base): Return id.base directly.
10395 (deprecated_update_frame_base_hack): Update "id.base".
10396 * frame.h (struct frame_info): Delete field "frame".
10397
10398 2003-04-09 Andrew Cagney <cagney@redhat.com>
10399
10400 * NEWS: Mention that the "Sequent family" is obsolete.
10401 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
10402 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10403 * configure.host: Obsolete i[3456]86-sequent-bsd*,
10404 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10405 * config/i386/tm-ptx4.h: Obsolete file.
10406 * config/i386/tm-ptx.h: Obsolete file.
10407 * symm-tdep.c: Obsolete file.
10408 * config/i386/symmetry.mt: Obsolete file.
10409 * config/i386/tm-symmetry.h: Obsolete file.
10410 * symm-nat.c: Obsolete file.
10411 * config/i386/nm-symmetry.h: Obsolete file.
10412 * config/i386/xm-symmetry.h: Obsolete file.
10413 * config/i386/symmetry.mh: Obsolete file.
10414 * config/i386/nm-ptx4.h: Obsolete file.
10415 * config/i386/ptx4.mh: Obsolete file.
10416 * config/i386/ptx.mt: Obsolete file.
10417 * config/i386/ptx.mh: Obsolete file.
10418 * config/i386/xm-ptx4.h: Obsolete file.
10419 * config/i386/xm-ptx.h: Obsolete file.
10420
10421 2003-04-09 Andrew Cagney <cagney@redhat.com>
10422
10423 Obsolete mips*-*-mach3*.
10424 * NEWS: Mention that mips*-*-mach3* is obsolete.
10425 * m3-nat.c: Obsolete file.
10426 * config/nm-m3.h: Obsolete file.
10427 * config/mips/tm-mipsm3.h: Obsolete file.
10428 * config/mips/mipsm3.mt: Obsolete file.
10429 * config/mips/mipsm3.mh: Obsolete file.
10430 * config/mips/xm-mipsm3.h: Obsolete file.
10431 * mipsm3-nat.c: Obsolete file.
10432 * configure.host: Obsolete mips-dec-mach3*.
10433 * configure.tgt: Obsolete mips*-*-mach3*.
10434
10435 2003-04-09 Andrew Cagney <cagney@redhat.com>
10436
10437 * doublest.h: Update copyright.
10438 (deprecated_store_floating, deprecated_extract_floating): Rename
10439 store_floating and extract_floating. Update comments.
10440 * doublest.c: Update copyright.
10441 (extract_floating_by_length): Replace extract_floating.
10442 (store_floating_by_length): Replace store_floating.
10443 (deprecated_extract_floating): New function.
10444 (deprecated_store_floating): New function.
10445 (extract_typed_floating): Call extract_floating_by_length.
10446 (store_typed_floating): Call store_floating_by_length.
10447 * x86-64-tdep.c (x86_64_store_return_value): Update.
10448 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10449 (sh64_extract_return_value): Update.
10450 (sh_sh4_register_convert_to_virtual): Update.
10451 (sh_sh64_register_convert_to_virtual): Update.
10452 (sh_sh4_register_convert_to_raw): Update.
10453 (sh_sh64_register_convert_to_raw): Update.
10454 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10455 (rs6000_register_convert_to_raw): Update.
10456 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10457 (ia64_register_convert_to_raw): Update.
10458 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10459 (REGISTER_CONVERT_TO_VIRTUAL): Update.
10460 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10461 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10462 (alpha_register_convert_to_raw): Update.
10463
10464 2003-04-08 Andrew Cagney <cagney@redhat.com>
10465
10466 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10467 * gdbarch.h, gdbarch.c: Re-generate.
10468 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10469 (d10v_gdbarch_init): Do not set saved_pc_after_call.
10470 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10471 conditionally, use frame_pc_unwind as an alternative. Add
10472 comments.
10473 * arch-utils.c (init_frame_pc_default): Only call
10474 SAVED_PC_AFTER_CALL when available.
10475
10476 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10477
10478 * infrun.c (stop_soon): Rename from stop_soon_quietly.
10479 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10480 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10481 (start_remote): Ditto.
10482 (handle_inferior_event): Ditto.
10483 (save_inferior_status): Ditto.
10484 (restore_inferior_status): Ditto.
10485 * infcmd.c (attach_command): Ditto.
10486 * fork-child.c (startup_inferior): Ditto.
10487 * inferior.h (stop_soon): Rename from stop_soon_quietly.
10488 * alpha-tdep.c (heuristic_proc_start): Ditto.
10489 * mips-tdep.c (heuristic_proc_start): Ditto.
10490 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10491 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10492 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10493 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10494 * remote-vx.c (vx_create_inferior): Ditto.
10495
10496 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10497
10498 * infrun.c (stop_soon_quietly): Make it an enum, to better
10499 override the default behavior of handle_inferior_event.
10500 (clear_proceed_status): Update uses of stop_soon_quietly to
10501 reflect that it is now an enum.
10502 (start_remote): Ditto.
10503 (handle_inferior_event): Change logic a bit if stop_soon_quietly
10504 is set to handle the new GNU/Linux kernel behavior for
10505 attach/sigstop. Update uses of stop_soon_quietly.
10506 * inferior.h (enum stop_kind): New enum.
10507 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10508 Reset normal handle_inferior_event behavior, afterwards.
10509 * fork-child.c (startup_inferior): Update.
10510 * alpha-tdep.c (heuristic_proc_start): Update.
10511 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10512 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10513 * solib-osf.c (osf_solib_create_inferior_hook): Update.
10514 * solib-irix.c (irix_solib_create_inferior_hook): Update.
10515 * remote-vx.c (vx_create_inferior): Update.
10516 * mips-tdep.c (heuristic_proc_start): Update.
10517
10518 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
10519
10520 * disasm.c (dump_insns): Move variables inside loop, or they will
10521 be freed more than once, causing wild memory corruptions.
10522 (gdb_disassembly): Look for the substring "-thread",
10523 instead of "-threads" in the target name, to make sure to find
10524 the 'multi-thread' target. Also, make sure we do the right thing
10525 with the "core" target.
10526
10527 2003-04-07 Kevin Buettner <kevinb@redhat.com>
10528
10529 * mips-tdep.c (mips_print_fp_register): New function, created from
10530 do_fp_register_row(). Registers are now (also) printed as hex.
10531 Only one register is printed per row.
10532 (mips_print_register, do_fp_register_row): Print floating point
10533 registers with mips_print_fp_register().
10534
10535 2003-04-06 Andrew Cagney <cagney@redhat.com>
10536
10537 * valprint.h (inspect_it): Add extern declaration.
10538 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10539 (selectors_info, classes_info): Ditto.
10540 (find_objc_msgcall): Fix indentation.
10541 (objc_printstr): Delete extern declarations.
10542
10543 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10544
10545 2003-04-06 Andrew Cagney <cagney@redhat.com>
10546
10547 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10548 Update comment.
10549 * frame.c (legacy_saved_regs_this_id): Update.
10550 (legacy_get_prev_frame): Update.
10551 * xstormy16-tdep.c: Update comment.
10552 * sparc-tdep.c (sparc_frame_chain): Update comment.
10553 * blockframe.c (legacy_frame_chain_valid): Update.
10554
10555 2003-04-06 Andrew Cagney <cagney@redhat.com>
10556
10557 * valprint.c (val_print_type_code_int): Delete #ifdef
10558 PRINT_TYPELESS_INTEGER code.
10559
10560 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10561 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10562 multi-arch definition.
10563 * gdbarch.h: Re-generate.
10564
10565 2003-04-05 Andrew Cagney <cagney@redhat.com>
10566
10567 Eliminate FRAME_FIND_SAVED_REGS.
10568 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10569 Change FSR parameter to a pointer.
10570 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10571 Assume FSR parameter is a pointer.
10572 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10573 Make fsr a pointer.
10574 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10575 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10576 saved_regs a pointer.
10577 (hppa_frame_saved_pc): Ditto.
10578 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10579 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10580 pointer.
10581 (restore_pc_queue): Make fsr a pointer.
10582 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10583 (hppa_frame_chain): Make saved_regs a pointer, call
10584 hppa_frame_init_saved_regs.
10585 * sparc-tdep.c: Include "gdb_assert.h".
10586 (sparc_frame_find_saved_regs): Replace internal_error with
10587 gdb_assert.
10588 * remote-vxsparc.c (vx_read_register): Delete reference to
10589 FRAME_FIND_SAVED_REGS.
10590 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10591 * gdbarch.h: Regenerate.
10592 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10593 (deprecated_get_frame_saved_regs): Delete declaration.
10594 (struct frame_saved_regs): Delete definition.
10595 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10596 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10597 (hppa_frame_find_saved_regs): Delete declaration.
10598 (FRAME_FIND_SAVED_REGS): Delete macro.
10599 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10600 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10601 FRAME_FIND_SAVED_REGS in comment.
10602
10603 2003-04-05 Andrew Cagney <cagney@redhat.com>
10604
10605 * frame.c (frame_func_unwind, get_frame_func): New functions.
10606 * frame.h (get_frame_func, frame_func_unwind): Declare.
10607 (struct frame_info): Add field "prev_func" for caching the
10608 previous frame's function address.
10609 * arm-tdep.c (arm_frameless_function_invocation): Combine
10610 get_pc_function_start and get_frame_pc into get_frame_func.
10611 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10612 (sh64_nofp_frame_init_saved_regs): Ditto.
10613 * s390-tdep.c (s390_function_start): Ditto.
10614 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10615 (rs6000_frameless_function_invocation): Ditto.
10616 (rs6000_frame_saved_pc): Ditto.
10617 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10618 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10619 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10620 (i386_frame_init_saved_regs): Ditto.
10621 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10622 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10623 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10624 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10625 * blockframe.c (frameless_look_for_prologue): Ditto.
10626
10627 2003-04-05 Andrew Cagney <cagney@redhat.com>
10628
10629 * frame.c (legacy_get_prev_frame): Link prev to next at the
10630 function start. Update comments.
10631
10632 2003-04-05 Andrew Cagney <cagney@redhat.com>
10633
10634 * frame.c (get_frame_id): Update comment.
10635 (legacy_get_prev_frame): Update comment.
10636 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10637 * gdbarch.h: Regenerate.
10638 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10639 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10640
10641 2003-04-05 Andrew Cagney <cagney@redhat.com>
10642
10643 * stack.c (print_frame_info): Use get_frame_pc.
10644
10645 2003-04-04 Andrew Cagney <cagney@redhat.com>
10646
10647 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10648 the frame's type from the unwinder.
10649 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10650 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10651 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10652 (get_frame_base_address): Use get_frame_type.
10653 (get_frame_locals_address, get_frame_args_address): Ditto.
10654 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10655 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10656 (struct frame_info): Add comment explaining why the frame contains
10657 a "type" field.
10658 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10659 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10660 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10661 NORMAL_FRAME.
10662 * frame-unwind.h: Include "frame.h".
10663 (struct frame_unwind): Add "type" field.
10664 * Makefile.in (frame_unwind_h): Add $(frame_h).
10665
10666 2003-04-04 Andrew Cagney <cagney@redhat.com>
10667
10668 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10669 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10670 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10671 get_frame_base.
10672 (d10v_unwind_dummy_id): Use frame_id_build.
10673 * frame.c (find_frame_sal): Use get_frame_pc.
10674 (create_new_frame): Use deprecated_update_frame_pc_hack and
10675 deprecated_update_frame_base_hack.
10676 (create_sentinel_frame): Add comment about ->pc going away.
10677 (get_prev_frame): Add comment about ->pc going away.
10678 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10679 frame_id_build, deprecated_update_frame_pc_hack and
10680 deprecated_update_frame_base_hack.
10681 (select_frame): Use get_frame_pc.
10682 (legacy_saved_regs_this_id): Use frame_id_build.
10683
10684 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
10685
10686 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10687 signed integer case.
10688 (classify_argument): Handle enumerations and references.
10689
10690 2003-04-04 Andrew Cagney <cagney@redhat.com>
10691
10692 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10693 ID to NULL.
10694
10695 2003-04-01 Adam Fedor <fedor@gnu.org>
10696
10697 * gdb/objc-lang.c (selectors_info): Replace calls to
10698 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10699 SYMBOL_NATURAL_NAME.
10700 (classes_info, find_methods): Likewise.
10701
10702 2003-04-03 Kevin Buettner <kevinb@redhat.com>
10703
10704 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10705 ``mach'' to the value determined by bfd_default_set_arch_mach().
10706
10707 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10708
10709 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10710 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10711 (mi-cmd-file.o): Update dependencies.
10712
10713 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10714
10715 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10716 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10717
10718 2003-04-01 Adam Fedor <fedor@gnu.org>
10719
10720 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10721 * language.h (struct language_defn): Add la_demangle.
10722 (language_demangle): Declare.
10723 * language.c (language_demangle): New function.
10724 (unk_lang_demangle): Likewise.
10725 (unknown_language_defn, auto_language_defn, local_language_defn):
10726 Add ukn_lang_demangle.
10727 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10728 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10729 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10730 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10731 * jv-lang.c (java_demangle): New function
10732 (java_language_defn): Use it for la_demangle element.
10733 * objc-lang.c (objc_demangle): Add options argument
10734 (objc_language_defn): Use objc_demangle for la_demangle element.
10735 * maint.c (maintenance_demangle): Replace switch with
10736 call to language_demangle.
10737 * utils.c (fprintf_symbol_filtered): Likewise.
10738
10739 2003-04-01 Andrew Cagney <cagney@redhat.com>
10740
10741 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10742 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10743 PRINT_TYPELESS_INTEGER.
10744 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10745 PUSH_RETURN_ADDRESS.
10746
10747 2003-04-01 Andrew Cagney <cagney@redhat.com>
10748
10749 * Makefile.in (d10v-tdep.o): Update dependencies.
10750 * d10v-tdep.c: Include "frame-base.h".
10751 (d10v_frame_unwind): Make constant.
10752 (d10v_frame_base_address): New function.
10753 (d10v_frame_base): New variable.
10754 (d10v_gdbarch_init): Set frame_base default.
10755 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10756 comment for base.
10757 (d10v_frame_unwind_cache): Set and use "prev_sp".
10758 (d10v_frame_this_id): Use the previous frame's inner most stack
10759 address and this frame's func address for the frame ID. Use
10760 frame_id_build. Don't analyze beyond the current instruction.
10761
10762 2003-04-01 Andrew Cagney <cagney@redhat.com>
10763
10764 * frame.h (get_frame_locals_address, get_frame_args_address):
10765 Refer to the base address, instead of the address of the first
10766 local or parameter.
10767
10768 2003-04-01 Andrew Cagney <cagney@redhat.com>
10769
10770 Add frame debug info addresses:
10771 * frame-base.c: New file.
10772 * frame-base.h: New file.
10773 * frame.h (struct frame_base): Add opaque declaration.
10774 (get_frame_base): Update comment.
10775 (get_frame_base_address): Declare.
10776 (get_frame_locals_address): Declare.
10777 (get_frame_args_address): Declare.
10778 (struct frame_info): Add "base" and "base_cache". Update
10779 comments on the unwinder.
10780 * frame.c: Include "frame-base.h".
10781 (get_frame_locals_address): New function.
10782 (get_frame_base_address): New function.
10783 (get_frame_args_address): New function.
10784 * findvar.c (read_var_value): Use get_frame_locals_address and
10785 get_frame_args_address.
10786 * stack.c (frame_info): Use get_frame_locals_address and
10787 get_frame_args_address.
10788 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10789 moved to "frame-base.c".
10790 * printcmd.c (print_frame_nameless_args): Ditto.
10791 * symtab.h (address_class): Update comments.
10792 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10793 get_frame_base_address.
10794 * dwarf2expr.c (execute_stack_op): Ditto.
10795 * Makefile.in (frame_base_h): Define.
10796 (frame.o): Update dependencies.
10797 (frame-base.o): Add dependencies.
10798 (SFILES): Add frame-base.c.
10799 (COMMON_OBS): Add frame-base.o.
10800
10801 2003-04-01 Andrew Cagney <cagney@redhat.com>
10802
10803 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10804 CALL_DUMMY_LENGTH): Ditto.
10805 * gdbarch.c: Re-generate.
10806 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10807 (CALL_DUMMY_LENGTH): Delete macro.
10808 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10809 * arm-tdep.c (arm_gdbarch_init): Ditto.
10810 * avr-tdep.c (avr_gdbarch_init): Ditto.
10811 * cris-tdep.c (cris_gdbarch_init): Ditto.
10812 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10813 * frv-tdep.c (frv_gdbarch_init): Ditto.
10814 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10815 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10816 * i386-tdep.c (i386_gdbarch_init): Ditto.
10817 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10818 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10819 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10820 * mips-tdep.c (mips_gdbarch_init): Ditto.
10821 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10822 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10823 * s390-tdep.c (s390_gdbarch_init): Ditto.
10824 * sh-tdep.c (sh_gdbarch_init): Ditto.
10825 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10826 * v850-tdep.c (v850_gdbarch_init): Ditto.
10827 * vax-tdep.c (vax_gdbarch_init): Ditto.
10828 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10829
10830 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10831
10832 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10833
10834 2003-04-01 Andrew Cagney <cagney@redhat.com>
10835
10836 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10837 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10838 * gdbarch.h, gdbarch.c: Re-generate.
10839 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10840 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10841 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10842 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10843 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10844 * infcmd.c (run_stack_dummy): Simplify assuming
10845 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10846 * infrun.c (handle_inferior_event): Ditto.
10847 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10848 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10849 * arm-tdep.c (arm_gdbarch_init): Ditto.
10850 * avr-tdep.c (avr_gdbarch_init): Ditto.
10851 * cris-tdep.c (cris_gdbarch_init): Ditto.
10852 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10853 * frv-tdep.c (frv_gdbarch_init): Ditto.
10854 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10855 * i386-tdep.c (i386_gdbarch_init): Ditto.
10856 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10857 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10858 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10859 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10860 * mips-tdep.c (mips_gdbarch_init): Ditto.
10861 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10862 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10863 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10864 * s390-tdep.c (s390_gdbarch_init): Ditto.
10865 * sh-tdep.c (sh_gdbarch_init): Ditto.
10866 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10867 * v850-tdep.c (v850_gdbarch_init): Ditto.
10868 * vax-tdep.c (vax_gdbarch_init): Ditto.
10869 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10870
10871 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10872
10873 * symfile.c (symfile_relocate_debug_section): Update call to
10874 bfd_simple_get_relocated_section_contents.
10875
10876 2003-03-31 Andrew Cagney <cagney@redhat.com>
10877
10878 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10879 * gdbarch.h, gdbarch.c: Regenerate.
10880 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10881 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10882 available.
10883 * frame.h (generic_fix_call_dummy): Delete declaration.
10884 * dummy-frame.h: Update comment.
10885 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10886 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10887 fix_call_dummy.
10888 * sh-tdep.c (sh_gdbarch_init): Ditto.
10889 * s390-tdep.c (s390_gdbarch_init): Ditto.
10890 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10891 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10892 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10893 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10894 * i386-tdep.c (i386_gdbarch_init): Ditto.
10895 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10896 * frv-tdep.c (frv_gdbarch_init): Ditto.
10897 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10898 * cris-tdep.c (cris_gdbarch_init): Ditto.
10899 * avr-tdep.c (avr_gdbarch_init): Ditto.
10900 * arm-tdep.c (arm_gdbarch_init): Ditto.
10901
10902 2003-03-31 J. Brobecker <brobecker@gnat.com>
10903
10904 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10905 (INIT_FRAME_AP): Likewise.
10906 (EXTRA_FRAME_INFO): Likewise.
10907
10908 2003-03-31 Andrew Cagney <cagney@redhat.com>
10909
10910 * gdbarch.sh: Include "symfile.h".
10911 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10912 * gdbarch.h, gdbarch.c: Re-generate.
10913 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10914 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10915 call_dummy_address, the default is at entry_point_address.
10916 * v850-tdep.c (v850_gdbarch_init): Ditto.
10917 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10918 * sh-tdep.c (sh_gdbarch_init): Ditto.
10919 * s390-tdep.c (s390_gdbarch_init): Ditto.
10920 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10921 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10922 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10923 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10924 * i386-tdep.c (i386_gdbarch_init): Ditto.
10925 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10926 * frv-tdep.c (frv_gdbarch_init): Ditto.
10927 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10928 * cris-tdep.c (cris_gdbarch_init): Ditto.
10929 * arm-tdep.c (arm_gdbarch_init): Ditto.
10930
10931 2003-03-31 Andrew Cagney <cagney@redhat.com>
10932
10933 * gdbarch.sh (CALL_DUMMY_P): Delete.
10934 * gdbarch.h, gdbarch.c: Re-generate.
10935 * inferior.h (CALL_DUMMY_P): Delete macro.
10936 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10937 * vax-tdep.c (vax_gdbarch_init): Update.
10938 * v850-tdep.c (v850_gdbarch_init): Update.
10939 * sparc-tdep.c (sparc_gdbarch_init): Update.
10940 * sh-tdep.c (sh_gdbarch_init): Update.
10941 * s390-tdep.c (s390_gdbarch_init): Update.
10942 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10943 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10944 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10945 * mips-tdep.c (mips_gdbarch_init): Update.
10946 * mcore-tdep.c (mcore_gdbarch_init): Update.
10947 * m68k-tdep.c (m68k_gdbarch_init): Update.
10948 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10949 * ia64-tdep.c (ia64_gdbarch_init): Update.
10950 * i386-tdep.c (i386_gdbarch_init): Update.
10951 * h8300-tdep.c (h8300_gdbarch_init): Update.
10952 * frv-tdep.c (frv_gdbarch_init): Update.
10953 * d10v-tdep.c (d10v_gdbarch_init): Update.
10954 * cris-tdep.c (cris_gdbarch_init): Update.
10955 * breakpoint.c (deprecated_frame_in_dummy): Update.
10956 * avr-tdep.c (avr_gdbarch_init): Update.
10957 * alpha-tdep.c (alpha_gdbarch_init): Update.
10958 * arm-tdep.c (arm_gdbarch_init): Update.
10959 * dummy-frame.c (dummy_frame_this_id): Update comments.
10960 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10961 * frame.c (legacy_get_prev_frame): Ditto.
10962 * valops.c (call_function_by_hand): Delete function.
10963 (hand_function_call): Rename to call_function_by_hand
10964
10965 2003-03-30 Andrew Cagney <cagney@redhat.com>
10966
10967 2002-11-10 Klee Dienes <kdienes@apple.com>
10968 * value.h (struct value): Update comment.
10969
10970 2003-03-30 Andrew Cagney <cagney@redhat.com>
10971
10972 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10973 D10V_FP_REGNUM.
10974 (d10v_gdbarch_init): Do not set fp_regnum.
10975
10976 * frame.c (get_frame_base): Force ID initialization.
10977 (get_prev_frame): Move computation of the frame ID from here ...
10978 (get_frame_id): ... to here.
10979 (legacy_get_prev_frame): Mark the frame ID as valid.
10980 * frame.h (struct frame_info): Add field "id_p".
10981
10982 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10983
10984 * i386-tdep.c (i386_store_struct_return): Removed.
10985 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10986
10987 2003-03-30 Andrew Cagney <cagney@redhat.com>
10988
10989 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10990 * gdbarch.h, gdbarch.c: Regenerate.
10991 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10992 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10993 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10994 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10995 * i386-tdep.c (i386_gdbarch_init): Ditto.
10996 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10997 * cris-tdep.c (cris_gdbarch_init): Ditto.
10998 * vax-tdep.c (vax_gdbarch_init): Ditto.
10999 * s390-tdep.c (s390_gdbarch_init): Ditto.
11000 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11001 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11002 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11003 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
11004 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
11005 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
11006 * sparc-tdep.c (sparc_gdbarch_init): Update.
11007 * sh-tdep.c (sh_gdbarch_init): Update.
11008 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11009 * mips-tdep.c (mips_gdbarch_init): Update.
11010 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11011 * ia64-tdep.c (ia64_gdbarch_init): Update.
11012 * frv-tdep.c (frv_gdbarch_init): Update.
11013 * avr-tdep.c (avr_gdbarch_init): Update.
11014 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
11015 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
11016 instead of when push_dummy_call is not available.
11017
11018 2003-03-30 Andrew Cagney <cagney@redhat.com>
11019
11020 * infttrace.c: Include "gdbthread.h".
11021 (parent_attach_all): Fix function signature.
11022 (call_ptrace): Update call.
11023 * Makefile.in (infttrace.o): Update dependencies.
11024
11025 2003-03-30 Andrew Cagney <cagney@redhat.com>
11026
11027 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
11028 PUSH_RETURN_ADDRESS.
11029 * gdbarch.h, gdbarch.c: Regenerate.
11030 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11031 * x86-64-tdep.c (x86_64_init_abi): Update.
11032 * v850-tdep.c (v850_gdbarch_init): Update.
11033 * sparc-tdep.c (sparc_gdbarch_init): Update.
11034 * sh-tdep.c (sh_gdbarch_init): Update.
11035 * s390-tdep.c (s390_gdbarch_init): Update.
11036 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11037 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11038 * mips-tdep.c (mips_gdbarch_init): Update.
11039 * mcore-tdep.c (mcore_gdbarch_init): Update.
11040 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11041 * ia64-tdep.c (ia64_gdbarch_init): Update.
11042 * i386-tdep.c (i386_gdbarch_init): Update.
11043 * h8300-tdep.c (h8300_gdbarch_init): Update.
11044 * frv-tdep.c (frv_gdbarch_init): Update.
11045 * cris-tdep.c (cris_gdbarch_init): Update.
11046 * avr-tdep.c (avr_gdbarch_init): Update.
11047 * arm-tdep.c (arm_gdbarch_init): Update.
11048 * valops.c (hand_function_call): Update.
11049
11050 2003-03-29 Andrew Cagney <cagney@redhat.com>
11051
11052 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
11053 sizeof_call_dummy_words.
11054 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
11055 define.
11056 * gdbarch.h: Regenerate.
11057
11058 2003-03-29 Andrew Cagney <cagney@redhat.com>
11059
11060 * infttrace.h: New file.
11061 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
11062 (hpread_get_textlow): Detect an uninitialized dn_bufp.
11063 (hpread_read_doc_function_type): Detect an initialized type1.
11064 (hpread_quick_traverse): Initialize mod_name_string.
11065 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
11066 (som_solib_get_solib_by_pc): Declare.
11067 (so_lib_thread_start_addr): Declare.
11068 (no_shared_libraries): Declare.
11069 * somread.c (init_import_symbols): Make static. Add forward
11070 declaration.
11071 * config/pa/nm-hppah.h: Include "infttrace.h" for
11072 parent_attach_all.
11073 (hppa_insert_hw_watchpoint): Declare.
11074 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
11075 * hppah-nat.c: Include "gdb_string.h".
11076 (parent_attach_all): Delete extern declaration, moved to
11077 "infttrace.h".
11078 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
11079 int.
11080 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
11081 * Makefile.in (infttrace_h): Define.
11082 (hpread.o): Update dependencies.
11083 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
11084 * hppa-hpux-tdep.c: Include "gdb_string.h".
11085 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
11086 * infrun.c (handle_inferior_event): Always initialize
11087 stepped_after_stopped_by_watchpoint. Add default and remove
11088 fallthrough in switch statement.
11089 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
11090 parameter to int.
11091 (hppa_remove_hw_watchpoint): Ditto.
11092
11093 2003-03-29 Andrew Cagney <cagney@redhat.com>
11094
11095 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
11096 offset.
11097
11098 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
11099
11100 * arm-tdep.c (arm_push_arguments): Delete.
11101 (struct stack_item): New type.
11102 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
11103 (arm_store_struct_return): Delte.
11104 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
11105 arm_push_arguments or arm_store_struct_return.
11106
11107 2003-03-28 Andrew Cagney <cagney@redhat.com>
11108
11109 * Makefile.in (d10v-tdep.o): Update dependencies.
11110 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
11111 * d10v-tdep.c: Include "remote.h".
11112 (target_resume_hook): Delete extern declaration.
11113 (target_wait_loop_hook): Ditto.
11114 (tdisassemble_command): Eliminate assignment in "if" conditional.
11115 (d10v_ts2_register_sim_regno): Eliminate call to
11116 legacy_register_sim_regno.
11117 (d10v_ts3_register_sim_regno): Ditto.
11118
11119 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
11120
11121 * thread.c: Reindented.
11122 * lin-lwp.c: Ditto.
11123 * linux-proc.c: Ditto.
11124
11125 2003-03-28 Bob Rossi <bob_rossi@cox.net>
11126
11127 * MAINTAINERS (write after approval): Add myself.
11128
11129 2003-03-27 Theodore A. Roth <troth@openavr.org>
11130
11131 * objc-exp.y: Add missing semi-colons.
11132
11133 2003-03-27 Andrew Cagney <cagney@redhat.com>
11134
11135 * regcache.c (write_sp): Delete function and references.
11136 * inferior.h (write_sp): Delete declaration.
11137 * valops.c (hand_function_call): Replace write_sp with
11138 TARGET_WRITE_SP.
11139 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
11140 (sparc_pop_frame): Ditto.
11141
11142 2003-03-27 Andrew Cagney <cagney@redhat.com>
11143
11144 * NEWS: Mention removal of support for hppa*-*-bsd* and
11145 hppa*-*-osf* natives, and hppa*-*-pro* target.
11146 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
11147 * config/pa/xm-pa.h: Obsolete file.
11148 * config/pa/xm-hppab.h: Obsolete file.
11149 * config/pa/nm-hppab.h: Obsolete file.
11150 * config/pa/tm-hppab.h: Obsolete file.
11151 * config/pa/tm-hppao.h: Obsolete file.
11152 * config/pa/nm-hppao.h: Obsolete file.
11153 * config/pa/tm-pro.h: Obsolete file.
11154 * config/pa/hppaosf.mt: Obsolete file.
11155 * config/pa/hppaosf.mh: Obsolete file.
11156 * config/pa/hppapro.mt: Obsolete file.
11157 * config/pa/hppabsd.mt: Obsolete file.
11158 * config/pa/hppabsd.mh: Obsolete file.
11159 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
11160 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
11161 hppa*-*-osf*.
11162
11163 2003-03-27 Andrew Cagney <cagney@redhat.com>
11164
11165 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
11166 push_arguments. Don't set push_return_address or write_sp.
11167 (d10v_push_dummy_call): Replace d10v_push_arguments.
11168 (d10v_push_return_address, d10v_write_sp): Delete function,
11169 handled by push_dummy_call.
11170
11171 2003-03-26 Andrew Cagney <cagney@redhat.com>
11172
11173 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
11174 (push_dummy_call): New pure multi-arch replacement with gdbarch,
11175 regcache and dummy_addr parameters.
11176 * gdbarch.h, gdbarch.c: Re-generate.
11177 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
11178 available; assume it will handle stack alignment and return
11179 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
11180 legacy_push_arguments.
11181 (legacy_push_arguments): Rename default_push_arguments.
11182 * value.h (legacy_push_arguments): Rename default_push_arguments.
11183 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
11184 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11185 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11186 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11187 * config/i386/tm-symmetry.h: Update.
11188 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11189 * x86-64-tdep.c (x86_64_init_abi): Update.
11190 * v850-tdep.c (v850_gdbarch_init): Update.
11191 * sparc-tdep.c (sparc_gdbarch_init): Update.
11192 * sh-tdep.c (sh_gdbarch_init): Update.
11193 * s390-tdep.c (s390_gdbarch_init): Update.
11194 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11195 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11196 * mips-tdep.c (mips_gdbarch_init): Update.
11197 * mcore-tdep.c (mcore_gdbarch_init): Update.
11198 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11199 * ia64-tdep.c (ia64_gdbarch_init): Update.
11200 * i386-tdep.c (i386_gdbarch_init): Update.
11201 * hppa-tdep.c (hppa_gdbarch_init): Update.
11202 * h8300-tdep.c (h8300_gdbarch_init): Update.
11203 * frv-tdep.c (frv_gdbarch_init): Update.
11204 * d10v-tdep.c (d10v_gdbarch_init): Update.
11205 * cris-tdep.c (cris_gdbarch_init): Update.
11206 * avr-tdep.c (avr_gdbarch_init): Update.
11207 * arm-tdep.c (arm_gdbarch_init): Update.
11208 * arm-linux-tdep.c (arm_linux_init_abi): Update.
11209 * alpha-tdep.c (alpha_gdbarch_init): Update.
11210
11211 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11212
11213 * signals/signals.c (do_target_signal_to_host): Correct realtime
11214 signal range test.
11215
11216 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11217
11218 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
11219 (struct sal_chain, map_catch_names): Remove.
11220 (catch_exception_command_1): Don't call
11221 handle_gnu_4_16_catch_command.
11222
11223 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11224
11225 From Mark Dettinger <dettinge@de.ibm.com>:
11226 * dwarf2cfi.c (read_2u): Increment pointer by two.
11227
11228 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11229
11230 * signals/signals.c: Fix typos in last change.
11231
11232 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11233
11234 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
11235 not already defined. Use __SIGRTMIN if available.
11236 (target_signal_from_host): Remove SIGRTMIN block.
11237 (do_target_signal_to_host): Remove SIGRTMIN block; check that
11238 the signal is within the realtime range.
11239
11240 2003-03-25 Adam Fedor <fedor@gnu.org>
11241
11242 * Makefile.in (infrun.o): Add $(language_h)
11243 * infrun.c (handle_inferior_event): Use skip_language_trampoline
11244 for language specific trampolines.
11245 * language.h (struct language_defn): Add skip_trampoline.
11246 (skip_language_trampoline): Declare.
11247 * language.c (unk_lang_trampoline, skip_language_trampoline):
11248 New functions.
11249 (unknown_language_defn, auto_language_defn, local_language_defn):
11250 Add ukn_lang_trampoline.
11251 * ada-lang.c (ada_language_defn): Add NULL for language
11252 specific skip_trampoline.
11253 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
11254 scm-lang.c: Likewise.
11255 * objc-lang.c (objc_skip_trampoline): New function.
11256 (objc_language_defn): Add objc_skip_trampoline.
11257
11258 2003-03-25 Andrew Cagney <cagney@redhat.com>
11259
11260 * frame.c (get_prev_frame): Delay validating a frame's ID -
11261 non-NULL, didn't go backwards - until an attempt to unwind it to
11262 the previous frame.
11263
11264 2003-03-25 Andrew Cagney <cagney@redhat.com>
11265
11266 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
11267 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
11268 * gdbarch.h, gdbarch.c: Re-generate.
11269 * config/sparc/tm-sparc.h
11270 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
11271 * sparc-tdep.c (sparc_gdbarch_init): Set
11272 deprecated_extra_stack_alignment_needed.
11273 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11274 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
11275 extra_stack_alignment_needed.
11276 * v850-tdep.c (v850_gdbarch_init): Ditto.
11277 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11278 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11279 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11280 * cris-tdep.c (cris_gdbarch_init): Ditto.
11281 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11282 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11283
11284 2003-03-25 Andrew Cagney <cagney@redhat.com>
11285
11286 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
11287 STORE_STRUCT_RETURN.
11288 * gdbarch.h, gdbarch.c: Regenerate.
11289 * d10v-tdep.c (d10v_store_struct_return): Delete function.
11290 (d10v_push_arguments): Set the struct return register.
11291 (d10v_gdbarch_init): Update.
11292 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11293 * x86-64-tdep.c (x86_64_init_abi): Update.
11294 * vax-tdep.c (vax_gdbarch_init): Update.
11295 * v850-tdep.c (v850_gdbarch_init): Update.
11296 * sparc-tdep.c (sparc_gdbarch_init): Update.
11297 * sh-tdep.c (sh_gdbarch_init): Update.
11298 * s390-tdep.c (s390_gdbarch_init): Update.
11299 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11300 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11301 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11302 * mips-tdep.c (mips_gdbarch_init): Update.
11303 * mcore-tdep.c (mcore_gdbarch_init): Update.
11304 * m68k-tdep.c (m68k_gdbarch_init): Update.
11305 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11306 * ia64-tdep.c (ia64_gdbarch_init): Update.
11307 * i386-tdep.c (i386_gdbarch_init): Update.
11308 * hppa-tdep.c (hppa_gdbarch_init): Update.
11309 * h8300-tdep.c (h8300_gdbarch_init): Update.
11310 * frv-tdep.c (frv_gdbarch_init): Update.
11311 * cris-tdep.c (cris_gdbarch_init): Update.
11312 * avr-tdep.c (avr_gdbarch_init): Update.
11313 * arm-tdep.c (arm_gdbarch_init): Update.
11314 * alpha-tdep.c (alpha_gdbarch_init): Update.
11315
11316 2003-03-25 Andrew Cagney <cagney@redhat.com>
11317
11318 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
11319 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
11320 CALL_DUMMY_STACK_ADJUST with a predicate variable.
11321 * gdbarch.h, gdbarch.c: Regenerate.
11322 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11323 call_dummy_stack_adjust_p.
11324 * vax-tdep.c (vax_gdbarch_init): Ditto.
11325 * v850-tdep.c (v850_gdbarch_init): Ditto.
11326 * sh-tdep.c (sh_gdbarch_init): Ditto.
11327 * s390-tdep.c (s390_gdbarch_init): Ditto.
11328 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11329 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11330 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11331 * mips-tdep.c (mips_gdbarch_init): Ditto.
11332 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11333 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11334 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11335 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11336 * i386-tdep.c (i386_gdbarch_init): Ditto.
11337 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11338 * frv-tdep.c (frv_gdbarch_init): Ditto.
11339 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11340 * cris-tdep.c (cris_gdbarch_init): Ditto.
11341 * avr-tdep.c (avr_gdbarch_init): Ditto.
11342 * arm-tdep.c (arm_gdbarch_init): Ditto.
11343 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11344 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11345 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
11346 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11347 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
11348 call_dummy_stack_adjust_p.
11349 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
11350 (CALL_DUMMY_STACK_ADJUST): Delete macro.
11351 * sparc-tdep.c (sparc32_push_arguments): Update.
11352 * valops.c (hand_function_call): Update.
11353
11354 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
11355
11356 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
11357 set_gdbarch_char_signed.
11358
11359 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11360
11361 PR cli/548
11362 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
11363
11364 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11365
11366 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
11367 (_initialize_arm_tdep): Don't set tm_print_insn.
11368
11369 2003-03-24 Adam Fedor <fedor@gnu.org>
11370
11371 * Makefile.in (YYOBJ): Add objc-exp.tab.o
11372 * objc-lang.h: Add multiple inclusion protection.
11373 (start_msglist, add_msglist, end_msglist): Additional declarations.
11374
11375 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
11376
11377 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
11378 value was renamed to ARM_FLOAT_SOFT_FPA.
11379
11380 2003-03-23 Andrew Cagney <cagney@redhat.com>
11381
11382 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
11383 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
11384 * gdbarch.h, gdbarch.c: Regenerate.
11385 * valops.c (hand_function_call): Update.
11386 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11387 * frame.c (legacy_saved_regs_this_id): Update.
11388 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
11389 * dummy-frame.h: Update.
11390 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
11391 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11392 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
11393 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
11394 * config/m68k/tm-sun3.h: Update.
11395 * blockframe.c (inside_main_func, frame_chain_valid): Update.
11396 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11397 * x86-64-tdep.c (x86_64_init_abi): Update.
11398 * vax-tdep.c (vax_gdbarch_init): Update.
11399 * v850-tdep.c (v850_gdbarch_init): Update.
11400 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
11401 * sh-tdep.c (sh_gdbarch_init): Update.
11402 * s390-tdep.c (s390_gdbarch_init): Update.
11403 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
11404 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
11405 (frame_get_saved_regs): Update.
11406 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11407 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11408 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11409 * mips-tdep.c (mips_gdbarch_init): Update.
11410 * mcore-tdep.c (mcore_gdbarch_init): Update.
11411 * m68k-tdep.c (m68k_gdbarch_init): Update.
11412 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11413 * ia64-tdep.c (ia64_gdbarch_init): Update.
11414 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
11415 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11416 (i386_interix_back_one_frame): Update.
11417 * hppa-tdep.c (hppa_gdbarch_init): Update.
11418 (hppa_init_extra_frame_info): Update.
11419 * h8300-tdep.c (h8300_gdbarch_init): Update.
11420 * frv-tdep.c (frv_gdbarch_init): Update.
11421 * cris-tdep.c (cris_gdbarch_init): Update.
11422 * avr-tdep.c (avr_gdbarch_init): Update.
11423 * arm-tdep.c (arm_gdbarch_init): Update.
11424 * alpha-tdep.c (alpha_gdbarch_init): Update.
11425
11426 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11427
11428 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
11429 (arm_get_fp_model): Declare.
11430 * arm-tdep.c (fp_model_strings): New string array.
11431 (arm_fp_model, current_fp_model): New variables.
11432 (arm_get_fp_model): New function.
11433 (arm_set_fp): New function.
11434 (set_fp_model_sfunc): New function.
11435 (show_fp_model): New function.
11436 (_initialize_arm_tdep): Add new command to set/show the FPU.
11437 (arm_extract_return_value): Use arm_get_fp_model.
11438 (arm_store_return_value): Likewise.
11439 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
11440 to initialize the floating-point data types.
11441 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11442 model is FPA.
11443
11444 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11445
11446 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
11447 the current setting of each value.
11448 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
11449 new_set and new_show. Use add_setshow_cmd_full and
11450 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
11451 commands and add new version as subcommands of "set/show arm".
11452
11453 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11454
11455 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11456 (set_arm_command, show_arm_command): New functions.
11457 (_initialize_arm_tdep): Add them.
11458 (num_disassembly_options): Renamed from num_flavor_options.
11459 (valid_disassembly_styles): Renamed from valid_flavors.
11460 (disassembly_style): Renamed from disassembly_flavor.
11461 (set_disassembly_style_sfunc): Renamed from
11462 set_disassembly_flavor_sfunc.
11463 (set_disassembly_style): Renamed from set_disassembly_flavor.
11464 (arm_othernames): Updated.
11465 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11466 command. Add "set/show arm disassembly" commands. Deprecate
11467 "othernames" command.
11468
11469 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11470
11471 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11472 (arm-tdep.o): Depend on elf_arm_h.
11473
11474 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11475
11476 * Makefile.in (coff_internal_h): Define.
11477 (arm-tdep.o): Update dependencies.
11478
11479 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11480
11481 * arm-tdep.c (prologue_cache): Delete.
11482 (check_prologue_cache, save_prologue_cache): Delete.
11483 (arm_scan_prologue): Don't check or update the prologue_cache.
11484 (arm_gdb_arch_init): Don't initialize it.
11485 (_initialize_arm_tdep): Likewise.
11486
11487 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11488
11489 * MAINTAINERS (tui): Maintainer of tui code.
11490
11491 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
11492
11493 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11494 (i386-cygwin-tdep.o): Add dependencies.
11495 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11496 * i386-cygwin-tdep.c: New file.
11497 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11498 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11499
11500 2003-03-20 Andrew Cagney <cagney@redhat.com>
11501
11502 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11503 (handle_inferior_event): Remove code calling
11504 DYNAMIC_TRAMPOLINE_NEXTPC.
11505
11506 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11507 already has a full path.
11508
11509 * main.c (gdb_main): Return 1.
11510 (captured_main): Call error to report an invalid interpreter.
11511
11512 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11513 * alpha-osf1-tdep.c: Include "gdb_string.h".
11514
11515 2003-03-19 J. Brobecker <brobecker@gnat.com>
11516
11517 Continuing work to convert the hppa targets to multiarch partial.
11518
11519 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11520 method, now that hppa_push_dummy_frame has a conformant prototype.
11521 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11522 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11523 for the switch to multiarch partial.
11524
11525 2003-03-19 Kevin Buettner <kevinb@redhat.com>
11526
11527 * mdebugread.c (parse_symbol): For stEnd, we're done counting
11528 when iss is issNull.
11529
11530 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11531
11532 * mips-tdep.c (mips_register_name): Fix fencepost error involving
11533 NUM_REGS bounds check.
11534
11535 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11536
11537 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11538 * mips-tdep.c (gdb_assert.h): Include.
11539 (mips_generic_reg_names, mips_processor_reg_names): Make static.
11540 (mips_register_name): Handle integer registers explicitly. Add
11541 bounds checking.
11542 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11543 (mips_lsi33k_reg_names): Don't list integer registers; they're
11544 handled by mips_register_name() now.
11545 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11546 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11547 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11548 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11549 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11550
11551 2003-03-18 Andrew Cagney <cagney@redhat.com>
11552
11553 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11554 a void pointer.
11555 * gdbtypes.h (print_scalar_formatted): Update declaration.
11556 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11557
11558 2003-03-18 J. Brobecker <brobecker@gnat.com>
11559
11560 * infrun.c (observer.h): Add #include.
11561 (normal_stop): Add call to observer_notify_normal_stop.
11562 * Makefile.in (infrun.o): Add dependency on observer.h.
11563
11564 2003-03-18 J. Brobecker <brobecker@gnat.com>
11565
11566 Continuing work to convert the hppa targets to multiarch partial.
11567 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11568 parameter. Reformat comment.
11569 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11570 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11571 to match new profile.
11572
11573 2003-03-18 J. Brobecker <brobecker@gnat.com>
11574
11575 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11576 appear to be working in any case.
11577
11578 2003-03-18 J. Brobecker <brobecker@gnat.com>
11579
11580 * observer.c (observer_test_first_observer): New static variable.
11581 (observer_test_second_observer): Likewise.
11582 (observer_test_third_observer): Likewise.
11583 (observer_test_first_notification_function): New static function.
11584 (observer_test_second_notification_function): Likewise.
11585 (observer_test_third_notification_function): Likewise.
11586
11587 2003-03-17 J. Brobecker <brobecker@gnat.com>
11588
11589 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11590 * somsolib.c (gdb_assert.h): Likewise.
11591 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11592 (somsolib.o): Likewise.
11593
11594 2003-03-17 Andrew Cagney <cagney@redhat.com>
11595
11596 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11597 BFD. Simplify setting of di.endian.
11598
11599 2003-03-17 Andrew Cagney <cagney@redhat.com>
11600
11601 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11602 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11603
11604 From Elena Zannoni <ezannoni@redhat.com>
11605 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11606 vector and floating-point parameters.
11607 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11608 convention.
11609 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11610
11611 2003-03-17 Fernando Nasser <fnasser@redhat.com>
11612
11613 * MAINTAINERS: Remove my name from several maintainership roles.
11614
11615 2003-03-17 Andrew Cagney <cagney@redhat.com>
11616
11617 Fix frame off-by-one bug.
11618 * frame-unwind.h (frame_this_id_ftype): Replace
11619 frame_unwind_id_ftype.
11620 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11621 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11622 with "prev_register".
11623 * frame-unwind.c (frame_unwind_find_by_pc): Return
11624 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11625 comment.
11626 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11627 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11628 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11629 (dummy_frame_unwind): Update.
11630 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11631 sentinel_frame_register_unwind.
11632 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11633 (sentinel_frame_unwinder): Update.
11634 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11635 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11636 * frame.c (create_sentinel_frame): Update. Initialize
11637 "prologue_cache" instead of "unwind_cache".
11638 (frame_register_unwind): Call this frame's prev_register with the
11639 next frame and this frame's prologue cache.
11640 (get_prev_frame): Simplify. Always call prev frame's this_id with
11641 this frame and prev frame's prologue cache. Document that this
11642 call is shifted one to the left when compared to the
11643 frame_register_unwind call.
11644 (legacy_saved_regs_prev_register): Replace
11645 frame_saved_regs_register_unwind.
11646 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11647 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11648 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11649 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11650 (d10v_frame_unwind): Update.
11651 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11652 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11653 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11654 "saved_regs" with "this_saved_regs".
11655
11656 2003-03-16 Andrew Cagney <cagney@redhat.com>
11657
11658 * frame.c (frame_pop): Don't call target_store_registers. Fix
11659 problem reported by Mark Kettenis.
11660
11661 2003-03-16 Mark Kettenis <kettenis@gnu.org>
11662
11663 * i386-tdep.c (i386_register_type): Renamed from
11664 i386_register_virtual_type. Adjust function signature.
11665 (i386_gdbarch_init): Set register_type instead of
11666 deprecated_max_register_raw_size,
11667 deprecated_max_register_virtual_size and register_virtual_type.
11668
11669 2003-03-14 Andrew Cagney <cagney@redhat.com>
11670
11671 * frame.c (get_prev_frame): When a legacy frame, always call
11672 legacy_get_prev_frame. Simplify unwind code using assumption that
11673 the unwinder is new.
11674 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11675 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11676 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11677
11678 2003-03-14 Andrew Cagney <cagney@redhat.com>
11679
11680 * frame.c (get_saved_register): Delete function.
11681 * frame.h (get_saved_register): Delete declaration.
11682 * xstormy16-tdep.c: Update comment.
11683 * regcache.h: Update comments.
11684 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11685 get_saved_register and extract_address, use
11686 frame_read_unsigned_register.
11687 (sparc_frame_saved_pc): Ditto.
11688 (sparc_get_saved_register): Instead of get_saved_register, use
11689 frame_register.
11690 (sparc_pop_frame): Ditto.
11691 * findvar.c: Update comments.
11692 (value_of_register): Call frame_register instead of
11693 get_saved_register.
11694 (value_from_register): Ditto.
11695 * config/sparc/tm-sparc.h: Update comment.
11696 * breakpoint.c: Update comment.
11697
11698 2003-03-14 Andrew Cagney <cagney@redhat.com>
11699
11700 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11701 GET_SAVED_REGISTER.
11702 * gdbarch.h, gdbarch.c: Re-generate.
11703 * frame.h: Update comments.
11704 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11705 * x86-64-tdep.c (x86_64_init_abi): Update.
11706 * sparc-tdep.c (sparc_gdbarch_init): Update.
11707 * sh-tdep.c (sh_gdbarch_init): Update.
11708 * mips-tdep.c (mips_gdbarch_init): Update.
11709 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11710 * cris-tdep.c (cris_gdbarch_init): Update.
11711 * ia64-tdep.c (ia64_gdbarch_init): Update.
11712 * frame.c (frame_register): Update.
11713 (get_saved_register): Update.
11714 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11715
11716 2003-03-13 Andrew Cagney <cagney@redhat.com>
11717
11718 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11719 * gdbarch.h, gdbarch.c: Regenerate.
11720 * valops.c (hand_function_call): Update comment.
11721 * stack.c (return_command): Update comment.
11722 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11723 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11724 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11725 * x86-64-tdep.c (x86_64_init_abi): Update.
11726 * vax-tdep.c (vax_gdbarch_init): Update.
11727 * v850-tdep.c (v850_gdbarch_init): Update.
11728 * sparc-tdep.c (sparc_gdbarch_init): Update.
11729 * sh-tdep.c (sh_gdbarch_init): Update.
11730 * s390-tdep.c (s390_gdbarch_init): Update.
11731 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11732 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11733 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11734 * mips-tdep.c (mips_gdbarch_init): Update.
11735 * mcore-tdep.c (mcore_gdbarch_init): Update.
11736 * m68k-tdep.c (m68k_gdbarch_init): Update.
11737 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11738 * ia64-tdep.c (ia64_gdbarch_init): Update.
11739 * i386-tdep.c (i386_gdbarch_init): Update.
11740 * hppa-tdep.c (hppa_gdbarch_init): Update.
11741 * h8300-tdep.c (h8300_gdbarch_init): Update.
11742 * frv-tdep.c (frv_gdbarch_init): Update.
11743 * cris-tdep.c (cris_gdbarch_init): Update.
11744 * avr-tdep.c (avr_gdbarch_init): Update.
11745 * arm-tdep.c (arm_gdbarch_init): Update.
11746 * alpha-tdep.c (alpha_gdbarch_init): Update.
11747
11748 2003-03-13 Andrew Cagney <cagney@redhat.com>
11749
11750 * frame.c (legacy_frame_p): New function.
11751 (get_prev_frame): Use legacy_frame_p.
11752 * frame.h (legacy_frame_p): Declare.
11753
11754 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11755
11756 * MAINTAINERS (write after approval): Alphabetically
11757 listing corrected.
11758
11759 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11760
11761 * MAINTAINERS (write after approval): Add myself.
11762
11763 2003-03-12 Andrew Cagney <cagney@redhat.com>
11764
11765 * frame.c (get_prev_frame): Rename the frame parameter to
11766 "this_frame".
11767 (get_next_frame, legacy_get_prev_frame): Ditto.
11768
11769 2003-03-12 Andrew Cagney <cagney@redhat.com>
11770
11771 * frame.c (get_current_frame): Check target_has_registers before
11772 checking target_has_stack.
11773 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11774 instead of deprecated_selected_frame.
11775 * findvar.c (value_of_register): Pass "frame", not
11776 deprecated_selected_frame, to value_of_builtin_reg.
11777
11778 2003-03-12 Andrew Cagney <cagney@redhat.com>
11779
11780 * regcache.c (regcache_cooked_write_signed): New function.
11781 (regcache_cooked_write_unsigned): New function.
11782 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11783 (regcache_cooked_read_signed): Fix regnum in range assertion.
11784 * regcache.h (regcache_cooked_write_signed): Declare.
11785 (regcache_cooked_write_unsigned): Declare.
11786
11787 2003-03-12 Andrew Cagney <cagney@redhat.com>
11788
11789 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11790 * gdbarch.h, gdbarch.c: Re-generate.
11791 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11792 * x86-64-tdep.h: Update.
11793 * x86-64-tdep.c (x86_64_init_abi): Update.
11794 * v850-tdep.c (v850_gdbarch_init): Update.
11795 * sparc-tdep.c (sparc_gdbarch_init): Update.
11796 * sh-tdep.c (sh_gdbarch_init): Update.
11797 * s390-tdep.c (s390_gdbarch_init): Update.
11798 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11799 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11800 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11801 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11802 * mips-tdep.c (mips_gdbarch_init): Update.
11803 * mcore-tdep.c (mcore_gdbarch_init): Update.
11804 * m68k-tdep.c (m68k_gdbarch_init): Update.
11805 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11806 * ia64-tdep.c (ia64_gdbarch_init): Update.
11807 * i386-tdep.c (i386_gdbarch_init): Update.
11808 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11809 * hppa-tdep.c (hppa_gdbarch_init): Update.
11810 * h8300-tdep.c (h8300_gdbarch_init): Update.
11811 * frv-tdep.c (frv_gdbarch_init): Update.
11812 * cris-tdep.c (cris_gdbarch_init): Update.
11813 * avr-tdep.c (avr_gdbarch_init): Update.
11814 * arm-tdep.c (arm_gdbarch_init): Update.
11815 * alpha-tdep.c (alpha_gdbarch_init): Update.
11816 * sh-tdep.c (sh_init_extra_frame_info): Update.
11817 (sh64_init_extra_frame_info): Update.
11818 * ns32knbsd-nat.c (frame_num_args): Update.
11819 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11820 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11821 (xstormy16_frame_chain_valid): Update.
11822 * vax-tdep.c (vax_saved_pc_after_call): Update.
11823 * v850-tdep.c (v850_frame_chain): Update.
11824 (v850_pop_frame): Update.
11825 (v850_init_extra_frame_info): Update.
11826 * sparc-tdep.c (setup_arbitrary_frame): Update.
11827 * ns32k-tdep.c (umax_frame_num_args): Update.
11828 * s390-tdep.c (s390_pop_frame_regular): Update.
11829 * mn10300-tdep.c (mn10300_frame_chain): Update.
11830 (mn10300_pop_frame_regular): Update.
11831 (mn10300_init_extra_frame_info): Update.
11832 * mips-tdep.c (mips_init_frame_pc_first): Update.
11833 (mips_frame_chain): Update.
11834 (mips_pop_frame): Update.
11835 * mcore-tdep.c (mcore_frame_chain): Update.
11836 (mcore_pop_frame): Update.
11837 (mcore_init_extra_frame_info): Update.
11838 * arch-utils.c (init_frame_pc_default): Update.
11839 * m68k-tdep.c (isi_frame_num_args): Update.
11840 (delta68_frame_num_args): Update.
11841 (news_frame_num_args): Update.
11842 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11843 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11844 (alpha_frame_chain): Update.
11845 (alpha_pop_frame): Update.
11846 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11847 (hppa_init_extra_frame_info): Update.
11848 (hppa_frame_chain): Update.
11849 (hppa_frame_chain_valid): Update.
11850 * cris-tdep.c (cris_init_extra_frame_info): Update.
11851 * avr-tdep.c (avr_init_extra_frame_info): Update.
11852 * arm-tdep.c (arm_frame_chain_valid): Update.
11853 (arm_init_extra_frame_info): Update.
11854 (arm_pop_frame): Update.
11855 * frame.c (frame_pc_unwind): Update.
11856 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11857 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11858 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11859 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11860 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11861 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11862
11863 2003-03-12 Andrew Cagney <cagney@redhat.com>
11864
11865 Eliminate the need for POP_FRAME.
11866 * frame.c (do_frame_unwind_register): New function.
11867 (frame_pop): When no POP_FRAME, pop the frame using register
11868 unwind and a scratch regcache.
11869 (frame_saved_regs_pop): Delete function.
11870 (trad_frame_unwinder): Update.
11871 * d10v-tdep.c (d10v_frame_pop): Delete function.
11872 (d10v_frame_unwind): Update.
11873 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11874 (sentinel_frame_unwinder): Update.
11875 * dummy-frame.c (dummy_frame_pop): Delete function.
11876 (dummy_frame_unwind): Update.
11877 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11878 (struct frame_unwind): Update.
11879
11880 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11881
11882 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11883 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11884 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11885 Do range checks on register number obtained from debugging info.
11886 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11887 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11888 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11889 mapping function.
11890 (do_fp_register_row): Fix typo which caused double type to be
11891 used when attempting to unpack a float.
11892
11893 2003-03-11 J. Brobecker <brobecker@gnat.com>
11894
11895 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11896
11897 2003-03-11 Andrew Cagney <cagney@redhat.com>
11898
11899 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11900 frame. Problem found by Corinna Vinschen.
11901
11902 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11903
11904 * doublest.c (floatformat_from_length): Accept also
11905 the real size of 'long double' type.
11906
11907 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11908
11909 From Klee Dienes <kdienes@apple.com>:
11910 * breakpoint.c (bpstat_copy): Copy the command lines as well
11911 as the old value, to match what is freed in bpstat_clear.
11912
11913 2003-03-10 David Carlton <carlton@math.stanford.edu>
11914
11915 * minsyms.c (add_minsym_to_hash_table): Replace
11916 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11917 (compare_minimal_symbols, compact_minimal_symbols)
11918 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11919 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11920 of DEPRECATED_SYMBOL_MATCHES_NAME.
11921 (lookup_minimal_symbol_solib_trampoline): Ditto.
11922
11923 2003-03-10 Andrew Cagney <cagney@redhat.com>
11924
11925 * regcache.h (regcache_cooked_read_ftype): Define.
11926 (regcache_save, regcache_restore): Add a cooked_read parameter.
11927 * regcache.c (regcache_save, regcache_restore): Update.
11928 (do_cooked_read): New function.
11929 (regcache_cpy): Pass do_cooked_read to regcache_save and
11930 regcache_restore.
11931
11932 2003-03-10 Andrew Cagney <cagney@redhat.com>
11933
11934 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11935 * gdbarch.h, gdbarch.c: Re-generate.
11936 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11937 * x86-64-tdep.h: Update.
11938 * x86-64-tdep.c (x86_64_init_abi): Update.
11939 * v850-tdep.c (v850_gdbarch_init): Update.
11940 * sparc-tdep.c (sparc_gdbarch_init): Update.
11941 * sh-tdep.c (sh_gdbarch_init): Update.
11942 * s390-tdep.c (s390_gdbarch_init): Update.
11943 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11944 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11945 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11946 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11947 * mips-tdep.c (mips_gdbarch_init): Update.
11948 * mcore-tdep.c (mcore_gdbarch_init): Update.
11949 * m68k-tdep.c (m68k_gdbarch_init): Update.
11950 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11951 * ia64-tdep.c (ia64_gdbarch_init): Update.
11952 * i386-tdep.c (i386_gdbarch_init): Update.
11953 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11954 * hppa-tdep.c (hppa_gdbarch_init): Update.
11955 * h8300-tdep.c (h8300_gdbarch_init): Update.
11956 * frv-tdep.c (frv_gdbarch_init): Update.
11957 * cris-tdep.c (cris_gdbarch_init): Update.
11958 * avr-tdep.c (avr_gdbarch_init): Update.
11959 * arm-tdep.c (arm_gdbarch_init): Update.
11960 * alpha-tdep.c (alpha_gdbarch_init): Update.
11961 * sh-tdep.c (sh_init_extra_frame_info): Update.
11962 (sh64_init_extra_frame_info): Update.
11963 * ns32knbsd-nat.c (frame_num_args): Update.
11964 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11965 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11966 (xstormy16_frame_chain_valid): Update.
11967 * vax-tdep.c (vax_saved_pc_after_call): Update.
11968 * v850-tdep.c (v850_frame_chain): Update.
11969 (v850_pop_frame): Update.
11970 (v850_init_extra_frame_info): Update.
11971 * sparc-tdep.c (setup_arbitrary_frame): Update.
11972 * ns32k-tdep.c (umax_frame_num_args): Update.
11973 * s390-tdep.c (s390_pop_frame_regular): Update.
11974 * mn10300-tdep.c (mn10300_frame_chain): Update.
11975 (mn10300_pop_frame_regular): Update.
11976 (mn10300_init_extra_frame_info): Update.
11977 * mips-tdep.c (mips_init_frame_pc_first): Update.
11978 (mips_frame_chain): Update.
11979 (mips_pop_frame): Update.
11980 * mcore-tdep.c (mcore_frame_chain): Update.
11981 (mcore_pop_frame): Update.
11982 (mcore_init_extra_frame_info): Update.
11983 * arch-utils.c (init_frame_pc_default): Update.
11984 * m68k-tdep.c (isi_frame_num_args): Update.
11985 (delta68_frame_num_args): Update.
11986 (news_frame_num_args): Update.
11987 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11988 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11989 (alpha_frame_chain): Update.
11990 (alpha_pop_frame): Update.
11991 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11992 (hppa_init_extra_frame_info): Update.
11993 (hppa_frame_chain): Update.
11994 (hppa_frame_chain_valid): Update.
11995 * cris-tdep.c (cris_init_extra_frame_info): Update.
11996 * avr-tdep.c (avr_init_extra_frame_info): Update.
11997 * arm-tdep.c (arm_frame_chain_valid): Update.
11998 (arm_init_extra_frame_info): Update.
11999 (arm_pop_frame): Update.
12000 * frame.c (frame_pc_unwind): Update.
12001 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12002 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12003 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12004 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12005 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12006 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12007
12008 2003-03-10 Andrew Cagney <cagney@redhat.com>
12009
12010 * gdbarch.sh (gdbarch_unwind_pc): New method.
12011 * gdbarch.h, gdbarch.c: Regenerate.
12012 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
12013 but use read_pc and FRAME_SAVED_PC as fall backs.
12014 (frame_saved_regs_pc_unwind): Delete function.
12015 (trad_frame_unwinder): Update.
12016 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
12017 (struct frame_unwind): Update.
12018 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
12019 (dummy_frame_unwind): Update.
12020 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
12021 (sentinel_frame_unwinder): Update.
12022 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
12023 (d10v_frame_unwind): Update.
12024 (d10v_unwind_pc): New function.
12025 (d10v_gdbarch_init): Set unwind_pc.
12026
12027 2003-03-10 Andrew Cagney <cagney@redhat.com>
12028
12029 * gdbarch.h: Re-generate.
12030
12031 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
12032 PC.
12033 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
12034 the PC register.
12035
12036 2003-03-08 Mark Kettenis <kettenis@gnu.org>
12037
12038 * gdbarch.sh (save_dummy_frame_tos): Add comment.
12039
12040 2003-03-08 Andrew Cagney <cagney@redhat.com>
12041
12042 * cli-out.c: Update copyright.
12043 (cli_out_data): Define typedef. Use instead of ui_out_data.
12044
12045 2003-03-08 Andrew Cagney <cagney@redhat.com>
12046
12047 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
12048 the result.
12049
12050 2003-03-07 Andrew Cagney <cagney@redhat.com>
12051
12052 * gdbarch.sh: Don't generate two macro definitions when an
12053 undefined macro taking no arguments.
12054 * gdbarch.h: Regenerate.
12055
12056 2002-03-07 Michal Ludvig <mludvig@suse.cz>
12057
12058 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
12059 (x86_64_unwind_dummy_id): New functions.
12060 (x86_64_init_abi): Register these two new functions.
12061
12062 2003-03-07 Michal Ludvig <mludvig@suse.cz>
12063
12064 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
12065 (x86_64_skip_prologue): Move prologue detection to
12066 separate function.
12067 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
12068
12069 2003-03-05 Andrew Cagney <cagney@redhat.com>
12070
12071 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
12072 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
12073 * frame.c (get_prev_frame): Restructure the frame ID unwind code
12074 to use unwind_dummy_id when a dummy frame.
12075 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
12076 predicate.
12077 * gdbarch.h, gdbarch.c: Regneerate.
12078
12079 2003-03-05 Andrew Cagney <cagney@redhat.com>
12080
12081 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
12082 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
12083 Do not use d10v_read_sp or d10v_read_fp when obtaining register
12084 values.
12085
12086 2003-03-05 Andrew Cagney <cagney@redhat.com>
12087
12088 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
12089 (struct d10v_unwind_cache): Delete field "frameless". Replace
12090 "next_addr" with "sp_offset". Add "r11_offset".
12091 (d10v_frame_unwind_cache): Update.
12092 (prologue_find_regs): Update. When "mv r11, sp", save the
12093 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
12094 RN was saved in r11_offset.
12095
12096 2003-03-05 Andrew Cagney <cagney@redhat.com>
12097
12098 * frame.c (deprecated_update_frame_pc_hack): Also update the the
12099 cached PC value in the next frame.
12100
12101 2003-03-05 Andrew Cagney <cagney@redhat.com>
12102
12103 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
12104 "id_unwind_cache" with "id".
12105 (frame_id_unwind): Delete declaration.
12106 * frame.c (frame_id_unwind): Delete function.
12107 (get_prev_frame): Call the frame id unwind method directly. Store
12108 the returned next frame's ID value in NEXT_FRAME. Note that there
12109 is a problem with the wrong unwind ID being called with the wrong
12110 unwind cache.
12111
12112 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12113
12114 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
12115
12116 2003-03-05 James Ingham <jingham@apple.com>
12117 Daniel Jacobowitz <drow@mvista.com>
12118
12119 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
12120 (auto_cp_abi): New variable.
12121 (current_cp_abi, num_cp_abis): Make static.
12122 (CP_ABI_MAX): Define.
12123 (cp_abis): Turn into an array.
12124 (value_virtual_fn_field): Fix formatting.
12125 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
12126 takes a pointer.
12127 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
12128 (list_cp_abis, _initialize_cp_abi): New functions.
12129 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
12130 declarations for cp_abis, num_cp_abis, current_cp_abi, and
12131 switch_to_cp_abi. Update prototype for register_cp_abi.
12132 * Makefile.in (cp-abi.o): Update dependencies.
12133 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
12134 instead of switch_to_cp_abi.
12135 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
12136 register_cp_abi.
12137 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
12138 register_cp_abi.
12139 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
12140
12141 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12142
12143 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
12144 * dwarf2loc.c: Include "regcache.h".
12145 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
12146 register_size.
12147 * Makefile.in (dwarf2loc.o): Update dependencies.
12148
12149 2003-03-04 Theodore A. Roth <troth@openavr.org>
12150
12151 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12152 number of io registers reported by remote target is not a multiple of
12153 step.
12154
12155 2003-03-04 David Carlton <carlton@math.stanford.edu>
12156
12157 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
12158 (lookup_symbol_aux_psymtabs): Update call to
12159 lookup_partial_symbol.
12160 (lookup_transparent_type, find_main_psymtab)
12161 (make_symbol_overload_list): Ditto.
12162
12163 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
12164
12165 * MAINTAINERS (Write after approval): Update my email address.
12166
12167 2003-03-03 Andrew Cagney <cagney@redhat.com>
12168
12169 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
12170 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
12171 predicate. Replace MAX_REGISTER_RAW_SIZE.
12172 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
12173 MAX_REGISTER_VIRTUAL_SIZE.
12174 * regcache.c (legacy_max_register_raw_size): New function.
12175 (legacy_max_register_virtual_size): New function.
12176 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
12177 (MAX_REGISTER_RAW_SIZE): Define.
12178 (legacy_max_register_raw_size): Declare.
12179 (legacy_max_register_virtual_size): Declare.
12180 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12181 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
12182 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12183 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12184 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12185 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12186 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12187 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12188 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12189 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12190 * vax-tdep.c (vax_gdbarch_init): Update.
12191 * v850-tdep.c (v850_gdbarch_init): Update.
12192 * sparc-tdep.c (sparc_gdbarch_init): Update.
12193 * sh-tdep.c (sh_gdbarch_init): Update.
12194 * s390-tdep.c (s390_gdbarch_init): Update.
12195 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12196 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12197 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12198 * mips-tdep.c (mips_gdbarch_init): Update.
12199 * mcore-tdep.c (mcore_gdbarch_init): Update.
12200 * m68k-tdep.c (m68k_gdbarch_init): Update.
12201 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12202 * ia64-tdep.c (ia64_gdbarch_init): Update.
12203 * i386-tdep.c (i386_gdbarch_init): Update.
12204 * hppa-tdep.c (hppa_gdbarch_init): Update.
12205 * h8300-tdep.c (h8300_gdbarch_init): Update.
12206 * frv-tdep.c (frv_gdbarch_init): Update.
12207 * cris-tdep.c (cris_gdbarch_init): Update.
12208 * avr-tdep.c (avr_gdbarch_init): Update.
12209 * arm-tdep.c (arm_gdbarch_init): Update.
12210 * alpha-tdep.c (alpha_gdbarch_init): Update.
12211 * d10v-tdep.c (d10v_gdbarch_init): Do not set
12212 max_register_raw_size or max_register_virtual_size.
12213
12214 2003-03-03 David Carlton <carlton@math.stanford.edu>
12215
12216 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
12217 SYMBOL_MATCHES_NAME, add comment.
12218 (SYMBOL_MATCHES_NATURAL_NAME): New.
12219 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
12220 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
12221 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
12222 * symtab.c (lookup_partial_symbol): Use
12223 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
12224 unhelpful comment.
12225 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
12226 SYMBOL_MATCHES_NAME.
12227 Fix for PR c++/33.
12228
12229 2003-03-03 David Carlton <carlton@math.stanford.edu>
12230
12231 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
12232 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
12233 by regexp matching against SYMBOL_NATURAL_NAME.
12234
12235 2003-03-03 David Carlton <carlton@math.stanford.edu>
12236
12237 * linespec.c (find_method): Extract code into collect_methods.
12238 (collect_methods): New.
12239
12240 2003-03-02 Mark Kettenis <kettenis@gnu.org>
12241
12242 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
12243 get_frame_base.
12244
12245 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
12246 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12247
12248 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
12249
12250 * arch-utils.c (generic_register_byte): Fix to use the loop index
12251 and not regnum when summing the size of all registers up to regnum.
12252
12253 2003-03-01 Andrew Cagney <cagney@redhat.com>
12254
12255 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
12256 FRAME_INIT_SAVED_REGS.
12257 * gdbarch.h, gdbarch.c: Regenerate.
12258 * stack.c (frame_info): Update.
12259 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
12260 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
12261 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
12262 * ns32k-tdep.c (ns32k_pop_frame): Update.
12263 * mips-tdep.c (mips_pop_frame): Update.
12264 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
12265 * ia64-tdep.c (ia64_frame_chain): Update.
12266 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
12267 (ia64_frameless_function_invocation): Update.
12268 (ia64_init_extra_frame_info): Update.
12269 (ia64_pop_frame_regular): Update.
12270 * frame.h (struct frame_info): Update comment.
12271 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
12272 * frame.c (frame_saved_regs_register_unwind): Update.
12273 (frame_saved_regs_register_unwind): Update.
12274 (deprecated_generic_get_saved_register): Update.
12275 * cris-tdep.c: Update comment.
12276 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
12277 Rename macro.
12278 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12279 * x86-64-tdep.c (x86_64_init_abi): Update.
12280 * vax-tdep.c (vax_gdbarch_init): Update.
12281 * v850-tdep.c (v850_gdbarch_init): Update.
12282 * sparc-tdep.c (sparc_gdbarch_init): Update.
12283 * sh-tdep.c (sh_gdbarch_init): Update.
12284 * s390-tdep.c (s390_gdbarch_init): Update.
12285 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12286 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12287 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12288 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12289 * mips-tdep.c (mips_gdbarch_init): Update.
12290 * mcore-tdep.c (mcore_gdbarch_init): Update.
12291 * m68k-tdep.c (m68k_gdbarch_init): Update.
12292 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12293 * ia64-tdep.c (ia64_gdbarch_init): Update.
12294 * i386-tdep.c (i386_gdbarch_init): Update.
12295 * frv-tdep.c (frv_gdbarch_init): Update.
12296 * avr-tdep.c (avr_gdbarch_init): Update.
12297 * arm-tdep.c (arm_gdbarch_init): Update.
12298 * alpha-tdep.c (alpha_gdbarch_init): Update.
12299
12300 2003-03-01 Andrew Cagney <cagney@redhat.com>
12301
12302 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
12303 option enum and switch. When no windows, set the interpreter to
12304 INTERP_CONSOLE.
12305
12306 2003-03-01 Andrew Cagney <cagney@redhat.com>
12307
12308 * main.c (captured_main): Replace magic option characters with an
12309 enum.
12310
12311 2003-03-01 Andrew Cagney <cagney@redhat.com>
12312
12313 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
12314 INIT_EXTRA_FRAME_INFO.
12315 * gdbarch.h, gdbarch.c: Regenerate.
12316 * arm-tdep.c: Update comments.
12317 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
12318 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
12319 * frame.h, avr-tdep.c: Ditto.
12320 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
12321 (create_new_frame, legacy_get_prev_frame): Ditto.
12322 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12323 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12324 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
12325 deprecated_init_extra_frame_info instead of init_extra_frame_info.
12326 * x86-64-tdep.c (x86_64_init_abi): Ditto.
12327 * v850-tdep.c (v850_gdbarch_init): Ditto.
12328 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12329 * sh-tdep.c (sh_gdbarch_init): Ditto.
12330 * s390-tdep.c (s390_gdbarch_init): Ditto.
12331 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
12332 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12333 * mips-tdep.c (mips_gdbarch_init): Ditto.
12334 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12335 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12336 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12337 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12338 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12339 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12340 * frv-tdep.c (frv_gdbarch_init): Ditto.
12341 * cris-tdep.c (cris_gdbarch_init): Ditto.
12342 * avr-tdep.c (avr_gdbarch_init): Ditto.
12343 * arm-tdep.c (arm_gdbarch_init): Ditto.
12344 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12345 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12346
12347 2003-03-01 Andrew Cagney <cagney@redhat.com>
12348
12349 * gdbarch.sh (register_type): New function with predicate.
12350 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
12351 * gdbarch.h, gdbarch.c: Re-generate.
12352 * arch-utils.c (generic_register_byte): Use generic_register_size.
12353 (generic_register_size): When available, use
12354 gdbarch_register_type.
12355 * regcache.c (init_regcache_descr): When available, initialize the
12356 register type array using gdbarch_register_type. If the
12357 architecture supplies gdbarch_register_type, do not use the legacy
12358 regcache layout.
12359 * d10v-tdep.c (d10v_register_type): Replace
12360 d10v_register_virtual_type.
12361 (d10v_gdbarch_init): Set register_type instead of
12362 register_virtual_type.
12363
12364 2003-03-01 Andrew Cagney <cagney@redhat.com>
12365
12366 * Makefile.in (ax-gdb.o): Update dependencies.
12367 * ax-gdb.c: Include "regcache.h".
12368 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
12369 * findvar.c (value_of_register): Ditto.
12370 * infcmd.c (default_print_registers_info): Ditto.
12371
12372 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12373
12374 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
12375 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12376
12377 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12378
12379 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
12380 of STREQ.
12381
12382 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
12383
12384 * Makefile.in (dwarf2loc.o): Update dependencies.
12385 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
12386 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
12387 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
12388 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
12389 (locexpr_tracepoint_var_ref): New function.
12390 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
12391
12392 2003-02-28 Andrew Cagney <cagney@redhat.com>
12393
12394 * regcache.c (register_size): New function.
12395 * regcache.h (register_size): Declare
12396 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
12397 max_register_size instead of MAX_REGISTER_RAW_SIZE.
12398
12399 2003-02-28 David Carlton <carlton@math.stanford.edu>
12400
12401 * linespec.c (decode_compound): Extract code into find_method.
12402 (find_method): New.
12403
12404 2003-02-28 J. Brobecker <brobecker@gnat.com>
12405
12406 * Makefile.in: Add rules to build and link in observer.o.
12407
12408 2003-02-27 J. Brobecker <brobecker@gnat.com>
12409
12410 * observer.c: Minor comments edits.
12411
12412 2003-02-27 J. Brobecker <brobecker@gnat.com>
12413
12414 * observer.h, observer.c: New file.
12415
12416 2003-02-27 Andrew Cagney <cagney@redhat.com>
12417
12418 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
12419
12420 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
12421
12422 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
12423 (M6812_OP_STS_EXT): Likewise.
12424 (m6811_prologue): Use the above to recognize prologue.
12425 (m6812_prologue): Likewise.
12426
12427 2003-02-27 David Carlton <carlton@math.stanford.edu>
12428
12429 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
12430 SYMBOL_PRINT_NAME.
12431 (compare_psymbols): Ditto.
12432 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
12433
12434 2003-02-27 Michael Snyder <msnyder@redhat.com>
12435
12436 * f-lang.c (build_fortran_types): New function.
12437 (_initialize_f_language): Gdbarch-register built-in fortran types.
12438 * doublest.c (extract_floating): Fix warning text.
12439
12440 2003-02-27 Andrew Cagney <cagney@redhat.com>
12441
12442 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12443 predicate. Replaces PUSH_DUMMY_FRAME.
12444 * gdbarch.h, gdbarch.c: Regnerate.
12445 * valops.c (hand_function_call): Update. Call
12446 generic_push_dummy_frame directly.
12447 * vax-tdep.c (vax_gdbarch_init): Update.
12448 * sparc-tdep.c (sparc_gdbarch_init): Update.
12449 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12450 * m68k-tdep.c (m68k_gdbarch_init): Update.
12451 * hppa-tdep.c (hppa_gdbarch_init): Update.
12452 * alpha-tdep.c (alpha_gdbarch_init): Update.
12453 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12454 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12455 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12456 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12457 push_dummy_frame to generic_push_dummy_frame.
12458 * v850-tdep.c (v850_gdbarch_init): Ditto.
12459 * sh-tdep.c (sh_gdbarch_init): Ditto.
12460 * s390-tdep.c (s390_gdbarch_init): Ditto.
12461 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12462 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12463 * mips-tdep.c (mips_gdbarch_init): Ditto.
12464 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12465 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12466 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12467 * i386-tdep.c (i386_gdbarch_init): Ditto.
12468 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12469 * frv-tdep.c (frv_gdbarch_init): Ditto.
12470 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12471 * cris-tdep.c (cris_gdbarch_init): Ditto.
12472 * avr-tdep.c (avr_gdbarch_init): Ditto.
12473 * arm-tdep.c (arm_gdbarch_init): Ditto.
12474
12475 2003-02-26 Kevin Buettner <kevinb@redhat.com>
12476
12477 * mips-tdep.c (show_mips_abi): New function.
12478 (_initialize_mips_tdep): Use show_mips_abi() to implement the
12479 command ``show mips abi''.
12480
12481 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
12482
12483 From Elena Zannoni <ezannoni@redhat.com>
12484 * dbxread.c (process_one_symbol): Only record line 0 if one or
12485 more sline entries have been seen for the function.
12486
12487 2003-02-26 Michael Chastain <mec@shout.net>
12488
12489 * configure: Regenerate with autoconf 000227.
12490
12491 2003-02-26 Michael Chastain <mec@shout.net>
12492
12493 Close PR build/660.
12494 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12495 for old libc5/glibc.
12496 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12497
12498 2003-02-26 Kris Warkentin <kewarken@qnx.com>
12499
12500 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12501 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12502
12503 2003-02-26 Michael Chastain <mec@shout.net>
12504
12505 * configure.in: New variable HAVE_UINTPTR_T.
12506 * configure, config.in: Regenerated.
12507
12508 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
12509
12510 Fix PR build/1097.
12511 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12512
12513 2003-02-25 Andrew Cagney <cagney@redhat.com>
12514
12515 * frame.c (get_prev_frame): Add comment on check for
12516 inside_entry_func. Only check for inside_entry_file when not a
12517 dummy and not a sentinel. Check that the new frame is not inner
12518 to the old frame.
12519
12520 2003-02-25 Andrew Cagney <cagney@redhat.com>
12521
12522 * frame.c (frame_debug): New variable.
12523 (_initialize_frame): Add "set/show debug frame" command.
12524 (get_prev_frame): When frame_debug, print reason why unwind
12525 failed.
12526
12527 2003-02-25 Michael Chastain <mec@shout.net>
12528
12529 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12530 to avoid uintptr_t definition problems.
12531
12532 2003-02-25 David Carlton <carlton@math.stanford.edu>
12533
12534 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12535 (SYMBOL_LINKAGE_NAME): Ditto.
12536 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12537 SYMBOL_LINKAGE_NAME.
12538 (struct general_symbol_info): Expand comment.
12539 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12540 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12541 (SYMBOL_MATCHES_REGEXP): Ditto.
12542 * symtab.c (symbol_natural_name): New function.
12543 * objfiles.h: Replace all uses of SYMBOL_NAME by
12544 DEPRECATED_SYMBOL_NAME.
12545 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12546 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12547 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12548 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12549 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12550 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12551 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12552 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12553 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12554 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12555 * ada-exp.y: Ditto.
12556 * ada-exp.y: Update copyright.
12557 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12558 * cp-valprint.c: Ditto.
12559
12560 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12561
12562 * infptrace.c (detach): Do not flag error if ptrace detach fails
12563 and errno is set to ESRCH.
12564
12565 2003-02-24 Andrew Cagney <cagney@redhat.com>
12566
12567 * infptrace.c (udot_info): Change type of udot_off to long. Use
12568 paddr when printing udot_off's value.
12569
12570 2003-02-24 David Carlton <carlton@math.stanford.edu>
12571
12572 * symtab.c (make_symbol_overload_list): Only read in partial
12573 symtabs containing a matching partial symbol.
12574
12575 2003-02-24 David Carlton <carlton@math.stanford.edu>
12576
12577 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12578 do the comparison, not strcmp.
12579 * symfile.c (compare_psymbols): Ditto.
12580 * defs.h: Declare strcmp_iw_ordered.
12581 * utils.c (strcmp_iw_ordered): New function.
12582
12583 2003-02-24 Jim Blandy <jimb@redhat.com>
12584
12585 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12586 support, shared libs): Remove my name from here, to better reflect
12587 reality.
12588
12589 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12590
12591 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12592 (target_ops): Add to_have_continuable_watchpoint.
12593 * target.c (update_current_target): Add INHERIT line for
12594 to_have_continuable_watchpoint.
12595 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12596 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12597 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12598 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12599
12600 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
12601
12602 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12603 maintainership.
12604
12605 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12606
12607 * solib.c (solib_open): Call target defined search function after
12608 failing with solib-search-path.
12609 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12610 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
12611
12612 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12613
12614 * MAINTAINERS: Add myself to Write After section.
12615
12616 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12617
12618 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12619
12620 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12621
12622 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12623 (m68hc11_add_reggroups): New function.
12624 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12625 (m68hc11_gdbarch_init): Install the reggroups.
12626 (_initialize_m68hc11_tdep): Initialize them.
12627
12628 2003-02-21 James E Wilson <wilson@tuliptree.org>
12629
12630 * MAINTAINERS: Update my email address.
12631
12632 2003-02-21 David Carlton <carlton@math.stanford.edu>
12633
12634 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12635
12636 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
12637
12638 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12639 * symtab.h: Add opaque declarations of struct axs_value and
12640 struct agent_expr.
12641 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12642 (struct location_funcs): New type.
12643 (struct symbol): Add "loc" to aux_value.
12644 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12645 * dwarf2read.c: Include "dwarf2expr.h".
12646 (dwarf2_symbol_mark_computed): New function.
12647 (read_func_scope): Use it.
12648 (var_decode_location): New function.
12649 (new_symbol): Use it.
12650 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12651
12652 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12653 (dwarf2expr_h, dwarf2loc_h): New variables.
12654 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12655 (dwarf2expr.o, dwarf2loc.o): New rules.
12656 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12657 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12658 LOC_COMPUTED_ARG.
12659 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12660 * m2-exp.y (yylex): Likewise.
12661 * printcmd.c (address_info, print_frame_args): Likewise.
12662 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12663 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12664 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12665 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12666 * symtab.c (lookup_block_symbol): Likewise.
12667
12668 2003-02-20 Adam Fedor <fedor@gnu.org>
12669
12670 * symtab.h: Remove objc_specific struct
12671 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12672 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12673 Have language_objc use cplus_specific struct.
12674
12675 2003-02-20 Tom Tromey <tromey@redhat.com>
12676
12677 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12678 TYPE_NAME, when printing a String value. PR java/1075.
12679
12680 2003-02-20 Adam Fedor <fedor@gnu.org>
12681
12682 * objc-lang.h (find_methods): Remove declaration.
12683 * objc-lang.c (find_methods): Make static.
12684
12685 2003-02-20 Christopher Faylor <cgf@redhat.com>
12686
12687 * win32-nat.c (get_image_name): Check return value from
12688 ReadProcessMemory.
12689 (child_xfer_memory): Ditto.
12690
12691 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
12692
12693 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12694 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12695 '${exec_prefix}' (in addition to the expansion thereof) as
12696 relocatable.
12697 * configure: Rebuilt.
12698
12699 2003-02-20 David Carlton <carlton@math.stanford.edu>
12700
12701 * symtab.c (search_symbols): Revert the search_symbols part of my
12702 2002-12-23 patch. Add comment.
12703
12704 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12705
12706 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12707 * dbxread.c (elfstab_build_psymtabs): Don't call
12708 install_minimal_symbols.
12709 (stabsect_build_psymtabs): Likewise.
12710 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12711 earlier.
12712 * somread.c (som_symfile_read): Call install_minimal_symbols
12713 and do_cleanups earlier.
12714 * nlmread.c (nlm_symfile_read): Likewise.
12715 * mdebugread.c (elfmdebug_build_psymtabs): Call
12716 install_minimal_symbols and make appropriate cleanups.
12717
12718 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12719
12720 * solib.c (reload_shared_libraries): New function.
12721 (_initialize_solib): Add callbacks for ``set solib-search-path''
12722 and ``set solib-absolute-prefix''.
12723
12724 2003-02-20 David Carlton <carlton@math.stanford.edu>
12725
12726 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12727 expand comment.
12728 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12729 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12730 * ada-typeprint.c (ada_typedef_print): Ditto.
12731 * ax-gdb.c (gen_var_ref): Ditto.
12732 * breakpoint.c (print_one_breakpoint): Ditto.
12733 * buildsym.c (finish_block): Ditto.
12734 * c-valprint.c (c_val_print): Ditto.
12735 * expprint.c (print_subexp): Ditto.
12736 * findvar.c (locate_var_value): Ditto.
12737 * infcmd.c (jump_command): Ditto.
12738 * linespec.c (decode_line_2, decode_compound): Ditto.
12739 * maint.c (maintenance_translate_address): Ditto.
12740 * objc-lang.c (compare_selectors, compare_classes): Ditto.
12741 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12742 Ditto.
12743 * p-valprint.c (pascal_val_print): Ditto.
12744 * stabsread.c (define_symbol): Ditto.
12745 * stack.c (print_frame, frame_info, print_block_frame_locals)
12746 (print_frame_arg_vars, return_command): Ditto.
12747 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12748 * symmisc.c (print_symbol): Ditto.
12749 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12750 (compare_search_syms, print_symbol_info, print_msymbol_info)
12751 (rbreak_command): Ditto.
12752 * tracepoint.c (tracepoints_info): Ditto.
12753 * typeprint.c (typedef_print): Ditto.
12754 * valops.c (value_of_variable, hand_function_call): Ditto.
12755 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12756 * ada-typeprint.c: Update Copyright.
12757 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12758 * tracepoint.c, cli/cli-cmds.c: Ditto.
12759
12760 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12761
12762 * frame.c (generic_unwind_get_saved_register): Make non-static.
12763 * frame.h (generic_unwind_get_saved_register): Declare.
12764 * mips-tdep.c (read_next_frame_reg): Fetch register from
12765 current regcache when frame is NULL.
12766 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12767 that must be NULL.
12768 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12769 instead of frame_register_unwind().
12770
12771 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12772
12773 * remote-sim.c (gdbsim_insert_breakpoint)
12774 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12775 code.
12776
12777 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12778
12779 * remote.c (_initialize_remote): Add commands "set/show remote
12780 hardware-watchpoint-limit" and "set/show remote
12781 hardware-breakpoint-limit".
12782 (remote_hw_watchpoint_limit): Initialize to -1.
12783 (remote_hw_breakpoint_limit): Ditto.
12784 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12785
12786 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12787
12788 * coff-pe-read.c: New file - support reading of minimal symbols from a
12789 portable executable using the export table.
12790 * coff-pe-read.h: New file.
12791 * coffread.c: Include coff-pe-read.h.
12792 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12793 debugging symbols found.
12794 * Makefile.in (SFILES): Add coff-pe-read.o.
12795 (coff_pe_read_h): Define.
12796 (COMMON_OBS): Add coff-pe-read.o.
12797 (coffread.o): Add coff_pe_read_h dependency.
12798 (coff-pe-read.o): New target.
12799
12800 2003-02-19 David Carlton <carlton@math.stanford.edu>
12801
12802 * Makefile.in (SFILES): Add block.c.
12803 (block_h): New.
12804 (COMMON_OBS): Add block.o.
12805 (block.o): New.
12806 (x86-64-tdep.o): Add $(block_h).
12807 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12808 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12809 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12810 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12811 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12812 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12813 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12814 * value.h: Add opaque declaration for struct block.
12815 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12816 * ada-lang.h: Ditto.
12817 * x86-64-tdep.c: #include "block.h"
12818 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12819 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12820 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12821 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12822 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12823 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12824 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12825 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12826 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12827 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12828 * symtab.c (block_function): Ditto.
12829 (contained_in): Ditto.
12830 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12831 block.h. Add opaque declaration for struct block.
12832 * symtab.h: Move block_function and contained_in declarations to
12833 block.h. Add opaque declarations for struct block, struct
12834 blockvector.
12835 (struct block): Move to block.h.
12836 (struct blockvector): Ditto.
12837 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12838 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12839 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12840 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12841 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12842 Ditto.
12843 * block.c: New file.
12844 * block.h: New file.
12845
12846 2003-02-19 Theodore A. Roth <troth@openavr.org>
12847
12848 * avr-tdep.c (avr_extract_return_value): Remove function.
12849 (avr_store_return_value): Remove function.
12850 (avr_extract_struct_value_address): Remove function.
12851 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12852
12853 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12854
12855 * rs6000-tdep.c: Include "gdb_assert.h".
12856 (registers_e500): Add "acc" and "spefscr".
12857 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12858 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12859 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12860 really is "r0".
12861 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12862
12863 2003-02-18 Keith Seitz <keiths@redhat.com>
12864
12865 * Makefile.in: Add gdbtk-interps.c.
12866
12867 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12868
12869 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12870 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12871
12872 2003-02-18 Andrew Cagney <cagney@redhat.com>
12873
12874 * symtab.h (struct objfile): Add opaque declaration.
12875
12876 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12877
12878 From Jim Ingham <jingham@apple.com>:
12879 * dbxread.c (process_one_symbol): Use last_function_start rather
12880 than function_start_offset to find the real beginning of the
12881 current function. The latter is just the text section offset on
12882 some systems, the former is always the real function start.
12883
12884 2003-02-17 Andrew Cagney <cagney@redhat.com>
12885
12886 * configure.in: Revert ${target} != ${host}.
12887
12888 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12889
12890 * configure.in (Makefile): Use the test ${target} != ${host},
12891 instead of the absence of the "nm.h" file, to determine of the
12892 configuration non-native.
12893 * configure: Regenerate.
12894
12895 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12896
12897 From Brian Ford <ford@vss.fsi.com>
12898
12899 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12900 conditionalize tui_active test.
12901 (lookup_cmd_1): Ditto.
12902
12903 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12904
12905 * configure.in: Add check for _etext.
12906 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12907 available.
12908 * config.in, configure: regenerated.
12909
12910 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12911
12912 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12913
12914 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12915
12916 * main.c (tui_version): Delete variable.
12917 (captured_main): When --tui, set interpreter_p to "tui" instead of
12918 enabling tui_version.
12919 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12920 tui_version.
12921 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12922 * cli/cli-cmds.c (disassemble_command): Ditto.
12923 * defs.h (tui_version): Delete declaration.
12924 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12925 (tui-interp.o): Add rules.
12926 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12927
12928 2003-02-14 Christopher Faylor <cgf@redhat.com>
12929
12930 * win32-nat.c (register_loaded_dll): Correctly set address range for
12931 just-loaded dll.
12932
12933 2003-02-12 Jason Molenda (jmolenda@apple.com)
12934
12935 * symmisc.c (print_objfile_statistics): Include information about
12936 the number of psymtabs and symtabs in each object file.
12937
12938 2003-02-13 Keith R Seitz <keiths@redhat.com>
12939
12940 * main.h (struct captured_main_args): Add interpreter_p.
12941 * main.c (captured_main): Initialize interpreter_p from context.
12942 * gdb.c (main): Set interpreter_p argument.
12943 * Makefile.in (gdb.o): Add dependency for interps.h.
12944
12945 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12946
12947 * event-top.c (cli_command_loop): Delete declaration.
12948 (_initialize_event_loop): Delete function setting event_loop_hook.
12949 * event-top.h (cli_command_loop): Declare. Update copyright.
12950 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12951 * interps.c (current_interp_command_loop): When event_loop_p, call
12952 cli_command_loop.
12953
12954 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12955
12956 * interps.h (interp_command_loop_ftype): Change return type to
12957 void.
12958
12959 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12960
12961 * x86-64-tdep.c (x86_64_extract_return_value)
12962 (x86_64_store_return_value): Use regcache instead of regbuf.
12963 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12964 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12965
12966 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12967
12968 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12969 * aclocal.m4: Regenerate.
12970 * configure: Regenerate.
12971
12972 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12973 TCL_LD_SEARCH_FLAGS.
12974
12975 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12976
12977 * dwarf2cfi.c: Reindented.
12978
12979 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12980
12981 * interps.c (clear_interpreter_hooks): Convert function definition
12982 to ISO C.
12983
12984 2003-02-07 David Carlton <carlton@math.stanford.edu>
12985
12986 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12987
12988 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12989
12990 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12991 (struct type): ...to here.
12992 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12993 field.
12994 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12995 (replace_type): Set length on all type variants for a given type.
12996
12997 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12998
12999 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
13000 <sys/stat.h>.
13001 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
13002
13003 2003-02-06 Andrew Cagney <ac131313@redhat.com>
13004
13005 * Makefile.in (symm-nat.o): Update dependencies.
13006 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
13007 (lynx-nat.o, ia64-linux-nat.): Ditto.
13008 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
13009 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
13010 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
13011
13012 * Makefile.in (inflow_h): Define.
13013 (procfs.o, inflow.o, procfs.o): Update dependencies.
13014 * inftarg.c (child_stop): Delete extern declaration of
13015 inferior_process_group. Include "inflow.h".
13016 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
13017 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
13018 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
13019 (our_process_group, inferior_process_group): Extern declarations.
13020
13021 * procfs.c: Include "gdb_assert.h".
13022
13023 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
13024 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
13025 * jv-typeprint.c (java_type_print_base): Ditto.
13026 * typeprint.c (typedef_print): Eliminate STREQ.
13027 * cli/cli-script.c (define_command, define_command): Ditto.
13028 * main.c (captured_main): Ditto.
13029 * values.c (lookup_internalvar): Ditto.
13030 * utils.c (safe_strerror, parse_escape): Eliminate assignment
13031 within `if' conditional.
13032 * linespec.c (decode_line_2): Ditto.
13033 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
13034 (bfd_openw_with_cleanup): Ditto.
13035
13036 2003-02-07 Mark Kettenis <kettenis@gnu.org>
13037
13038 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
13039 legacy_extract_return_value and store_return_value to
13040 legacy_return_value.
13041
13042 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
13043
13044 * win32-nat.c (get_relocated_section_addrs): New function. Find
13045 section load addresses for symbol handling in relocated DLLs.
13046 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
13047
13048 2003-02-05 Fred Fish <fnf@intrinsity.com>
13049
13050 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
13051 '=' and '!='.
13052 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
13053 with '&' and '=='.
13054 (angel_RDI_info): Ditto.
13055 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
13056 with '&' and '!='.
13057 (threads_continue_all_with_signals): Ditto.
13058
13059 2003-02-05 Jim Ingham <jingham@apple.com>
13060 Keith Seitz <keiths@redhat.com>
13061 Elena Zannoni <ezannoni@redhat.com>
13062 Andrew Cagney <ac131313@redhat.com>
13063
13064 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
13065 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
13066 (SUBDIR_MI_OBS): Add "mi-interp.o".
13067 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
13068 (SFILES): Add "interps.c".
13069 (COMMON_OBS): Add "interps.o".
13070 (interps_h, mi_main_h): Define.
13071 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
13072 (mi-main.o, main.o, event-top.o): Update dependencies.
13073 * cli/cli-interp.c: New file.
13074 * interps.h, interps.c: New files.
13075 * top.c: (gdb_init): Don't install the default interpreter, handed
13076 by captured_main.
13077 * main.c: Include "interps.h".
13078 (interpreter_p): Note that it should malloc'ed.
13079 (captured_command_loop): Call current_interp_command_loop.
13080 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
13081 xfree and xstrdup when updating interpreter_p. Install the
13082 default interpreter. Add hack to stop mi1's copyright notice
13083 being encoded.
13084 * event-top.h (gdb_setup_readline): Declare.
13085 (gdb_disable_readline): Declare.
13086 * event-top.c: Include "interps.h".
13087 (display_gdb_prompt): Call current_interp_display_prompt_p.
13088 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
13089 gdb_stdlog, and gdb_stdtarg.
13090 (_initialize_event_loop): Don't call gdb_setup_readline.
13091 * cli-out.c (cli_out_set_stream): New function.
13092 * cli-out.h (cli_out_set_stream): Declare.
13093
13094 2003-02-06 Mark Kettenis <kettenis@gnu.org>
13095
13096 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
13097 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
13098 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
13099 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
13100 config/i386/i386v42mp.mt: Removed.
13101
13102 2003-02-05 Mark Kettenis <kettenis@gnu.org>
13103
13104 * configure.tgt (*-*-solaris*): Set gdb_osabi to
13105 GDB_OSABI_SOLARIS.
13106
13107 2003-02-05 Michael Chastain <mec@shout.net>
13108
13109 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
13110 2.12.1 and earlier versions.
13111
13112 2003-02-05 Andrew Cagney <ac131313@redhat.com>
13113
13114 Remove orphaned hosts, targets and files.
13115 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
13116 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
13117 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
13118 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
13119 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
13120 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
13121 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
13122 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
13123 * config/sparc/tm-sp64sim.h: Delete.
13124 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
13125 hosts.
13126 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
13127 mips*-dec-mach3* targets.
13128
13129 2003-02-04 Michael Chastain <mec@shout.net>
13130
13131 * NEWS: Fix typo: sepcifying -> specifying.
13132
13133 2003-02-04 Michael Chastain <mec@shout.net>
13134
13135 * dwarfread.c: Add documentation on the state of dwarf-1,
13136 looking towards obsoletion.
13137
13138 2003-02-03 Michael Chastain <mec@shout.net>
13139
13140 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
13141 gdb/testsuite/gdb.c++/pr-1023.exp.
13142
13143 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13144
13145 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
13146 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
13147
13148 * utils.c (init_page_info): Delete reference to MPW in comments.
13149 * main.c (captured_main): Delete #ifdef MPW.
13150
13151 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13152
13153 * NEWS: Note that the m32r-*-elf* is obsolete.
13154 * monitor.c (monitor_expect): Obsolete reference to m32r.
13155 * configure.tgt: Mark m32r-*-elf* as obsolete.
13156 * MAINTAINERS: Mark m32k as obsolete.
13157 * m32r-rom.c: Obsolete file.
13158 * config/m32r/m32r.mt: Obsolete file.
13159 * config/m32r/tm-m32r.h: Obsolete file.
13160 * m32r-stub.c: Obsolete file.
13161 * m32r-tdep.c: Obsolete file.
13162
13163 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13164
13165 * NEWS: Mention that the z8k-zilog-none is obsolete.
13166 * MAINTAINERS: Mark z8k as obsolete.
13167 * configure.tgt: Obsolete the z8k-*-coff* target.
13168 * config/z8k/z8k.mt: Obsolete file.
13169 * config/z8k/tm-z8k.h: Obsolete file.
13170 * z8k-tdep.c: Obsolete file.
13171
13172 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13173
13174 * NEWS: Mention that the mn10200-elf is obsolete.
13175 * configure.tgt: Obsolete mn10200-*-* target.
13176 * breakpoint.c (update_breakpoints_after_exec): Update comment to
13177 mention that the mn10200 is obsolete.
13178 * breakpoint.h: Ditto.
13179 * MAINTAINERS: Mark the mn10200-elf as obsolete.
13180 * config/mn10200/mn10200.mt: Obsolete file.
13181 * config/mn10200/tm-mn10200.h: Obsolete file.
13182 * mn10200-tdep.c: Obsolete file.
13183
13184 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13185
13186 * MAINTAINERS: Mark h8500 as obsolete.
13187 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
13188 * findvar.c (value_from_register): Ditto.
13189 * h8500-tdep.c: Mark file as obsolete.
13190 * config/h8500/h8500.mt: Ditto.
13191 * config/h8500/tm-h8500.h: Ditto.
13192 * NEWS: Mention that h8500 is obsolete.
13193
13194 2003-02-04 David Carlton <carlton@math.stanford.edu>
13195
13196 * objfiles.c (allocate_objfile): Always set name. Add comment at
13197 start of function.
13198 * jv-lang.c (get_dynamics_objfile): Add comment.
13199
13200 2003-02-04 David Carlton <carlton@math.stanford.edu>
13201
13202 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
13203 * printcmd.c (build_address_symbolic): Replace uses of
13204 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
13205 SYMBOL_NAME, and asm_demangle.
13206 Update copyright.
13207
13208 2003-02-04 David Carlton <carlton@math.stanford.edu>
13209
13210 * linespec.c (decode_compound): Extract code into
13211 lookup_prefix_sym.
13212 (lookup_prefix_sym): New function.
13213
13214 2003-02-04 David Carlton <carlton@math.stanford.edu>
13215
13216 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
13217 FLOAT_COERCION_BADNESS.
13218 * gdbtypes.c (rank_one_type): Replace all uses of
13219 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
13220
13221 2003-02-04 Jim Blandy <jimb@redhat.com>
13222
13223 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
13224 section, let dwarf_macinfo_section point to it, not
13225 dwarf_loc_section.
13226
13227 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13228
13229 Pointed out by Anton Blanchard <anton@samba.org>.
13230 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
13231 (ppc_linux_at_sigtramp_return_path): Use it.
13232
13233 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13234
13235 * defs.h (streq): Add prototype.
13236 * utils.c (streq): New function.
13237
13238 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
13239 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
13240 * mdebugread.c (new_symbol): Likewise.
13241 * stabsread.c (define_symbol): Likewise.
13242 * coffread.c (process_coff_symbol): Likewise.
13243 * dwarfread.c (new_symbol): Likewise.
13244
13245 * minsyms.c (prim_record_minimal_symbol_and_info): Use
13246 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
13247 here.
13248 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
13249 SYMBOL_INIT_DEMANGLED_NAME.
13250 * objfiles.c: Include "hashtab.h".
13251 (allocate_objfile): Call htab_set_functions_ex for the
13252 demangled_names_hash.
13253 (free_objfile): Call htab_delete for the demangled_names_hash.
13254 * objfiles.h (struct htab): Add declaration.
13255 (struct objfile): Add demangled_names_hash.
13256 * symfile.c: Include "hashtab.h".
13257 (reread_symbols): Call htab_delete for the demangled_names_hash.
13258 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
13259 SYMBOL_NAME in the bcache.
13260 * symtab.c: Include "hashtab.h". Update comments.
13261 (create_demangled_names_hash, symbol_set_names): New functions.
13262 (symbol_find_demangled_name): New function, broken out from
13263 symbol_init_demangled_names.
13264 (symbol_init_demangled_names): Use it.
13265 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
13266 (SYMBOL_SET_NAMES): New macro.
13267 (symbol_set_names): Add prototype.
13268
13269 2003-02-03 Jim Blandy <jimb@redhat.com>
13270
13271 Use a single, consistent representation for an empty minimal
13272 symbol table in an objfile.
13273 * objfiles.c (terminate_minimal_symbol_table): New function.
13274 (allocate_objfile): Call it.
13275 * objfiles.h (terminate_minimal_symbol_table): New declaration.
13276 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
13277 non-NULL.
13278 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
13279 objfile has minimal symbols, compare minimal_symbol_count to zero,
13280 instead of comparing msymbols with NULL.
13281 * objfiles.c (have_minimal_symbols): Same.
13282 * solib-sunos.c (solib_add_common_symbols): Call
13283 terminate_minimal_symbol_table.
13284 * symfile.c (reread_symbols): Same.
13285
13286 2003-02-03 Kevin Buettner <kevinb@redhat.com>
13287
13288 * s390-tdep.c (s390_address_class_type_flags)
13289 (s390_address_class_type_flags_to_name)
13290 (s390_address_class_name_to_type_flags): New functions.
13291 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
13292 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
13293
13294 2003-02-03 Michael Snyder <msnyder@redhat.com>
13295
13296 * arm-tdep.c: Fix spell-o in comment.
13297
13298 2003-02-03 Michal Ludvig <mludvig@suse.cz>
13299
13300 * dwarf2cfi.c (pointer_encoding): Added new parameter.
13301 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
13302 error messages to contain BFD filename.
13303
13304 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
13305
13306 Fix PR gdb/742 gdb/743 gdb/877
13307 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
13308 (do_mixed_source_and_assembly): Use
13309 make_cleanup_ui_out_tuple_begin_end and
13310 make_cleanup_ui_out_tuple_begin_end.
13311 (do_mixed_source_and_assembly): Ditto.
13312 * thread.c (do_captured_list_thread_ids): Ditto.
13313 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
13314 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
13315 ui_out_tuple_end): Delete prototypes.
13316 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
13317 ui_out_list_end, ui_out_tuple_end): Delete.
13318
13319 From Kevin Buettner <kevinb@redhat.com>:
13320 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
13321 * ui-out.c (make_cleanup_ui_out_table_begin_end)
13322 (do_cleanup_table_end): New functions.
13323 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
13324 Use cleanups to invoke_ui_out_tuple_end().
13325 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
13326 * cli/cli-setshow.c (cmd_show_list): Use
13327 make_cleanup_ui_out_tuple_begin_end.
13328
13329 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13330
13331 * frame.c (frame_unwind_register): New function.
13332 (frame_unwind_unsigned_register): Use.
13333 (frame_unwind_signed_register): Use.
13334 (frame_read_register): New function.
13335 * frame.h (frame_unwind_register): Declare.
13336 (frame_read_register): Declare.
13337
13338 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
13339 and frame_unwind_register instead of read_memory, write_register
13340 and deprecated_write_register_bytes.
13341
13342 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13343
13344 * frame.h: Note that namelen can be negative.
13345 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
13346 NAME's length.
13347
13348 * NEWS: Mention that the d10v's `regs' command is deprecated.
13349 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
13350 (d10v_print_registers_info): New function.
13351 (show_regs): Call d10v_print_registers_info.
13352 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
13353
13354 2003-02-02 Mark Kettenis <kettenis@gnu.org>
13355
13356 * stack.c (print_frame_info): Restore call to annotate_frame_begin
13357 lost in the previous patch.
13358
13359 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13360
13361 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
13362 * stack.c (print_frame_info_base): Output complete FRAME tuple
13363 for synthesized frames.
13364
13365 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13366
13367 * mips-nat.c (zerobuf): Delete.
13368 (fetch_inferior_registers): Alloc local zerobuf.
13369 (fetch_core_registers): Alloc local zerobuf.
13370 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
13371 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
13372 * thread-db.c (thread_db_store_registers): Ditto.
13373 * sh-tdep.c (sh_do_register): Ditto.
13374 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
13375 * remote-sim.c (gdbsim_store_register): Ditto.
13376 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
13377 * remote-e7000.c (fetch_regs_from_dump): Ditto.
13378 * monitor.c (monitor_supply_register): Ditto.
13379 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
13380 * mips-nat.c (fetch_inferior_registers): Ditto.
13381 * m68klinux-nat.c (fetch_register): Ditto.
13382 * lynx-nat.c (fetch_inferior_registers): Ditto.
13383 (fetch_inferior_registers): Ditto.
13384 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
13385 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
13386 (hpux_thread_store_registers): Ditto.
13387 * hppah-nat.c (fetch_register): Ditto.
13388 * hppab-nat.c (fetch_register): Ditto.
13389 * hppa-tdep.c (pa_register_look_aside): Ditto.
13390 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
13391 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
13392
13393 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13394
13395 * gdbarch.sh: Explictly specify all method levels. When a
13396 variable with an empty level, provide a non-multi-arch default.
13397 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
13398 * gdbarch.h: Re-generate.
13399 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
13400 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
13401
13402 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13403
13404 * defs.h (host_pointer_to_address): Delete declaration.
13405 (address_to_host_pointer): Delete declaration.
13406 * utils.c (host_pointer_to_address): Delete function.
13407 (address_to_host_pointer): Delete function.
13408 * procfs.c (procfs_address_to_host_pointer): New function.
13409 * procfs.c (proc_set_watchpoint): Use.
13410 (procfs_can_use_hw_breakpoint): Update comments.
13411 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
13412 (som_solib_add): Use.
13413 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
13414 * hppa-tdep.c (unwind_command): Use.
13415
13416 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13417
13418 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
13419 strlen d_name.
13420
13421 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
13422 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
13423 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
13424 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
13425 (define_symbol): Update.
13426 * symfile.c (generic_load): Remove references to nindy.
13427 * symtab.c: Remove references to nindy.
13428
13429 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13430
13431 * infcmd.c (print_float_info): Delete code conditional on
13432 FLOAT_INFO.
13433 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
13434 * config/m68k/nm-apollo68b.h: Ditto.
13435 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
13436 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13437 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13438
13439 2003-02-01 Mark Kettenis <kettenis@gnu.org>
13440
13441 * config/i386/tm-i386os9k.h: Removed.
13442
13443 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13444 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13445 they're identical to i[3456]86-*-sysv* now.
13446 * config/i386/i386v32.mh: Removed.
13447 * config/i386/xm-i386v32.h: Removed.
13448 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13449
13450 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13451
13452 * config/i386/i386dgux.mh: Removed.
13453 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13454
13455 * configure.in: Fix typo.
13456 * configure: Regenerated.
13457
13458 2003-01-31 David Carlton <carlton@math.stanford.edu>
13459
13460 * dwarf2read.c (dwarf2_locate_sections): Set
13461 dwarf_ranges_section.
13462
13463 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13464
13465 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13466 * utils.c: Update comments documenting legitimate uses of PTR.
13467
13468 * utils.c: Re-indent.
13469
13470 * config/djgpp/fnchange.lst: Delete nindy files.
13471 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13472 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13473 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13474 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13475 * nindy-share/README, nindy-share/Onindy.c: Delete files.
13476 * nindy-tdep.c, nindy-share/Makefile: Delete files.
13477 * Makefile.in (init.c): Remove nindy references.
13478 (saber_gdb): Delete rule.
13479 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13480 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13481 and a68v-nat.c.
13482 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13483 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13484 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13485 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13486 nindy-share/stop.h.
13487 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13488 * saber.suppress: Delete file.
13489
13490 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
13491
13492 * dbxread.c (stabs_data): New static variable.
13493 (fill_symbuf): Support an in-memory buffer for stabs data.
13494 (stabs_seek): New function.
13495 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13496 (read_ofile_symtab): Use stabs_seek.
13497 (elfstab_build_psymtabs): Take an asection* instead of
13498 an offset and size. Relocate the stabs data if necessary.
13499 Save the section* for dbx_psymtab_to_symtab.
13500 * dwarf2read.c: Add section variables for each debug section.
13501 (dwarf2_locate_sections): Fill them in.
13502 (dwarf2_read_section): Take an asection* argument.
13503 Relocate the section contents if necessary.
13504 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13505 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13506 it to dwarf2_read_section.
13507 (dwarf2_build_frame_info): Update callers.
13508 * elfread.c (elf_symfile_read): Update call to
13509 elfstab_build_psymtabs.
13510 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13511 (DBX_STAB_SECTION): New macro.
13512 * stabsread.h (elfstab_build_psymtabs): Update prototype.
13513 * symfile.c (symfile_dummy_outputs): New function.
13514 (symfile_relocate_debug_section): New function.
13515 * symfile.h (symfile_relocate_debug_section): Add prototype.
13516
13517 2003-01-31 Richard Henderson <rth@redhat.com>
13518
13519 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13520 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
13521 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13522 * alpha-tdep.c (alpha_register_name): Add "unique".
13523 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13524 (ALPHA_UNIQUE_REGNUM): New.
13525 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13526
13527 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13528
13529 * README: Remove reference to Ericsson 1800 monitor.
13530 * Makefile.in (remote-es.o): Delete rule.
13531 (ALLDEPFILES): Delete remote-es.c.
13532 * remote-es.c: Delete file.
13533 * config/m68k/es1800.mt: Delete file.
13534 * config/djgpp/fnchange.lst: Update.
13535 * configure.tgt: Delete m68*-ericsson-* target.
13536
13537 2003-01-31 Adam Fedor <fedor@gnu.org>
13538
13539 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13540 Remove duplicate/shadowing variable of same name.
13541
13542 2003-01-30 Jim Blandy <jimb@redhat.com>
13543
13544 * symfile.c (find_separate_debug_file): Assert that the objfile's
13545 directory name we compute ends with a slash, and then assume that
13546 that's so everywhere we use it.
13547
13548 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
13549
13550 * valops.c (value_assign): Flush frame cache after stores to memory
13551 also.
13552
13553 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13554
13555 * Makefile.in (mon960-rom.o): Delete rule.
13556 * mon960-rom.c: Delete file.
13557
13558 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13559
13560 * d10v-tdep.c: Include "frame-unwind.h".
13561 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13562 list.
13563 (next_addr, uses_frame): Delete.
13564 (struct d10v_unwind_cache): Define.
13565 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13566 Use info instead of next_addr and uses_frame globals.
13567 (d10v_frame_init_saved_regs): Delete function.
13568 (d10v_init_extra_frame_info): Delete function.
13569 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13570 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13571 init_frame_pc or frame_saved_pc.
13572 (d10v_pop_frame): Delete function.
13573 (do_d10v_pop_frame): Delete function.
13574 (d10v_frame_chain): Delete function.
13575 (d10v_frame_chain_valid): Delete function.
13576 (d10v_frame_pc_unwind): New function.
13577 (d10v_frame_id_unwind): New function.
13578 (saved_regs_unwinder): New function.
13579 (d10v_frame_register_unwind): New function.
13580 (d10v_frame_pop): New function.
13581 (d10v_frame_unwind): New variable.
13582 (d10v_frame_p): New function.
13583 (d10v_frame_saved_pc): Delete function.
13584 * Makefile.in (d10v-tdep.o): Update dependencies.
13585
13586 2003-01-30 J. Brobecker <brobecker@gnat.com>
13587
13588 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13589 causing some regressions due to a change in the default value
13590 for this macro.
13591
13592 2003-01-29 Richard Henderson <rth@redhat.com>
13593 Elena Zannoni <ezannoni@redhat.com>
13594 Daniel Jacobowitz <drow@mvista.com>
13595
13596 Fix PR gdb/961.
13597 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
13598 variables.
13599 (RANGES_SECTION): New.
13600 (dwarf_ranges_buffer): New variable.
13601 (struct comp_unit_head): Add member "die".
13602 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13603 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13604 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13605 (dwarf2_locate_sections): Likewise.
13606 (dwarf2_build_psymtabs): Read .debug_ranges.
13607 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13608 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13609 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13610 Look for DW_AT_ranges and return the bounding box.
13611
13612 2003-01-29 Brian Ford <ford@vss.fsi.com>
13613
13614 * win32-nat.c (cygwin_pid): Removed as unused.
13615 (child_attach): Try fall back to Cygwin pid.
13616
13617 2003-01-29 Jim Blandy <jimb@redhat.com>
13618
13619 * objfiles.h (struct objfile): Doc fix.
13620
13621 2003-01-29 Andrew Cagney <ac131313@redhat.com>
13622
13623 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13624 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13625 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13626 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13627 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13628 (FRAME_SAVED_PC): Change to a function with predicate.
13629 * gdbarch.h, gdbarch.c: Re-generate.
13630
13631 2003-01-28 Andrew Cagney <ac131313@redhat.com>
13632
13633 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13634
13635 * complaints.c (complain): Delete function.
13636 * complaints.h (struct deprecated_complaint): Delete definition.
13637 (complain): Delete declaration.
13638
13639 2003-01-28 Kevin Buettner <kevinb@redhat.com>
13640
13641 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13642 dummy frames.
13643
13644 2003-01-27 Andrew Cagney <ac131313@redhat.com>
13645
13646 * sentinel-frame.h, sentinel-frame.c: New files.
13647 * Makefile.in (frame.o): Update dependencies.
13648 (SFILES): Add sentinel-frame.c.
13649 (sentinel_frame_h): Define.
13650 (COMMON_OBS): Add sentinel-frame.o.
13651 (sentinel-frame.o): Specify dependencies.
13652 * frame.c: Include "sentinel-frame.h".
13653 (frame_register_unwind): Rewrite assuming that there is always a a
13654 ->next frame.
13655 (frame_register, generic_unwind_get_saved_register): Ditto.
13656 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13657 (create_sentinel_frame, unwind_to_current_frame): New functions.
13658 (get_current_frame): Rewrite using create_sentinel_frame and
13659 unwind_to_current_frame. When possible, always create a frame.
13660 (create_new_frame): Set next to the sentinel frame.
13661 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13662 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13663 ID cache when necessary.
13664 (frame_saved_regs_id_unwind): Use frame_relative_level.
13665 (deprecated_generic_get_saved_register): Use frame_relative_level,
13666 get_frame_saved_regs, get_frame_pc, get_frame_base and
13667 get_next_frame.
13668 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13669 frame_register.
13670
13671 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13672
13673 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13674
13675 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13676
13677 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13678 (maintenance_set_profile_cmd): Use error () instead of warning ().
13679
13680 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13681
13682 * configure.in: Check that -pg works if using --enable-profiling.
13683 Check for monstartup and _mcleanup regardless of --enable-profiling.
13684 * maint.c: Check for monstartup and _mcleanup before using them.
13685 * config.in: Regenerated.
13686 * configure: Regenerated.
13687
13688 2003-01-24 Nick Clifton <nickc@redhat.com>
13689
13690 * Add sh2e support:
13691
13692 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13693
13694 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13695 (sh2e_show_regs): New.
13696 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13697 * config/sh/tm-sh.h: Added sh2e to comments.
13698
13699 2003-01-23 Jim Blandy <jimb@redhat.com>
13700
13701 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13702 symbols found)" message here; we haven't checked for a separate
13703 debug info file yet, so we don't know yet.
13704 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13705 we've looked everywhere. Also, there's no need to print a special
13706 message when we're loading the separate debug info file: the one
13707 symbol_file_add prints is fine.
13708
13709 2003-01-23 Alexander Larsson <alexl@redhat.com>
13710 Jim Blandy <jimb@redhat.com>
13711
13712 Add support for executables whose debug info has been separated
13713 out into a separate file, leaving only a link behind.
13714 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13715 and separate_debug_objfile_backlink.
13716 (put_objfile_before): New declaration.
13717 * symfile.c: #include "filenames.h".
13718 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13719 debug info in a separate file, read that, too. Save the addrs
13720 argument, so we can use it again to read the separated debug info;
13721 syms_from_objfile modifies the table we pass it.
13722 (reread_symbols): After re-reading an objfile, call
13723 reread_separate_symbols to refresh its separate debug info
13724 objfile, if it has one.
13725 (reread_separate_symbols, find_separate_debug_file,
13726 get_debug_link_info, separate_debug_file_exists): New functions.
13727 (debug_file_directory): New global var.
13728 (_initialize_symfile): Initialize debug_file_directory, and
13729 provide the new `set debug-file-directory' command to let the user
13730 change it.
13731 * objfiles.c (free_objfile): If this objfile has its debug info in
13732 a separate objfile, free that one too. If this is itself a
13733 separate debug info objfile, clear our parent's backlink.
13734 (put_objfile_before): New function.
13735 * utils.c (gnu_debuglink_crc32): New function.
13736 * defs.h (gnu_debuglink_crc32): New declaration.
13737 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13738 * configure.in: Handle --with-separate-debug-dir config option.
13739 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13740 * acconfig.h (DEBUGDIR): New macro.
13741 * configure, aclocal.m4, config.in: Regenerated.
13742
13743 2003-01-22 Jim Blandy <jimb@redhat.com>
13744
13745 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13746 like the old symbol_file_add, but taking new arguments: you can
13747 now pass in either a `struct section_addr_info' list to say where
13748 each section is loaded, or a `struct section_offsets' table. Pass
13749 these new arguments through to syms_from_objfile as appropriate.
13750 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13751 with the appropriate quiescent values for the new arguments.
13752
13753 * symfile.c: #include "gdb_assert.h".
13754 (syms_from_objfile): Add the ability to pass in a section offset
13755 table directly, as an alternative to the section_addr_info table.
13756 Document arguments better.
13757 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13758 * symfile.h (syms_from_objfile): Update declaration.
13759 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13760 syms_from_objfile.
13761 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13762
13763 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13764
13765 Original patch by Tom Tromey <tromey@cygnus.com> and
13766 Jason Molenda <jmolenda@apple.com>.
13767 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13768 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13769 * NEWS: Mention profiling.
13770 * configure.in (--enable-gdbtk): Fix typo.
13771 (--enable-profiling): New. Set PROFILE_CFLAGS.
13772 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13773 Fill in function.
13774 (profiling_state): New variable.
13775 (mcleanup_wrapper): New function.
13776 (_initialize_maint): Remove NOTYET, fix call to
13777 add_setshow_boolean_cmd for "maint set profile".
13778 * configure: Regenerated.
13779
13780 2003-01-21 Martin M. Hunt <hunt@redhat.com>
13781
13782 * Makefile.in (install-gdbtk): Install PNG images too.
13783
13784 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13785
13786 * exec.c (text_start): Delete global variable.
13787 (exec_file_attach): Make text_start local to the function.
13788 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13789 * valops.c (hand_function_call): Delete code that handles
13790 BEFORE_TEXT_END and AFTER_TEXT_END.
13791 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13792 of CALL_DUMMY_LOCATION.
13793 * gdbarch.c: Regenerate.
13794 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13795 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13796 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13797 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13798 (text_end): Delete extern declaration.
13799
13800 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13801
13802 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13803 * blockframe.c (backtrace_below_main): Move to "frame.c".
13804 (frame_chain_valid): Delete check for backtrace_below_main.
13805 (_initialize_blockframe): Delete initialization, move ``set
13806 backtrace-below-main'' command to "frame.c".
13807 (do_flush_frames_sfunc): Delete function.
13808 * frame.c: Include "command.h" and "gdbcmd.h".
13809 (frame_type_from_pc): New function.
13810 (create_new_frame): Use frame_type_from_pc.
13811 (legacy_get_prev_frame): New function.
13812 (get_prev_frame): Rewrite. When an old style frame, call
13813 legacy_get_prev_frame. Otherwize, unwind the PC first.
13814 (_initialize_frame): Add ``set backtrace-below-main'' command.
13815 * Makefile.in (frame.o): Update dependencies.
13816
13817 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13818
13819 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13820 DEPRECATED_REGISTERS_INFO.
13821
13822 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13823
13824 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13825 Maintainers'. Update `Various Maintainers'.
13826
13827 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13828
13829 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13830 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13831 Suppress actual parameters when `-'.
13832 * gdbarch.h, gdbarch.c: Regenerate.
13833
13834 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13835
13836 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13837 code handling dummy frames.
13838
13839 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13840
13841 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13842 (struct frame_unwind): Add field pop.
13843 * frame.h (frame_pop): Declare.
13844 * frame.c (frame_saved_regs_pop): New function.
13845 (trad_frame_unwinder): Add frame_saved_regs_pop.
13846 (frame_pop): New function.
13847 * dummy-frame.c (dummy_frame_pop): New function.
13848 (discard_innermost_dummy): New function.
13849 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13850 (dummy_frame_unwind): Add dummy_frame_pop.
13851 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13852 * valops.c (hand_function_call): Ditto.
13853 * stack.c (return_command): Ditto.
13854
13855 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13856
13857 * cris-tdep.c: Fix function declaration indentation.
13858 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13859 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13860 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13861 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13862 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13863 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13864
13865 2003-01-18 Michael Chastain <mec@shout.net>
13866
13867 * README (Unpacking and Installation -- quick overview):
13868 Warn against ".../gdb-5.3/gdb/configure".
13869
13870 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13871
13872 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13873 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13874 (struct frame_unwind): Declare opaque.
13875 (dummy_frame_p): Declare function.
13876 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13877 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13878 * dummy-frame.c: Include "frame-unwind.h".
13879 (dummy_frame_p): New function.
13880 (dummy_frame_unwind): New variable.
13881 * frame.c: Include "frame-unwind.h".
13882 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13883 to use the new unwind field.
13884 (set_unwind_by_pc): Delete function.
13885 (create_new_frame, get_prev_frame): Set unwind field using
13886 frame_unwind_find_by_pc.
13887 (trad_frame_unwind, trad_frame_unwinder): New variables.
13888 * frame.h (trad_frame_unwind): Declare variable.
13889 (frame_id_unwind_ftype): Delete declaration.
13890 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13891 (struct frame_unwind): Declare opaque.
13892 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13893 register_unwind with a single unwind pointer.
13894 * frame-unwind.h, frame-unwind.c: New files.
13895 * Makefile.in (SFILES): Add frame-unwind.c.
13896 (frame_unwind_h): Define.
13897 (COMMON_OBS): Add frame-unwind.o.
13898 (frame-unwind.o): Specify dependencies.
13899 (frame.o, dummy-frame.o): Update dependencies.
13900
13901 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13902
13903 * ada-valprint.c: Eliminate PTR.
13904 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13905 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13906 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13907 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13908 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13909 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13910 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13911
13912 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13913
13914 * main.c (captured_main): Don't use PTR.
13915 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13916 * gdbtypes.c (lookup_primitive_typename): Ditto.
13917 (lookup_struct_elt_type): Ditto.
13918 * f-valprint.c (info_common_command): Ditto.
13919 (list_all_visible_commons): Ditto.
13920 * jv-typeprint.c (java_type_print_base): Ditto.
13921
13922 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13923 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13924 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13925 i386-interix-nat.c and i386-interix-tdep.c. Rename
13926 m68klinux-nat.c and m68klinux-tdep.c. Rename
13927 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13928 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13929 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13930 * main.c (captured_main): Use xfree, not free.
13931
13932 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13933
13934 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13935 ID back using a parameter.
13936 * frame.c (frame_id_unwind): Update call.
13937 (frame_saved_regs_id_unwind): Update.
13938 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13939 * dummy-frame.h (struct frame_id): Add opaque declaration.
13940 (dummy_frame_id_unwind): Update declaration.
13941
13942 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13943
13944 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13945
13946 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13947
13948 * MAINTAINERS (Stephen P. Smith): Updated email address.
13949
13950 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13951
13952 Fix PR gdb/898
13953 * breakpoint.c (until_break_command): Add new argument. Use it to
13954 decide whether to stop only at the current frame or not.
13955 * breakpoint.h (until_break_command): Update prototype.
13956 * infcmd.c (until_command): Add new argument to until_break_command
13957 call.
13958 (advance_command): New function.
13959 (_initialize_infcmd): Update help string for 'until' command.
13960 Add new 'advance' command.
13961
13962 2003-01-14 David Carlton <carlton@math.stanford.edu>
13963
13964 * linespec.c (decode_line_1): Normalize comments.
13965 (set_flags): Ditto.
13966 (locate_first_half): Ditto.
13967 (decode_compound): Ditto.
13968 (symtab_from_filename): Ditto.
13969 (decode_all_digits): Ditto.
13970 (decode_dollar): Ditto.
13971 (find_methods): Ditto.
13972 (find_toplevel_char): Ditto.
13973
13974 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13975
13976 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13977 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13978 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13979 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13980 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13981 * language.c, language.h, m32r-tdep.c: Update copyright.
13982 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13983 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13984 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13985 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13986 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13987 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13988
13989 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13990
13991 * stabsread.h (process_later, resolve_cfront_continuation):
13992 Obsolete.
13993 Update copyright years.
13994 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13995 Update copyright year.
13996 * dbxread.c(struct cont_elem): Obsolete.
13997 (process_later, process_now): Obsolete functions.
13998 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13999 Update copyright year.
14000 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
14001 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
14002 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
14003 (parse_partial_symbols): Obsolete cfront support.
14004 * stabsread.c
14005 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
14006 macros.
14007 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
14008 read_cfront_baseclasses, read_cfront_member_functions,
14009 resolve_cfront_continuation,read_cfront_static_fields,
14010 copy_cfront_struct_fields): Obsolete functions.
14011 (define_symbol, read_one_struct_field): Obsolete cfront support.
14012 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
14013 Update Copyright year.
14014
14015 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
14016
14017 * stack.c (print_frame_info, print_stack_frame_base_stub,
14018 print_stack_frame_base, show_and_print_stack_frame_stub,
14019 show_and_print_stack_frame, print_only_stack_frame_stub,
14020 print_only_stack_frame): Delete functions.
14021 (print_stack_frame_stub): Call print_frame_info instead of
14022 print_frame_info_base.
14023 (print_frame_info_base): Rename to print_frame_info.
14024 (backtrace_command_1): Call print_frame_info, instead of
14025 print_frame_info_base.
14026 (current_frame_command): Call print_stack_frame, instead of
14027 print_only_stack_frame.
14028 (frame_command): Call print_stack_frame, instead of
14029 show_and_print_stack_frame.
14030 (up_command): Ditto.
14031 (down_command): Ditto.
14032 * frame.h (print_only_stack_frame): Delete prototype.
14033 * infrun.c (normal_stop): Call print_stack_frame, instead of
14034 show_and_print_stack_frame.
14035 * thread.c (info_threads_command): Call print_stack_frame, instead
14036 of print_only_stack_frame.
14037
14038 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14039
14040 * README (Graphical interface to GDB): Update URL. Point at
14041 gdb/links/.
14042
14043 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
14044 version match.
14045
14046 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14047
14048 * symtab.c (find_pc_sect_line): Don't consider end-of-function
14049 lines.
14050
14051 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14052
14053 * thread-db.c (attach_thread): Prototype.
14054 (struct private_thread_info): Remove lwpid. Add thread handle (th),
14055 thread information (ti), and valid flags (th_valid, ti_valid).
14056 (attach_thread): Move target_pid_to_str call to after the thread
14057 is added to GDB's list. Initialize the cache.
14058 (thread_get_info_callback, thread_db_map_id2thr)
14059 (thread_db_get_info): New functions.
14060 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
14061 (thread_db_store_registers, thread_db_thread_alive)
14062 (thread_db_get_thread_local_address): Use them.
14063 (thread_db_pid_to_str): Likewise. Return "Missing" instead
14064 of calling error() for threads in unknown state.
14065
14066 (clear_lwpid_callback): New function.
14067 (thread_db_resume): Use it to clear the cache.
14068
14069 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14070
14071 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
14072 (resume_callback): Remove dead code.
14073
14074 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14075
14076 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
14077 predicate.
14078 * gdbarch.h, gdbarch.c: Regenerate.
14079 * stack.c (frame_info): Only initialize the saved registers when
14080 FRAME_INIT_SAVED_REGS_P.
14081 * frame.c (frame_saved_regs_register_unwind): Assert
14082 FRAME_INIT_SAVED_REGS_P.
14083 (deprecated_generic_get_saved_register): Ditto.
14084
14085 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14086
14087 * source.c (openp): Squelch warning about "filename".
14088
14089 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14090
14091 * source.c (openp): If the file does not exist don't necessarily
14092 search the path.
14093
14094 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14095
14096 Fix PR gdb/872.
14097 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
14098 (integer_types_same_name_p): New function.
14099 (rank_one_type): Use it.
14100 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
14101
14102 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14103
14104 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
14105 variables.
14106 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
14107 * configure.in: Add --with-sysroot.
14108 * configure: Regenerated.
14109 * main.c (gdb_sysroot): New variable.
14110 (captured_main): Initialize gdb_sysroot.
14111 * defs.h (gdb_sysroot): New extern declaration.
14112 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
14113
14114 2003-01-12 Michael Chastain <mec@shout.net>
14115
14116 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
14117
14118 2003-01-12 Michael Chastain <mec@shout.net>
14119
14120 * top.c (print_gdb_version): Bump copyright year to 2003.
14121
14122 2003-01-12 David Carlton <carlton@bactrian.org>
14123
14124 * linespec.c (symtab_from_filename): Rename variable 's' to
14125 'file_symtab'.
14126
14127 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14128
14129 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
14130 dummy frame.
14131 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
14132
14133 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14134
14135 * d10v-tdep.c: Include "gdb_assert.h".
14136 (d10v_store_return_value): Rewrite to match current interface.
14137 (d10v_extract_struct_value_address): Ditto.
14138 (d10v_extract_return_value): Ditto.
14139 (d10v_gdbarch_init): Set store_restore_value,
14140 extract_struct_value_address and extract_return_value.
14141
14142 2003-01-12 J. Brobecker <brobecker@gnat.com>
14143
14144 * hpread.c (set_namestring): New procedure replacing the
14145 SET_NAMESTRING macro.
14146 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
14147 by calls to set_namestring.
14148
14149 2003-01-11 J. Brobecker <brobecker@gnat.com>
14150
14151 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
14152 a compilation warning.
14153 (hpread_process_one_debug_symbol): Likewise.
14154
14155 2003-01-10 David Carlton <carlton@math.stanford.edu>
14156
14157 * linespec.c (decode_line_1): Rename variable 's' to
14158 'file_symtab'.
14159 (decode_all_digits): Rename argument 's' to 'file_symtab'.
14160 (decode_dollar): Ditto.
14161 (decode_variable): Ditto.
14162 (symbol_found): Ditto.
14163
14164 2003-01-09 Michael Chastain <mec@shout.net>
14165
14166 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
14167
14168 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
14169
14170 * win32-nat.c (set_process_privilege): New function.
14171 (child_attach): Call set_process_privilege() to enable the
14172 SE_DEBUG_NAME user privilege if available in process token.
14173
14174 2003-01-10 J. Brobecker <brobecker@gnat.com>
14175
14176 * hpread.c (hpread_process_one_debug_symbol): Fix a small
14177 compilation error in the previous revision.
14178
14179 2003-01-09 David Carlton <carlton@math.stanford.edu>
14180
14181 * linespec.c: Update copyright.
14182
14183 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14184
14185 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
14186 than inferior_ptid.
14187 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
14188
14189 2003-01-09 Andrew Cagney <ac131313@redhat.com>
14190
14191 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
14192 Update comments.
14193 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
14194 (frame_saved_regs_zalloc): Update.
14195 (frame_saved_regs_register_unwind): Update.
14196 (create_new_frame): Update.
14197 (get_prev_frame): Update.
14198 (frame_extra_info_zalloc): Update.
14199 (deprecated_get_frame_saved_regs): Update.
14200 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
14201 * cris-tdep.c: Update comment.
14202
14203 * somsolib.h: Fix function indentation.
14204 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
14205 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
14206 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
14207 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
14208 * somsolib.c, inftarg.c: Remove assignment in if conditional.
14209
14210 * infrun.c (follow_fork): Use ISO C definition.
14211 * expprint.c (print_subexp): Use xfree instead of free.
14212 * charset.c: Include "gdb_string.h" instead of <string.h>.
14213 (register_iconv_charsets): Use ISO C definition.
14214 (host_charset, target_charset): Ditto.
14215 * Makefile.in (charset.o): Update dependencies.
14216 (mi-cmd-env.o): Update dependencies.
14217
14218 2003-01-08 Andrew Cagney <cagney@redhat.com>
14219
14220 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
14221 get_frame_base.
14222
14223 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14224
14225 * gdb_mbuild.sh: Add --keep option. When specified, keep the
14226 build directories. Save edited gdb output in Mbuild.log. If a
14227 build fails, remove any final GDB executable.
14228
14229 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14230
14231 * gdb_mbuild.sh: Edit the output of `maint print architecture'
14232 replacing hex constants with function names and stripping leading
14233 file name directory prefixes.
14234
14235 2003-01-08 Andrew Cagney <cagney@redhat.com>
14236
14237 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
14238 get_frame_base.
14239
14240 2003-01-08 David Carlton <carlton@math.stanford.edu>
14241
14242 * linespec.c (decode_line_1): Move code into decode_variable.
14243 (decode_variable): New function.
14244
14245 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14246
14247 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
14248
14249 2003-01-08 Andrew Cagney <cagney@redhat.com>
14250
14251 * cris-tdep.c (cris_frame_init_saved_regs): Use
14252 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
14253 saved_regs buffer.
14254 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
14255 (sh64_nofp_frame_init_saved_regs): Ditto.
14256 (sh_fp_frame_init_saved_regs): Ditto.
14257 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
14258 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14259 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14260 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14261
14262 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
14263
14264 * minsyms.c (lookup_minimal_symbol): Update comment.
14265 (lookup_minimal_symbol_text): Update comment. Use the hash table.
14266 (lookup_minimal_symbol_solib_trampoline): Likewise.
14267
14268 2003-01-08 Andrew Cagney <cagney@redhat.com>
14269
14270 * d10v-tdep.c (d10v_init_extra_frame_info): Use
14271 frame_relative_level.
14272
14273 * alpha-tdep.c: Use get_frame_extra_info.
14274 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14275 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
14276 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14277 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
14278
14279 * alpha-tdep.c: Use get_next_frame.
14280 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14281 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14282 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
14283 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
14284 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
14285 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
14286 * xstormy16-tdep.c: Ditto.
14287
14288 2003-01-07 Andrew Cagney <cagney@redhat.com>
14289
14290 * alpha-tdep.c: Use get_frame_base.
14291 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14292 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14293 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14294 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14295 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
14296 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14297 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
14298 * config/sparc/tm-sparc.h: Ditto.
14299
14300 2003-01-07 Andrew Cagney <cagney@redhat.com>
14301
14302 * frame.c (deprecated_get_frame_context): New function.
14303 (deprecated_set_frame_context): New function.
14304 * frame.h (deprecated_get_frame_context): Declare.
14305 (deprecated_set_frame_context): Declare.
14306 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
14307 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
14308
14309 2003-01-07 Andrew Cagney <cagney@redhat.com>
14310
14311 * frame.c (deprecated_set_frame_next_hack): New function.
14312 (deprecated_set_frame_prev_hack): New function.
14313 * frame.h (deprecated_set_frame_next_hack): Declare.
14314 (deprecated_set_frame_prev_hack): Declare.
14315 * mcore-tdep.c (analyze_dummy_frame): Use
14316 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
14317 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14318
14319 2003-01-07 David Carlton <carlton@math.stanford.edu>
14320
14321 * linespec.c (decode_line_1): Move code into decode_dollar.
14322 (decode_dollar): New function.
14323
14324 2003-01-07 Andrew Cagney <cagney@redhat.com>
14325
14326 * arm-tdep.c (arm_init_extra_frame_info): Use
14327 deprecated_update_frame_base_hack.
14328 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
14329 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14330 (fix_frame_pointer): Ditto.
14331 (mn10300_analyze_prologue): Ditto.
14332
14333 2003-01-07 Andrew Cagney <cagney@redhat.com>
14334
14335 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
14336 extra_info using frame_extra_info_zalloc.
14337 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
14338 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
14339 (sh64_init_extra_frame_info): Ditto.
14340 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
14341 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
14342 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14343 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
14344 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
14345 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
14346 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
14347 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
14348 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
14349 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
14350 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
14351 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
14352
14353 * mn10300-tdep.c (analyze_dummy_frame): Use
14354 deprecated_set_frame_extra_info_hack.
14355 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14356
14357 2003-01-07 J. Brobecker <brobecker@gnat.com>
14358
14359 * mdebugread.c (parse_symbol): Skip stProc entries which storage
14360 class is not scText. These do not define "real" procedures.
14361 (parse_partial_symbols): Likewise.
14362
14363 2003-01-06 Michael Snyder <msnyder@redhat.com>
14364
14365 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
14366
14367 2003-01-06 Andrew Cagney <ac131313@redhat.com>
14368
14369 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
14370 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
14371 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
14372 deprecated_frame_xmalloc_with_cleanup.
14373 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
14374 deprecated_frame_xmalloc.
14375 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
14376 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
14377
14378 2003-01-06 Andrew Cagney <cagney@redhat.com>
14379
14380 * x86-64-linux-tdep.c: Include "osabi.h".
14381 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
14382
14383 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
14384
14385 2003-01-06 Andrew Cagney <cagney@redhat.com>
14386
14387 * MAINTAINERS (Target Instruction Set Architectures): Update
14388 arm-elf. Can be built with -Werror, has been multiarched.
14389
14390 * value.h (unpack_long): Make buffer parameter constant.
14391 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
14392 * scm-lang.h (scm_parse): Ditto.
14393 * defs.h (extract_typed_address, extract_address): Ditto.
14394 (extract_long_unsigned_integer): Ditto.
14395 * inferior.h (unsigned_pointer_to_address): Ditto.
14396 (signed_pointer_to_address): Ditto.
14397 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
14398 * gdbarch.h, gdbarch.c: Regenerate.
14399 * findvar.c (extract_long_unsigned_integer): Update.
14400 (extract_address): Update.
14401 (extract_typed_address): Update.
14402 (unsigned_pointer_to_address): Update.
14403 * values.c (unpack_long): Update.
14404 (unpack_double): Update.
14405 (unpack_pointer): Update.
14406 (unpack_field_as_long): Update.
14407 * d10v-tdep.c (d10v_pointer_to_address): Update.
14408 * avr-tdep.c (avr_pointer_to_address): Update.
14409 * scm-lang.c (scm_unpack): Update.
14410 * findvar.c (signed_pointer_to_address): Update.
14411
14412 2003-01-06 Michal Ludvig <mludvig@suse.cz>
14413
14414 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
14415 since it is in i386-tdep.c.
14416
14417 2003-01-06 J. Brobecker <brobecker@gnat.com>
14418
14419 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
14420 failure introduced in the previous change.
14421
14422 2003-01-05 Michael Chastain <mec@shout.net>
14423
14424 * README: Remove references to deleted remote-*.c files:
14425 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
14426 remote-nrom.c, remote-os9k.c, remote-udi.c.
14427
14428 2003-01-05 Mark Kettenis <kettenis@gnu.org>
14429
14430 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
14431 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
14432 i386_get_longjmp_target.
14433
14434 2003-01-05 Andrew Cagney <ac131313@redhat.com>
14435
14436 * arm-tdep.c (prologue_cache): Change to a pointer.
14437 (_initialize_arm_tdep): Allocate prologue_cache.
14438 (check_prologue_cache): Update.
14439 (save_prologue_cache): Update.
14440 (arm_gdbarch_init): Update.
14441
14442 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14443
14444 * stabsread.c (update_method_name_from_physname): Call complaint()
14445 instead of error.
14446
14447 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14448
14449 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
14450 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14451 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14452
14453 * blockframe.c: Include "gdbcmd.h" and "command.h".
14454 (backtrace_below_main): New variable.
14455 (file_frame_chain_valid, func_frame_chain_valid)
14456 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14457 (generic_func_frame_chain_valid): Remove functions.
14458 (frame_chain_valid, do_flush_frames_sfunc): New functions.
14459 (_initialize_blockframe): New function.
14460 * Makefile.in (blockframe.o): Update dependencies.
14461 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14462 comment. Call frame_chain_valid ().
14463 * frame.h: Remove old prototypes. Add prototype for
14464 frame_chain_valid and update comments to match.
14465 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14466 Remove old comment.
14467 * gdbarch.h: Regenerated.
14468 * gdbarch.c: Regenerated.
14469
14470 * alpha-tdep.c (alpha_gdbarch_init): Don't call
14471 set_gdbarch_frame_chain_valid.
14472 * avr-tdep.c (avr_gdbarch_init): Likewise.
14473 * cris-tdep.c (cris_gdbarch_init): Likewise.
14474 * frv-tdep.c (frv_gdbarch_init): Likewise.
14475 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14476 * i386-tdep.c (i386_svr4_init_abi): Likewise.
14477 (i386_nw_init_abi): Likewise.
14478 (i386_gdbarch_init): Likewise.
14479 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14480 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14481 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14482 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14483 * mips-tdep.c (mips_gdbarch_init): Likewise.
14484 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14485 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14486 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14487 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14488 * s390-tdep.c (s390_gdbarch_init): Likewise.
14489 * sh-tdep.c (sh_gdbarch_init): Likewise.
14490 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14491 * v850-tdep.c (v850_gdbarch_init): Likewise.
14492 * vax-tdep.c (vax_gdbarch_init): Likewise.
14493 * x86-64-tdep.c (x86_64_init_abi): Likewise.
14494
14495 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14496 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14497 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14498 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14499 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14500 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14501 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14502 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14503
14504 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14505
14506 * Makefile.in (acconfig_h): Remove incorrect macro.
14507 (config_h): Define.
14508 (osabi.o): Update dependencies.
14509 * configure.tgt: Set gdb_osabi based on target triplet.
14510 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14511 * configure: Regenerated.
14512 * config.in: Regenerated.
14513 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14514 (GDB_OSABI_DEFAULT): Define if not already defined.
14515 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14516 (set_osabi_string): New variables.
14517 (gdbarch_register_osabi): Add new OS ABI to
14518 gdb_osabi_available_names.
14519 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14520 (set_osabi, show_osabi): New functions.
14521 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14522
14523 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14524
14525 * arch-utils.c (gdbarch_info_init): Set osabi to
14526 GDB_OSABI_UNINITIALIZED.
14527 * gdbarch.sh: Add osabi to struct gdbarch and to struct
14528 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
14529 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14530 * gdbarch.c: Regenerated.
14531 * gdbarch.h: Regenerated.
14532 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14533 there's no BFD.
14534 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14535 * osabi.h (enum gdb_osabi): Move to defs.h.
14536 (gdbarch_init_osabi): Update prototype.
14537 * defs.h (enum gdb_osabi): Moved here.
14538 * Makefile.in: Update dependencies.
14539
14540 * alpha-tdep.h: Don't include "osabi.h".
14541 (struct gdbarch_tdep): Remove osabi member.
14542 * alpha-tdep.c: Include "osabi.h".
14543 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14544 iterate over arches. Update call to gdbarch_init_osabi.
14545 (alpha_dump_tdep): Don't dump osabi.
14546 * alpha-linux-tdep.c: Include "osabi.h".
14547 * alpha-osf1-tdep.c: Include "osabi.h".
14548 * alphafbsd-tdep.c: Include "osabi.h".
14549 * alphanbsd-tdep.c: Include "osabi.h".
14550
14551 * arm-tdep.h: Don't include "osabi.h".
14552 (struct gdbarch_tdep): Remove osabi member.
14553 * arm-tdep.c: Include "osabi.h".
14554 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14555 iterate over arches. Update call to gdbarch_init_osabi.
14556 (arm_dump_tdep): Don't dump osabi.
14557 * arm-linux-tdep.c: Include "osabi.h".
14558 * armnbsd-tdep.c: Include "osabi.h".
14559
14560 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14561 Update call to gdbarch_init_osabi.
14562
14563 * i386-tdep.h: Don't include "osabi.h".
14564 (struct gdbarch_tdep): Remove osabi member.
14565 * i386-tdep.c: Include "osabi.h".
14566 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14567 iterate over arches. Update call to gdbarch_init_osabi.
14568 (i386_dump_tdep): Don't dump osabi.
14569 * i386-linux-tdep.c: Include "osabi.h".
14570 * i386-sol2-tdep.c: Include "osabi.h".
14571 * i386bsd-tdep.c: Include "osabi.h".
14572 * i386gnu-tdep.c: Include "osabi.h".
14573 * i386ly-tdep.c: Include "osabi.h".
14574 * i386nbsd-tdep.c: Include "osabi.h".
14575 * i386obsd-tdep.c: Include "osabi.h".
14576
14577 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14578 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14579 check osabi when iterating over arches. Update call to
14580 gdbarch_init_osabi.
14581 (mips_dump_tdep): Don't dump osabi.
14582
14583 * ns32k-tdep.h: Don't include "osabi.h".
14584 (struct gdbarch_tdep): Remove.
14585 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14586 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14587 allocate tdep. Update call to gdbarch_init_osabi.
14588 (ns32k_dump_tdep): Remove.
14589 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14590 * ns32knbsd-tdep.c: Include "osabi.h".
14591
14592 * ppc-tdep.h: Don't include "osabi.h".
14593 (struct gdbarch_tdep): Remove osabi member.
14594 * rs6000-tdep.c: Include "osabi.h".
14595 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14596 osabi when iterating over arches. Update call to
14597 gdbarch_init_osabi.
14598 (rs6000_dump_tdep): Don't dump osabi.
14599 * ppc-linux-tdep.c: Include "osabi.h".
14600 * ppcnbsd-tdep.c: Include "osabi.h".
14601
14602 * sh-tdep.h: Don't include "osabi.h".
14603 (struct gdbarch_tdep): Remove osabi member.
14604 * sh-tdep.c: Include "osabi.h".
14605 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14606 iterate over arches. Update call to gdbarch_init_osabi.
14607 (sh_dump_tdep): Don't dump osabi.
14608 * shnbsd-tdep.c: Include "osabi.h".
14609
14610 * sparc-tdep.c: Include "osabi.h".
14611 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14612 iterate over arches. Update call to gdbarch_init_osabi.
14613 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14614 tdep structure.
14615
14616 * vax-tdep.h: Don't include "osabi.h".
14617 (struct gdbarch_tdep): Remove.
14618 * vax-tdep.c: Include "osabi.h".
14619 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14620 iterate over arches. Don't allocate tdep. Update call
14621 to gdbarch_init_osabi.
14622 (vax_dump_tdep): Remove.
14623 (_initialize_vax_tdep): Update call to gdbarch_register.
14624
14625 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14626
14627 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14628 entirely.
14629 (breakpoint_re_set_one): Don't fetch the value for a disabled
14630 watchpoint.
14631
14632 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14633
14634 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14635 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14636 (COERCE_FLOAT_TO_DOUBLE): Remove.
14637 * gdbarch.c: Regenerate.
14638 * gdbarch.h: Regenerate.
14639 * Makefile.in: Remove value_h from gdbarch_h.
14640 * valops.c (coerce_float_to_double): New variable.
14641 (default_coerce_float_to_double): Remove.
14642 (standard_coerce_float_to_double): Remove.
14643 (value_arg_coerce): Use coerce_float_to_double.
14644 (_initialize_valops): Add "set coerce-float-to-double".
14645 * value.h (default_coerce_float_to_double): Remove prototype.
14646 (standard_coerce_float_to_double): Remove prototype.
14647
14648 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14649 prototyped.
14650 * mdebugread.c (parse_symbol): Likewise.
14651 * stabsread.c (define_symbol): Mark all functions as prototyped.
14652
14653 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14654 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14655 set_gdbarch_coerce_float_to_double.
14656 * arm-tdep.c (arm_gdbarch_init): Likewise.
14657 * frv-tdep.c (frv_gdbarch_init): Likewise.
14658 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14659 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14660 * mips-tdep.c (mips_gdbarch_init): Likewise.
14661 (mips_coerce_float_to_double): Remove.
14662 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14663 (rs6000_coerce_float_to_double): Remove.
14664 * s390-tdep.c (s390_gdbarch_init): Likewise.
14665 * sh-tdep.c (sh_gdbarch_init): Likewise.
14666 (sh_coerce_float_to_double): Remove.
14667 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14668 (sparc_coerce_float_to_double): Remove.
14669 * v850-tdep.c (v850_gdbarch_init): Likewise.
14670 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14671 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14672 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14673 (hppa_coerce_float_to_double): Remove prototype.
14674 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14675
14676 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14677
14678 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14679
14680 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14681
14682 Suggested by Stewart Brown <sb24@avaya.com>:
14683 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14684 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14685 (c_type_print_varspec_suffix): Likewise.
14686
14687 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14688
14689 * configure.in: Don't set and AC_SUBST SUBDIRS.
14690 * configure: Regenerated.
14691
14692 * configure.in: Remove code dealing with shared libraries.
14693 * Makefile.in: Remove HLDFLAGS and HLDENV.
14694 * configure: Regenerated.
14695
14696 2003-01-04 Andrew Cagney <ac131313@redhat.com>
14697
14698 * frame.c (deprecated_frame_xmalloc): New function.
14699 (deprecated_set_frame_saved_regs_hack): New function.
14700 (deprecated_set_frame_extra_info_hack): New function.
14701 * frame.h (deprecated_frame_xmalloc): Declare.
14702 (deprecated_set_frame_saved_regs_hack): Declare.
14703 (deprecated_set_frame_extra_info_hack): Declare.
14704
14705 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14706
14707 * configure.in: Move code that provides the --enable-gdbtk option
14708 right after the code that handles the --enable-tui option, and
14709 polish it somewhat.
14710 * configure: Regenerated.
14711
14712 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14713 AC_CHECK_FUNCS and remove the old check for pread64.
14714 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14715 * acconfig.h (_GNU_SOURCE): Add.
14716 (HAVE_PREAD64): Remove.
14717 * configure, aclocal.m4, config.in: Regenerated.
14718
14719 2003-01-03 Andrew Cagney <ac131313@redhat.com>
14720
14721 * alpha-tdep.c: Use get_frame_saved_regs.
14722 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14723 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14724 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14725 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14726 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14727
14728 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14729
14730 * configure.in: Remove all use of the SUBDIRS variable; add
14731 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14732 code providing the --enable-multi-ice option, and move it right in
14733 front of the code that checks whether gdbserver is supported.
14734 Polish that too.
14735 * configure: Regenerated.
14736 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14737 @SUBDIRS@.
14738
14739 2003-01-03 Andrew Cagney <cagney@redhat.com>
14740
14741 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14742 * avr-tdep.c, cris-tdep.c: Ditto.
14743 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14744 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14745
14746 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14747
14748 * configure.in: Remove --enable-netrom option.
14749 * configure: Regenerated.
14750
14751 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14752
14753 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14754 declaration for `struct re_pattern_buffer' instead.
14755 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14756
14757 2003-01-03 J. Brobecker <brobecker@gnat.com>
14758
14759 * mdebugread.c (parse_symbol): Count until the stEnd matching
14760 the structure name.
14761
14762 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14763
14764 * configure.in: Remove --with-cpu option.
14765 subscripts. Remove evil changequotes here.
14766 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14767 * config.in, configure: Regenerated.
14768
14769 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14770 * configure.in: Cleanup section that sources GDB and BFD configure
14771 subscripts. Remove evil changequotes here.
14772 * config.in, configure: Regenerated.
14773
14774 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14775
14776 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14777 frame accessor methods.
14778 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14779 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14780 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14781 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14782 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14783 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14784 * z8k-tdep.c: Ditto.
14785
14786 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14787
14788 * configure.in: Remove UI_OUT configuration code.
14789 * ada-lang.c: Update assuming UI_OUT is always true.
14790 * Makefile.in (UIOUT_CFLAGS): Remove.
14791 * configure: Regenerated.
14792 * TODO: Remove blurb about elimination of -DUI_OUT.
14793
14794 * configure.in: Move code that provides the --enable-gdbcli,
14795 --enable-gdbmi options right before the code that handles the
14796 --enable-tui option. Polish a bit.
14797 * configure: Regenerated.
14798
14799 * configure.in: Rewrite check for GNU regex and the
14800 --without-included regex option, and move it into the "Checks for
14801 library functions" section. This makes us use the system regex
14802 again by default on systems with version 2 of the GNU C library.
14803 This was apparently broken.
14804 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14805 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14806 * config.in, configure: Regenerated.
14807
14808 * configure.in: Move code that provides the --enable-tui option
14809 before the "Checks for libraries" section. Polish the code
14810 somewhat and set need_curses to yes if we build the TUI. Rewrite
14811 code that looks for a library providing termcap functionality to
14812 match more closely what's done in the Readline library, and move
14813 it into to the "Checks for libraries" section.
14814 * configure: Regenerated.
14815 * Makefile.in (TERMCAP): Remove variable.
14816 * config/i386/go32.mh (TERMCAP): Remove variable.
14817
14818 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14819
14820 * MAINTAINERS: Mention gdb_mbuild.sh.
14821 * gdb_mbuild.sh: Rewrite.
14822
14823 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14824
14825 * configure.in: Fix typo in last change.
14826 * config.in, configure: Regenerated.
14827
14828 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14829
14830 * valarith.c (value_binop): Delete obsolete code and comments.
14831 * configure.host: Ditto.
14832 * buildsym.h (make_blockvector): Ditto.
14833 * buildsym.c (make_blockvector): Ditto.
14834 * defs.h (enum language): Ditto.
14835 (chill_demangle): Ditto.
14836 * elfread.c (elf_symtab_read): Ditto.
14837 * dwarfread.c (CHILL_PRODUCER): Ditto.
14838 (set_cu_language): Ditto.
14839 (handle_producer): Ditto.
14840 * expprint.c (print_subexp): Ditto.
14841 * gdbtypes.c (chill_varying_type): Ditto.
14842 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14843 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14844 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14845 (chill_varying_type): Ditto.
14846 * language.h (_LANG_chill): Ditto.
14847 * language.c (binop_result_type, integral_type): Ditto.
14848 (character_type, string_type, structured_type): Ditto.
14849 (lang_bool_type, binop_type_check): Ditto.
14850 * stabsread.h (os9k_stabs): Ditto.
14851 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14852 (define_symbol, read_type, read_struct_fields): Ditto.
14853 (read_array_type, read_enum_type, read_huge_number): Ditto.
14854 (read_range_type, start_stabs): Ditto.
14855 * symfile.c (init_filename_language_table): Ditto.
14856 (add_psymbol_with_dem_name_to_list): Ditto.
14857 * symtab.c (symbol_init_language_specific): Ditto.
14858 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14859 * symtab.h (struct general_symbol_info): Ditto.
14860 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14861 * typeprint.c (typedef_print): Ditto.
14862 * utils.c (fprintf_symbol_filtered): Ditto.
14863 * valops.c (value_cast, search_struct_field, value_slice): Delete
14864 obsolete code.
14865 (varying_to_slice): Delete function.
14866 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14867 (varying_to_slice): Delete declaration.
14868 * MAINTAINERS: Update.
14869
14870 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14871
14872 * configure.in: Reorganize "Checks for library functions section"
14873 a bit. Remove check for `btowc' and `isascii' functions.
14874 * configure: Regenerated.
14875
14876 * acconfig.h (_MSE_INT_H): Remove.
14877 * configure.in: Create "Checks for header files" section, and move
14878 appropriate tests there. Don't check for objlist.h, wchar.h,
14879 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14880 misdetection fix. Also add "Checks for types", "Checks for
14881 compiler characteristics" and "Checks for library functions"
14882 sections.
14883 * config.in, configure: Regenerated.
14884
14885 * configure.in: Create "Checks for programs" section, and move
14886 appropriate tests there.
14887
14888 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14889
14890 * configure.in: Create "Checks for libraries" section, and move
14891 appropriate tests there. Cleanup check for wctype in libw. Use
14892 AC_SEARCH_LIBS to see whether we need libsocket.
14893 * configure: Regenerated.
14894
14895 For older changes see ChangeLog-2002
14896 \f
14897 Local Variables:
14898 mode: change-log
14899 left-margin: 8
14900 fill-column: 74
14901 version-control: never
14902 End:
This page took 0.364517 seconds and 5 git commands to generate.