26add5a3e5f3f4f09c516a878904604deea5e76a
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-27 Mark Kettenis <kettenis@gnu.org>
2
3 * dwarf2-frame.c: Fix some comments and whitespace problems.
4
5 * i386nbsd-tdep.c: Don't include "gdbtypes.h". Include
6 "gdb_assert.h" and "gdb_string.h".
7 (i386nbsd_r_reg_offset): Rename from regmap.
8 (SIZEOF_STRUCT_REG): Remove.
9 (i386nbsd_supply_reg, fetch_core_registers,
10 fetch_elfcore_registers, i386nbsd_core_fns, i386nbsd_elfcore_fns):
11 Remove.
12 (i386nbsd_aout_supply_regset,
13 i386nbsd_aout_regset_from_core_section): New functions.
14 (i386nbsd_sc_reg_offset): Don't explicitly specify size of array.
15 (i386nbsd_init_abi): Initialize TDEP->gregset_reg_offset,
16 TDEP->gregset_num_regs amd sizeof_gregset. Use ARRAY_SIZE to
17 initialize TDEP->sc_num_regs.
18 (i386nbsdaout_init_abi): New function.
19 (i386nbsdelf_init_abi): Remove initialization of
20 TDEP->num_xmm_regs. Don't set num_regs here.
21 (_initialize_i386nbsd_tdep): Don't call add_core_fns. Use
22 i386nbsd_aout_init to register NetBSD a.out OS/ABI.
23
24 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use
25 .note.netbsdcore.procinfo section to recognize NetBSD core files.
26
27 2003-11-26 Michael Chastain <mec.gnu@mindspring.com>
28
29 * cp-abi.c: Update copyright years.
30
31 2003-11-25 Andrew Cagney <cagney@redhat.com>
32
33 * thread-db.c (enable_thread_event): New function. Ensure that BP
34 is a code address.
35 (enable_thread_event_reporting): Use enable_thread_event.
36
37 2003-11-25 Michael Snyder <msnyder@redhat.com>
38
39 * mips-tdep.c (mips_o64_extract_return_value): Correct for
40 NUM_REGS (see changes 2003-06-21).
41 (mips_eabi_extract_return_value): Ditto.
42
43 2003-11-25 Andrew Cagney <cagney@redhat.com>
44
45 * infrun.c: Don't include "exec.h".
46 (handle_inferior_event): Pass current_target, instead of exec_ops,
47 to SOLIB_ADD. Add comments.
48 * Makefile.in (infrun.o): Update dependencies.
49
50 2003-11-24 Daniel Jacobowitz <drow@mvista.com>
51
52 * NEWS: Mention improved location expression support.
53
54 2003-11-23 Andrew Cagney <cagney@redhat.com>
55
56 * Makefile.in (infrun.o): Update dependencies.
57 * infrun.c: Include "exec.h".
58 (handle_inferior_event): Pass exec_ops to SOLIB_ADD.
59
60 2003-11-23 Andrew Cagney <cagney@redhat.com>
61
62 * frame.c (frame_unwind_signed_register): Delete function.
63 * frame.h (frame_unwind_register_signed): Delete declaration.
64 * mips-tdep.c (mips_frame_saved_pc): Use frame_unwind_register_signed.
65
66 * arch-utils.h (generic_cannot_extract_struct_value_address):
67 Delete declaration.
68
69 * defs.h (DEPRECATED_STREQN): Rename STREQN.
70 (DEPRECATED_STREQ): Rename STREQ.
71 * ada-exp.y, ada-lang.c, ada-lex.l, coffread.c: Update.
72 * config/mips/tm-irix5.h, config/mips/tm-irix6.h: Update.
73 * config/mips/tm-mipsv4.h, config/sparc/tm-sun4sol2.h: Update.
74 * dbxread.c, dwarf2read.c, dwarfread.c, environ.c: Update.
75 * eval.c, exec.c, f-lang.c, hppa-tdep.c, hpread.c: Update.
76 * jv-exp.y, language.c, m2-exp.y, mcore-rom.c: Update.
77 * mdebugread.c, mipsread.c, objc-exp.y, objfiles.c: Update.
78 * p-exp.y, p-typeprint.c, p-valprint.c, rs6000-nat.c: Update.
79 * source.c, sparc-tdep.c, stack.c, target.c: Update.
80
81 * symfile.c (symbol_file_command): Replace STREQ with strcmp.
82 * elfread.c (elf_symtab_read): Delete STREQ from comment.
83
84 2003-11-22 Andrew Cagney <cagney@redhat.com>
85
86 * frame.c (deprecated_frame_xmalloc): Delete function.
87 (deprecated_set_frame_extra_info_hack): Delete function.
88 (deprecated_set_frame_saved_regs_hack): Delete function.
89 * frame.h (deprecated_frame_xmalloc): Delete declaration.
90 (deprecated_set_frame_extra_info_hack): Delete declaration.
91 (deprecated_set_frame_saved_regs_hack): Delete declaration.
92 * mcore-tdep.c (analyze_dummy_frame): Instead of
93 deprecated_frame_xmalloc, deprecated_set_frame_saved_regs_hack,
94 and deprecated_set_frame_extra_info_hack use
95 deprecated_frame_xmalloc_with_cleanup.
96 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
97 * mips-tdep.c (mips_init_extra_frame_info): Delete call to
98 deprecated_set_frame_saved_regs_hack.
99
100 * mips-tdep.c (mips_frame_chain): Delete call to
101 deprecated_inside_entry_file.
102
103 * frame.h (deprecated_set_frame_next_hack): Delete declaration.
104 (deprecated_set_frame_prev_hack): Delete declaration.
105 * frame.c (deprecated_set_frame_next_hack): Delete function.
106 (deprecated_set_frame_prev_hack): Delete function.
107 * mcore-tdep.c (analyze_dummy_frame): Delete calls to
108 "deprecated_set_frame_next_hack" and
109 "deprecated_set_frame_prev_hack".
110 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
111
112 * mips-tdep.c (mips_register_convertible): Delete function.
113 (mips_register_convert_to_virtual): Delete function.
114 (mips_register_convert_to_raw): Delete function.
115 (mips_gdbarch_init): Do not set "deprecated_register_convertible",
116 "deprecated_register_convert_to_virtual", or
117 "deprecated_register_convert_to_raw".
118 (mips_pseudo_register_write, mips_pseudo_register_read): Handle
119 32/64 cooked to raw register conversions.
120
121 * frame.c (deprecated_get_frame_context): Delete function.
122 (deprecated_set_frame_context): Delete function.
123 (struct frame_info): Delete member "context".
124 * frame.h (deprecated_get_frame_context): Delete declaration.
125 (deprecated_set_frame_context): Delete declaration.
126
127 * procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment.
128 * config/sparc/tm-sun4sol2.h (FAULTED_USE_SIGINFO): Delete macro.
129 * config/i386/tm-i386sol2.h (FAULTED_USE_SIGINFO): Delete macro.
130 * config/alpha/nm-osf2.h (FAULTED_USE_SIGINFO): Delete macro.
131
132 * mips-tdep.c (SIGFRAME_REG_SIZE): Delete macro.
133 (mips_find_saved_regs): Replace SIGFRAME_REG_SIZE with
134 mips_regsize.
135 (mips_dump_tdep): Do not print SIGFRAME_REG_SIZE.
136 * config/mips/tm-irix6.h (SIGFRAME_REG_SIZE): Delete macro.
137 * config/mips/tm-irix5.h: Update copyright.
138 (SIGFRAME_REG_SIZE): Delete macro.
139
140 * hppa-tdep.c (hppa_value_returned_from_stack): Delete function.
141 * config/pa/tm-hppa.h (hppa_value_returned_from_stack): Delete
142 declaration.
143 (DEPRECATED_VALUE_RETURNED_FROM_STACK): Delete macro.
144 * infcall.c (call_function_by_hand): Delete #ifdef
145 DEPRECATED_VALUE_RETURNED_FROM_STACK code.
146 * infcmd.c (print_return_value): Ditto.
147
148 * mips-tdep.c (skip_prologue_using_sal): New function.
149 (mips32_skip_prologue, mips16_skip_prologue): Use
150 skip_prologue_using_sal to get an upper bound on the search.
151
152 * config/powerpc/tm-linux.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete
153 #if 0'ed macro.
154 * infrun.c (step_into_function): Delete #ifdef
155 PROLOGUE_FIRSTLINE_OVERLAP code.
156 * symtab.c (find_function_start_sal): Ditto.
157
158 * remote-rdp.c: Update copyright.
159 (rdp_init): #if 0 references to "target_byte_order".
160
161 * mips-tdep.c (mips_o32_store_return_value): Delete function.
162 (mips_o32_return_value): Replace mips_o32_xfer_return_value.
163 (mips_o32_extract_return_value): Delete function.
164 (mips_n32n64_return_value): Replace mips_n32n64_xfer_return_value.
165 (mips_n32n64_extract_return_value): Delete function.
166 (mips_n32n64_store_return_value): Delete function.
167 (mips_gdbarch_init): For o32 and n32n64, set "return_value"
168 instead of "store_return_value", "extract_return_value", and
169 "use_struct_convention".
170 (mips_n32n64_use_struct_convention): Delete function.
171
172 2003-11-21 Kevin Buettner <kevinb@redhat.com>
173
174 * frv-tdep.c (frv_frame_this_id): Eliminate call to
175 inside_entry_func().
176
177 2003-11-20 Mark Kettenis <kettenis@gnu.org>
178
179 * i386-tdep.c (i386_extract_return_value,
180 i386_store_return_value): Add gdbarch argument. Use it instead of
181 determining it from REGCACHE. Remove recursive call for
182 structures with a single member.
183 (i386_use_struct_convention): Remove.
184 (i386_reg_struct_return_p): New function.
185 (i386_return_value): New function.
186 (i386_gdbarch_init): Set return_value, don't set
187 extract_return_value, store_return_value and
188 use_struct_convention.
189 * x86-64-tdep.c (x86_64_init_abi): Set return_value to NULL.
190
191 2003-11-20 Jim Blandy <jimb@redhat.com>
192
193 * osabi.c (_initialize_gdb_osabi): Don't return before registering
194 the 'set osabi' and 'show osabi' commands.
195
196 2003-11-19 Mark Kettenis <kettenis@gnu.org>
197
198 * frame.c (get_prev_frame): Use result from
199 get_frame_address_in_block instead of get_frame_pc as argument to
200 inside_main_func. Fixes PR backtrace/1435.
201
202 2003-11-19 Andrew Cagney <cagney@redhat.com>
203
204 * stack.c (return_command): Handle "void", "legacy" and "unknown
205 location" return values separatly.
206 * values.c (using_struct_return): Return 0 for a "void" return
207 type. Mention "register_value_being_returned".
208 (register_value_being_returned): Mention "using_struct_return".
209
210 2003-11-19 Daniel Jacobowitz <drow@mvista.com>
211
212 * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)
213 (frame_base_offset): Delete.
214 (read_func_scope): Delete call to decode_locdesc.
215 (decode_locdesc): Update comments. Don't set the removed variables.
216 Complain for DW_OP_reg* not at the end. Remove DW_OP_breg* and
217 DW_OP_fbreg support.
218
219 2003-11-18 Daniel Jacobowitz <drow@mvista.com>
220
221 * dwarf2read.c (optimized_out, islocal): Remove.
222 (decode_locdesc): Update comments. Don't set optimized_out
223 or islocal.
224
225 2003-11-17 Jeff Johnston <jjohnstn@redhat.com>
226 David Mosberger <davidm@hpl.hp.com>
227
228 * ia64-tdep.c: Include elf.h.
229 [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and
230 libunwind-ia64.h.
231 (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
232 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto.
233 (ia64_is_fpreg, ia64_access_reg): Ditto.
234 (ia64_access_fpreg, ia64_access_mem): Ditto.
235 (get_kernel_table): Ditto.
236 (ia64_find_unwind_table): Ditto.
237 (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto.
238 (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto.
239 (ia64_libunwind_frame_prev_register): Ditto.
240 (ia64_libunwind_frame_sniffer): Ditto.
241 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame
242 sniffer. Register libunwind functions needed by generic
243 libunwind frame code using libunwind_frame_set_descr().
244
245 2003-11-16 Daniel Jacobowitz <drow@mvista.com>
246
247 * breakpoint.c (re_enable_breakpoints_in_shlibs): Only re-enable a
248 bp_shlib_disabled breakpoint if there is a shared library mapped
249 at its expected address.
250
251 2003-11-16 Andrew Cagney <cagney@redhat.com>
252
253 * configure.tgt: Delete mips*tx39*-elf*.
254 * config/mips/tm-tx39.h: Delete file.
255 * config/mips/tx39.mt: Delete file.
256 * config/mips/tx39.mt: Delete file.
257
258 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare.
259 * remote-mips.c (common_open): Instead of
260 "mips_read_register_type" and "mips_set_processor_type_command"
261 call "deprecated_mips_set_processor_regs_hack".
262 * config/mips/tm-mips.h (mips_read_processor_type): Delete
263 declaration.
264 (mips_set_processor_type_command): Delete declaration.
265 * mips-tdep.c (mips_gdbarch_init): Update comment.
266 (mips_dump_tdep): Do not print MIPS_REGISTER_NAMES.
267 (mips_set_processor_type): Delete function.
268 (NUM_MIPS_PROCESSOR_REGS): Define.
269 (mips_show_processor_type_command): Delete function.
270 (mips_set_processor_type_command): Delete function.
271 (tmp_mips_processor_type): Delete.
272 (mips_processor_type): Delete.
273 (mips_processor_type_table): Delete.
274 (mips_r3051_reg_names): Delete.
275 (mips_r3081_reg_names): Delete.
276 (mips_lsi33k_reg_names): Delete.
277 (mips_processor_reg_names): Delete.
278 (mips_read_processor_type): Delete function.
279 (deprecated_mips_set_processor_regs_hack): New function.
280 (struct gdbarch_tdep): Add member "mips_processor_reg_names".
281 (mips_register_name): Get the processor names from the tdep.
282 (mips_tx39_reg_names): New array.
283 (mips_generic_reg_names): Wire to a standard set of names.
284 (mips_gdbarch_init): Set "mips_processor_reg_names".
285 * config/mips/tm-irix5.h (MIPS_REGISTER_NAMES): Delete macro.
286 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Delete macro.
287 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Delete macro.
288
289 2003-11-16 Andrew Cagney <cagney@redhat.com>
290
291 * mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
292 (mips_fpa0_regnum, mips_regnum): New function.
293 (mips_gdbarch_init): Fill in the "regnum" fields.
294 * mips-tdep.h (struct mips_regnum): Define.
295 (mips_regnum): Declare.
296 * config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
297 (LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
298 (CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
299 (FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
300 * config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
301 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
302 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
303 * config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
304 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
305 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
306 * remote-mips.c: Include "mips-tdep.h". Update.
307 * mipsnbsd-tdep.c: Update.
308 * mipsv4-nat.c: Update.
309 * mips-tdep.c: Update.
310 * mips-nat.c: Update.
311 * mips-linux-tdep.c: Update.
312 * mips-linux-nat.c: Update.
313 * irix5-nat.c: Update.
314 * dve3900-rom.c: Include "mips-tdep.h". Update.
315 (ignore_packet): Supress GCC warning.
316 * config/mips/nm-riscos.h: Update.
317
318 2003-11-16 Andrew Cagney <cagney@redhat.com>
319
320 * mips-tdep.c: Replace DEPRECATED_REGISTER_RAW_SIZE with
321 register_size.
322 (mips_register_raw_size): Delete function.
323 (mips_register_type): Handle "mips64_transfers_32bit_regs_p".
324 (mips_gdbarch_init): Do not set "deprecated_register_raw_size".
325 Check and set "mips64_transfers_32bit_regs_p".
326 (struct gdbarch_tdep): Add "mips64_transfers_32bit_regs_p".
327 (mips_register_convertible): Check the architecture's
328 "mips64_transfers_32bit_regs_p".
329 (set_mips64_transfers_32bit_regs): New function.
330 (_initialize_mips_tdep): Use "add_setshow_cmd" when adding the
331 "set remote-mips64-transfers-32bit-regs" command. Specify
332 set_mips64_transfers_32bit_regs as the set function.
333 * Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
334
335 2003-11-16 Mark Kettenis <kettenis@gnu.org>
336
337 * i386-tdep.h (i386_supply_gregset): Provide prototype.
338 * i386-tdep.c (i386_supply_gregset): Make public.
339
340 2003-11-16 Andrew Cagney <cagney@redhat.com>
341
342 * mips-tdep.c (mips_register_byte): Delete function.
343 (mips_gdbarch_init): Do not set "deprecated_register_byte".
344 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Delete macro.
345 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Delete macro.
346 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Delete macro.
347
348 2003-11-16 Mark Kettenis <kettenis@gnu.org>
349
350 * i386-tdep.c (i386_extract_return_value): Don't use bfd_byte.
351
352 2003-11-16 Andrew Cagney <cagney@redhat.com>
353
354 * config/mips/linux64.mt: Delete file.
355 * config/mips/tm-linux64.h: Delete file.
356 * config/mips/tm-mips64.h: Delete file.
357 * config/mips/embed64.mt: Delete file.
358 * config/djgpp/fnchange.lst: Update.
359 * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
360 mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
361 * config/mips/tm-irix6.h: Update copyright. Include
362 "mips/tm-mips.h" instead of "mips/tm-mips64.h".
363 * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
364 "OP_LDGPR".
365
366 2003-11-15 Andrew Cagney <cagney@redhat.com>
367
368 * mips-tdep.c (mips_register_type): Simplify. Eliminate reference
369 to MIPS_REGISTER_TYPE. Make integer registers signed. Make IRIX
370 n32 registers 64 bit.
371 (mips_register_raw_size, mips_register_byte): For pseudo
372 registers, use the register's pseudo size and not the
373 corresponding raw register's size.
374 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Delete macro.
375 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Delete macro.
376 * config/mips/tm-irix6.h: Don't #undef MIPS_REGISTER_TYPE.
377 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Delete macro.
378
379 2003-11-15 Andrew Cagney <cagney@redhat.com>
380
381 * mips-tdep.c (struct gdbarch_tdep): Delete member
382 gdb_target_is_mips64.
383 (GDB_TARGET_IS_MIPS64): Delete macro.
384 (mips_gdbarch_init): Do not set tdep's gdb_target_is_mips64.
385 (mips_dump_tdep): Do not print GDB_TARGET_IS_MIPS64.
386 (mips_addr_bits_remove): Simplify.
387
388 * mips-tdep.c: Replace DEPRECATED_REGISTER_VIRTUAL_SIZE with
389 register_size.
390
391 Replace MIPS_REGSIZE with mips_regsize.
392 * mips-tdep.c (mips_regsize): New function.
393 * mips-tdep.h (mips_regsize): Declare.
394 * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
395 (SIZEOF_STRUCT_REG): Update.
396 * mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
397 (mipsnbsd_fill_reg): Update.
398 (mipsnbsd_supply_fpreg): Update.
399 (mipsnbsd_fill_fpreg): Update.
400 (NBSD_MIPS_JB_ELEMENT_SIZE): Update.
401 * mips-tdep.c (mips_register_raw_size): Update.
402 (mips_register_type): Update.
403 (SIGFRAME_BASE): Update.
404 (SIGFRAME_PC_OFF): Update.
405 (SIGFRAME_REGSAVE_OFF): Update.
406 (SIGFRAME_FPREGSAVE_OFF): Update.
407 (SIGFRAME_REG_SIZE): Update.
408 (mips32_heuristic_proc_desc): Update.
409 (print_gp_register_row): Update.
410 (mips_dump_tdep): Do not print MIPS_REGSIZE.
411 * irix5-nat.c (supply_gregset): Update.
412 (fetch_core_registers): Update.
413 * config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
414 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
415 * config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
416 (MIPS_REGISTER_BYTE): Update.
417 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.
418
419 2003-11-15 Andrew Cagney <cagney@redhat.com>
420
421 * config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
422 USE_REGISTER_NOT_ARG.
423 * stabsread.c (define_symbol): Update.
424
425 2003-11-15 Andrew Cagney <cagney@redhat.com>
426
427 * bcache.h (deprecated_bcache): Declare.
428 (bcache): Make returned buffer constant.
429 * bcache.c (deprecated_bcache): New function.
430 (bcache_data): New function.
431 (bcache): Call bcache data.
432 * symfile.c (add_psymbol_to_list): Use deprecated_bcache.
433 (add_psymbol_with_dem_name_to_list): Ditto.
434
435 2003-11-15 Mark Kettenis <kettenis@gnu.org>
436
437 * glibc-tdep.h (struct gdbarch): Declare opaque.
438 (glibc_skip_solib_resolver): Adjust prototype.
439 * glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
440 * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
441 (arm_linux_init_abi): Set skip_solib_resolver.
442 * i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
443 (i386_linux_init_abi): Set skip_solib_resolver.
444 * config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
445 (arm_linux_skip_solib_resolver): Remove prototype.
446 * config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
447 (i386_linux_skip_solib_resolver): Remove prototype.
448
449 2003-11-14 Mark Kettenis <kettenis@gnu.org>
450
451 * gdbarch.sh (skip_solib_resolver): Change into a multi-arch
452 function.
453 * gdbarch.c, gdbarch.h: Regenerate.
454 * infrun.c (handle_inferior_event): Call
455 gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
456 * arch-utils.c (generic_in_solib_call_trampoline): Adjust function
457 definition.
458 * arch-utils.h (generic_in_solib_call_trampoline): Adjust function
459 prototype.
460
461 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
462
463 * libunwind-frame.c: New file.
464 * libunwind-frame.h: New file.
465 * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
466 * configure.in: Add --with-libunwind option support. Define
467 HAVE_LIBUNWIND if libunwind support selected / defaulted.
468 Also check for libunwind.h and libunwind-ia64.h headers.
469 * configure: Regenerated.
470 * Makefile.in: Add support for libunwind-frame.o.
471 * config.in: Regenerated.
472
473 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
474
475 * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
476 set up the ia64 linux native target method for getting the kernel
477 unwind table.
478 * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
479 * inftarg.c (child_xfer_partial): Enable section of code to
480 handle TARGET_OBJECT_UNWIND_TABLE.
481 * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
482
483 2003-11-14 Ian Lance Taylor <ian@wasabisystems.com>
484
485 * config/arm/nbsd.mt (TM_FILE): Define.
486 * config/arm/tm-nbsd.h: New file.
487
488 2003-11-14 Andrew Cagney <cagney@redhat.com>
489
490 * Makefile.in (ppc-sysv-tdep.o): Update dependencies.
491 * ppc-sysv-tdep.c: Include "objfiles.h".
492 (ppc64_sysv_abi_push_dummy_call): Provide the
493 the FN's objfile when looking for the descriptor.
494
495 * ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
496 "name_of_malloc" to ".malloc".
497
498 2003-11-13 Mark Kettenis <kettenis@gnu.org>
499
500 * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
501
502 2003-11-13 David Carlton <carlton@kealia.com>
503
504 * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
505
506 2003-11-13 Andrew Cagney <cagney@redhat.com>
507
508 * arch-utils.h (selected_architecture_name): Declare.
509 (selected_byte_order): Declare.
510 * arch-utils.c (selected_byte_order): New function.
511 (selected_architecture_name): New function.
512 (target_architecture_auto): Make static.
513 (set_architecture_string): Make static.
514 (target_byte_order): Make static.
515 (target_byte_order_auto): Make static.
516 * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
517 non-multi-arch definition.
518 (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
519 (target_byte_order, target_architecture): Delete declaration.
520 (target_byte_order_auto, target_architecture_auto): Ditto.
521 * gdbarch.h: Re-generate.
522 * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
523 "selected_byte_order".
524
525 2003-11-13 Andrew Cagney <cagney@redhat.com>
526
527 * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
528
529 2003-11-13 Jim Blandy <jimb@redhat.com>
530
531 * cp-namespace.c: Doc fix.
532
533 2003-11-12 Michael Snyder <msnyder@redhat.com>
534
535 * sh64_tdep.c: Regularize some names.
536 (sh_sh64_register_name): Rename to sh64_register_name.
537 (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
538 (sh_sh64_register_byte): Rename to sh64_register_byte.
539 (sh_sh64_build_float_register_type):
540 Rename to sh64_build_float_register_type.
541 (sh_sh64_register_convert_to_virtual):
542 Rename to sh64_register_convert_to_virtual.
543 (sh_sh64_register_convert_to_raw):
544 Rename to sh64_register_convert_to_raw.
545
546 * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
547 sh64_media_reg_base_num, sh64_compact_reg_base_num,
548 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
549 sh64_extract_return_value, sh64_show_media_regs,
550 sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
551 sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
552 sh64_pseudo_register_read, sh64_pseudo_register_write,
553 sh64_do_pseudo_register, sh_compact_print_registers_info):
554 Delete unused variable 'tdep'.
555
556 * sh64-tdep.c: Coding standard and spelling comment fixes.
557 (sh64_extract_return_value): Replace deprecated_store_floating
558 with store_typed_floating.
559 (sh_sh64_register_convert_to_raw): Replace
560 deprecated_store_floating with store_typed_floating.
561 (sh_sh64_register_virtual_type): Convert to sh64_register_type.
562 (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
563 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
564 sh64_extract_struct_value_address, sh64_pop_frame,
565 sh64_extract_return_value, sh64_store_return_value,
566 sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
567 sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
568 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
569 Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
570 (sh64_gdbarch_init): Don't set deprecated_register_bytes,
571 deprecated_register_virtual_type, deprecated_register_raw_size,
572 deprecated_max_register_raw_size, or
573 deprecated_max_register_virtual_size. Instead, just set
574 gdbarch_register_type.
575 (sh_sh64_register_raw_size): Delete.
576 (sh_sh64_register_virtual_size): Delete.
577
578 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
579
580 * dwarf2read.c (struct dwarf2_cu): New type.
581
582 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
583 dwarf2_cu structure to pass down.
584
585 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
586 (add_partial_enumeration, locate_pdi_sibling, process_die)
587 (read_file_scope, read_func_scope)
588 (read_lexical_block_scope, dwarf2_get_pc_bounds)
589 (dwarf2_add_field, dwarf2_attach_fields_to_type)
590 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
591 (read_structure_scope, read_enumeration, read_array_type)
592 (read_common_block, read_namespace, read_tag_pointer_type)
593 (read_tag_ptr_to_member_type, read_tag_reference_type)
594 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
595 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
596 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
597 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
598 (read_full_die. read_attribute_value, read_attribute)
599 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
600 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
601 (die_containing_type, type_at_offset, tag_type_to_type)
602 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
603 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
604
605 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
606
607 PR breakpoints/1450
608 * breakpoint.c (insert_bp_location): Fix a logic error by returning
609 0 after a catchpoint fails.
610
611 2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
612
613 * mips-tdep.c (msymbol_size): Delete.
614
615 2003-11-07 Michael Chastain <mec@shout.net>
616
617 * symtab.h (struct minimal_symbol): Add size.
618 * dbxread.c: Use it.
619 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
620 Rename to record_minimal_symbol.
621 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
622 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
623 (install_minimal_symbols): Ditto.
624 * objfiles.c (terminate_minimal_symbol_table): Ditto.
625 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
626 * m68hc11-tdep.c: Ditto.
627 * mips-tdep.c: Ditto.
628 * sh64-tdep.c: Ditto.
629
630 2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
631
632 * MAINTAINERS: Change my e-mail address.
633
634 2003-11-10 Andrew Cagney <cagney@redhat.com>
635
636 * gdbarch.sh (return_value): Replace "inval" and "outval" with
637 "readbuf" and "writebuf".
638 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
639 * d10v-tdep.c (d10v_return_value): Ditto.
640 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
641 (ppc_sysv_abi_broken_return_value): Ditto.
642 (ppc64_sysv_abi_return_value): Ditto.
643 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
644 (ppc_sysv_abi_return_value): Ditto.
645 (ppc_sysv_abi_broken_return_value): Ditto.
646 (ppc64_sysv_abi_return_value): Ditto.
647 * values.c (register_value_being_returned): Update call.
648 * stack.c (return_command): Update call.
649 * gdbarch.h, gdbarch.c: Re-generate.
650
651 * target.h (struct target_ops): Order xfer buffer parameters "read
652 write" not "write read".
653 * bfd-target.c (target_bfd_xfer_partial): Update.
654 * remote.c (remote_xfer_partial): Update.
655 * inftarg.c (child_xfer_partial): Update.
656 * target.c (default_xfer_partial): Update.
657 (target_read_partial, target_write_partial): Update.
658 (debug_to_xfer_partial): Update.
659
660 * arch-utils.h, arch-utils.c: Fix typo in comment.
661
662 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
663 (gdbarch_from_bfd): Call gdbarch_find_by_info.
664 (set_gdbarch_from_file): Call
665 "deprecated_current_gdbarch_select_hack".
666
667 2003-11-09 Andrew Cagney <cagney@redhat.com>
668
669 * arch-utils.c (gdbarch_update_p): New function.
670 * gdbarch.sh (gdbarch_update_p): Delete function.
671 (find_arch_by_info, gdbarch_find_by_info): New functions.
672 (deprecated_current_gdbarch_select_hack): New function.
673 * gdbarch.c: Re-generate.
674
675 * gdbarch.sh (clear_gdbarch_swap): Delete function.
676 (swapout_gdbarch_swap): Delete function.
677 (swapin_gdbarch_swap): Delete function.
678 (init_gdbarch_swap): Delete function.
679 (initialize_non_multiarch): Delete function.
680 (current_gdbarch_swap_in_hack): New function.
681 (current_gdbarch_swap_out_hack): New function.
682 (current_gdbarch_swap_init_hack): New function.
683 * gdbarch.c: Re-generate.
684
685 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
686 parameter to "current_gdbarch". Add comment explaining why.
687 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
688 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
689 * gdbarch.c: Re-generate.
690
691 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
692 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
693 * config/s390/xm-linux.h: Delete file.
694 * config/m88k/xm-delta88v4.h: Delete stray.
695
696 * Makefile.in (arch-utils.o): Update dependencies.
697 * arch-utils.c: Include "osabi.h".
698 (gdbarch_info_fill): New function.
699 * arch-utils.h (gdbarch_info_fill): Declare.
700 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
701 * gdbarch.c: Re-generate.
702
703 2003-11-09 Mark Kettenis <kettenis@gnu.org>
704 David S. Miller <davem@redhat.com>
705
706 * glibc-tdep.c, glibc-tdep.h: New files.
707 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
708 * config/i386/linux.mt (TDEPFILES): Likewise.
709 * i386-linux-tdep.c (glibc-tdep.h): Include.
710 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
711 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
712 * arm-linux-tdep.c (glibc-tdep.h): Include.
713 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
714 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
715 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
716 (glibc_tdep_h): Define.
717 (glibc-tdep.o): Add dependencies.
718 (arm-linux-tdep.o): Update dependencies.
719 (i386-linux-tdep.o): Likewise.
720
721 2003-11-09 Andrew Cagney <cagney@redhat.com>
722
723 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
724 * config/mips/nm-irix6.h: Delete file.
725 * config/mips/nm-linux.h: Update copyright.
726 (MIPS_GNULINUX_TARGET): Delete macro.
727 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
728 * config/mips/xm-irix6.h: Delete file.
729 * config/mips/linux.mh (XM_FILE): Delete definition.
730 * config/mips/xm-linux.h: Delete file.
731
732 2003-11-09 Andrew Cagney <cagney@redhat.com>
733
734 * d10v-tdep.c (d10v_return_value): New function.
735 (d10v_use_struct_convention): Delete function.
736 (d10v_store_return_value): Delete function.
737 (d10v_extract_struct_value_address): Delete function.
738 (d10v_gdbarch_init): Set "return_value" instead of
739 "extract_return_value", "store_return_value",
740 "extract_struct_value_address", and "use_struct_convention".
741 (RET1_REGNUM): Delete const.
742
743 2003-11-09 Mark Kettenis <kettenis@gnu.org>
744
745 From David S. Miller <davem@redhat.com>:
746 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
747 * gdbarch.c, gdbarch.h: Regenerated.
748 * arch-utils.c (generic_skip_solib_resolver): New function.
749 * arch-utils.h (generic_skip_solib_resolver): New prototype.
750 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
751
752 2003-11-07 Andrew Cagney <cagney@redhat.com>
753
754 * top.c (print_gdb_version): Replace STREQ with strcmp.
755 * valops.c (value_struct_elt_for_reference): Ditto.
756 (value_struct_elt_for_reference): Ditto.
757 * symtab.c (gdb_mangle_name): Ditto.
758 (find_line_symtab): Ditto.
759 * symmisc.c (maintenance_print_symbols): Ditto.
760 * symfile.c (symbol_file_command): Ditto.
761 * stabsread.c (define_symbol, read_type): Ditto.
762 (cleanup_undefined_types, scan_file_globals): Ditto.
763 * solib.c (solib_map_sections): Ditto.
764 * solib-svr4.c (bfd_lookup_symbol): Ditto.
765 * rs6000-tdep.c (skip_prologue): Ditto.
766 * p-valprint.c (pascal_value_print): Ditto.
767 (pascal_object_is_vtbl_ptr_type): Ditto.
768 * objfiles.c (in_plt_section): Ditto.
769 * minsyms.c (lookup_minimal_symbol): Ditto.
770 (compact_minimal_symbols): Ditto.
771 (find_solib_trampoline_target): Ditto.
772 * mdebugread.c (parse_type): Ditto.
773 * language.c (set_language_command): Ditto.
774 (set_type_command, set_range_command): Ditto.
775 * f-lang.c (add_common_block): Ditto.
776 (add_common_block): Ditto.
777 (find_first_common_named): Ditto.
778 (patch_all_commons_by_name): Ditto.
779 * elfread.c (elf_locate_sections): Ditto.
780 (elf_locate_sections): Ditto.
781 (elfstab_offset_sections): Ditto.
782 * dwarf2read.c (dwarf2_locate_sections): Ditto.
783 * dbxread.c (add_old_header_file): Ditto.
784 (find_corresponding_bincl_psymtab): Ditto.
785 (read_dbx_symtab, process_one_symbol): Ditto.
786 * coffread.c (patch_opaque_types): Ditto.
787 * cli/cli-decode.c (delete_cmd): Ditto.
788 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
789 * c-typeprint.c (c_type_print_base): Ditto.
790 * breakpoint.c (bpstat_stop_status): Ditto.
791 (clear_command, breakpoint_re_set_one): Ditto.
792
793 2003-11-07 Andrew Cagney <cagney@redhat.com>
794
795 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
796 * bcache.c (struct bstring): Make "length" an unsigned short, add
797 "half_hash".
798 (struct bcache): Add "half_hash_error_count".
799 (bcache): Compute and save the "half_hash". Compare the
800 "half_hash" before comparing the length. Update
801 half_hash_error_count.
802
803 2003-11-07 Andrew Cagney <cagney@redhat.com>
804
805 * inftarg.c (child_xfer_partial): New function
806 (init_child_ops): Set "to_xfer_partial".
807
808 2003-11-07 Andrew Cagney <cagney@redhat.com>
809
810 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
811 set "return_value" instead of "use_struct_convention".
812 (ppc_linux_use_struct_convention): Delete function.
813 (ppc_linux_return_value): New function.
814 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
815 (ppc_sysv_abi_broken_return_value): New function.
816 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
817 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
818 static.
819 (ppc_sysv_abi_extract_return_value): Delete function.
820 (ppc_sysv_abi_broken_extract_return_value): Delete function.
821 (ppc_sysv_abi_store_return_value): Delete function.
822 (ppc_sysv_abi_broken_store_return_value): Delete function.
823 (ppc_sysv_abi_use_struct_convention): Delete function.
824 (ppc64_sysv_abi_use_struct_convention): Delete function.
825 (ppc64_sysv_abi_extract_return_value): Delete function.
826 (ppc64_sysv_abi_store_return_value): Delete function.
827 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
828 (ppcnbsd_init_abi): Set "return_value", instead of
829 "use_struct_convention", "extract_return_value", and
830 "store_return_value".
831 (ppcnbsd_use_struct_convention): Delete function.
832 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
833 (ppc_sysv_abi_return_value): Declare.
834 (ppc_sysv_abi_broken_return_value): Declare.
835 (ppc_sysv_abi_use_struct_convention): Delete.
836 (ppc_sysv_abi_store_return_value): Delete.
837 (ppc_sysv_abi_extract_return_value): Delete.
838 (ppc_sysv_abi_broken_store_return_value): Delete.
839 (ppc_sysv_abi_broken_extract_return_value): Delete.
840 (ppc64_sysv_abi_use_struct_convention): Delete.
841 (ppc64_sysv_abi_extract_return_value): Delete.
842 (ppc64_sysv_abi_store_return_value): Delete.
843 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
844 set "return_value" instead of "extract_return_value",
845 "store_return_value", and "use_struct_convention".
846
847 2003-11-07 Mark Kettenis <kettenis@gnu.org>
848
849 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
850
851 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
852 fscanf.
853
854 2003-11-07 Mark Kettenis <kettenis@gnu.org>
855
856 * fbsd-proc.c: Fix formatting.
857
858 2003-11-06 Kevin Buettner <kevinb@redhat.com>
859
860 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
861 Define.
862 (new_variant): Set name for iacc0_regnum.
863 (frv_register_name): Accommodate pseudo-registers.
864 (frv_register_type): Add case for iacc0_regnum.
865 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
866 (frv_gdbarch_init): Set number of pseudo registers. Establish
867 pseudo-register read/write methods.
868
869 2003-11-06 Andrew Cagney <cagney@redhat.com>
870
871 * valops.c (destructor_name_p): Replace STREQN with strncmp.
872 * top.c (command_line_input): Ditto.
873 * objc-exp.y (yylex): Ditto.
874 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
875 * jv-exp.y (yylex): Ditto.
876 * f-exp.y (yylex): Ditto.
877 * event-top.c (command_line_handler): Ditto.
878 * environ.c (get_in_environ): Ditto.
879 (set_in_environ): Ditto.
880 * dwarfread.c (handle_producer): Ditto.
881 * dbxread.c (process_one_symbol): Ditto.
882 * c-typeprint.c (c_type_print_base): Ditto.
883 * c-exp.y (yylex): Ditto.
884
885 2003-11-06 Andrew Cagney <cagney@redhat.com>
886 Jeff Johnston <jjohnstn@redhat.com>
887
888 * target.c (add_target): Only set "to_xfer_partial" when NULL.
889 (init_dummy_target): Set "to_xfer_partial".
890
891 2003-11-06 Andrew Cagney <cagney@redhat.com>
892
893 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
894 REGISTER_CONVENTION.
895
896 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
897
898 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
899 static.
900
901 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
902
903 * breakpoint.c (remove_breakpoint): Take an bp_location
904 instead of a breakpoint argument. Check the bp_location's type.
905 Fix a reversed condition for hardware breakpoints.
906
907 (insert_bp_location): Update call to remove_breakpoint.
908 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
909 (remove_hw_watchpoints): Likewise.
910 (reattach_breakpoints): Likewise.
911 (detach_breakpoints): Likewise.
912 (delete_breakpoint): Likewise.
913
914 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
915
916 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
917 (beakpoint_init_inferior): Likewise.
918 (breakpoint_here_p): Likewise. Only check addresses for software
919 or hardware breakpoints.
920 (breakpoint_inserted_here_p): Likewise.
921 (breakpoint_thread_match): Likewise. Correct comment.
922 (bpstat_have_active_hw_watchpoints): Likewise.
923 (check_duplicates): Likewise.
924
925 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
926
927 * breakpoints.c (insert_bp_location): New function, broken out
928 from insert_breakpoints. Work on an bp_location instead of a
929 breakpoint.
930 (insert_breakpoints): Use it.
931
932 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
933
934 * breakpoint.h (struct bp_location): Add section.
935 (struct breakpoint): Remove section.
936 * breakpoint.c (insert_breakpoints, remove_breakpoint)
937 (breakpoint_here_p, breakpoint_inserted_here_p)
938 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
939 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
940 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
941 section through loc.
942
943 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
944
945 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
946 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
947
948 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
949
950 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
951 arguments. Initialize owner and type for the new breakpoint
952 location item.
953 (set_raw_breakpoint): Update call to allocate_bp_location.
954
955 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
956
957 * breakpoint.h (struct bp_location): Add a chain pointer.
958 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
959 macros.
960 (bp_location_chain): New variable.
961 (allocate_bp_location): New function.
962 (set_raw_breakpoint): Use it.
963 (delete_breakpoint): Remove ->loc from the bp_location_chain.
964
965 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
966
967 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
968 (struct breakpoint): Remove address, shadow_contents, inserted,
969 requested_address, and duplicate. Add a struct bp_location.
970 * breakpoint.c (condition_command, read_memory_nobpt)
971 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
972 (reattach_breakpoints, update_breakpoints_after_exec)
973 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
974 (breakpoint_init_inferior, breakpoint_here_p)
975 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
976 (breakpoint_thread_match, bpstat_stop_status)
977 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
978 (describe_other_breakpoints, check_duplicates)
979 (make_breakpoint_permanent, create_thread_event_breakpoint)
980 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
981 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
982 (watch_command_1, print_one_exception_catchpoint)
983 (clear_command, breakpoint_re_set_one): Adjust member accesses to
984 use the breakpoint's ->loc.
985 (set_raw_breakpoint): Likewise. Initialize ->loc.
986 (delete_breakpoint): Likewise. Free ->loc.
987
988 2003-11-05 Andrew Cagney <cagney@redhat.com>
989
990 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
991 macro.
992 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
993 * config/i386/tm-cygwin.h
994 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
995 * config/powerpc/tm-linux.h
996 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
997 (at_subroutine_call_instruction_target): Delete declaration.
998 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
999 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
1000 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
1001
1002 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
1003 "struct bfd_section" and "struct bfd".
1004 * target.h (struct section_table): Ditto.
1005 * rs6000-nat.c (xcoff_relocate_core): Ditto.
1006 * solib-svr4.c (elf_locate_base): Ditto.
1007 * pa64solib.c (dld_cache_t): Ditto.
1008 * objfiles.h (struct obj_section): Ditto.
1009 * objfiles.c (add_to_objfile_sections): Ditto.
1010 * exec.c (bfdsec_to_vmap): Ditto.
1011 (add_to_section_table): Ditto.
1012 (build_section_table): Ditto.
1013 * corelow.c (get_core_register_section): Ditto.
1014 * coffread.c (find_linenos): Ditto.
1015 * elfread.c (elf_interpreter): Delete #if0'd function.
1016
1017 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
1018 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
1019 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
1020 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
1021
1022 * arch-utils.h (generic_cannot_extract_struct_value_address):
1023 Delete declaration.
1024 * wince.c (_initialize_wince): Fix multi-line string.
1025 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
1026
1027 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1028
1029 * top.c (execute_command): Fix broken logic for command execution
1030 while inferior is running in async mode.
1031
1032 2003-11-06 Mark Kettenis <kettenis@gnu.org>
1033
1034 * dwarf2-frame.c (execute_cfa_program): Mark register as
1035 REG_SAVED_REG for DW_CFA_register opcode.
1036
1037 2003-11-05 Mark Kettenis <kettenis@gnu.org>
1038
1039 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
1040 %rsp, %rip and %eflags to match ABI-change.
1041
1042 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
1043
1044 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
1045 (ia64_gdbarch_init): Don't bother calculating the os.
1046 Instead use the gdbarch_info struct and look at the osabi field.
1047 Also use gdbarch_list_lookup_by_info() to look for a
1048 candidate gdbarch.
1049
1050 2003-11-05 Kevin Buettner <kevinb@redhat.com>
1051
1052 * frv-tdep.c (frv_register_byte): Delete.
1053 (frv_extract_return_value, frv_store_return_value)
1054 (frv_extract_struct_value_address): Don't call frv_register_byte().
1055 Convert to non-deprecated form.
1056 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
1057 Convert calls to set_gdbarch_deprecated_extract_return_value(),
1058 set_gdbarch_deprecated_store_return_value(), and
1059 set_gdbarch_deprecated_extract_struct_value_address() into
1060 non-deprecated forms.
1061
1062 2003-11-05 Andrew Cagney <cagney@redhat.com>
1063
1064 * mips-tdep.c (mips_dump_tdep): Do not print
1065 PRINT_EXTRA_FRAME_INFO.
1066 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
1067 Rename PRINT_EXTRA_FRAME_INFO.
1068 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
1069 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
1070 (mips_print_extra_frame_info): Delete declaration.
1071 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
1072
1073 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1074
1075 * coffread.c (coff_symtab_read): Remove passing of info parameter
1076 to prim_record_minimal_symbol_and_info.
1077
1078 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
1079
1080 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
1081 (decode_base_type): Delete ifdeffed out code.
1082
1083 2003-11-04 Andrew Cagney <cagney@redhat.com>
1084
1085 * symtab.c (find_active_alias): Delete function.
1086 (lookup_block_symbol): Delete alias code.
1087 * stabsread.c (resolve_live_range): Delete function.
1088 (add_live_range): Delete function.
1089 (resolve_symbol_reference): Delete function.
1090 (define_symbol): Delete live range and alias code.
1091 (scan_file_globals): Delete alias code.
1092 * symtab.h (SYMBOL_RANGES): Delete macro.
1093 (struct range_list): Delete structure.
1094 (struct symbol): Delete field "ranges".
1095 (SYMBOL_ALIASES): Delete macro.
1096 (struct alias_list): Delete structure.
1097 (struct symbol): Delete field "aliases".
1098
1099 2003-11-04 Michael Snyder <msnyder@redhat.com>
1100
1101 * MAINTAINERS: Remove myself as owner of breakpoints and
1102 of sparc/solaris.
1103
1104 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
1105
1106 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
1107 (sh_sh4al_dsp_register_name): Ditto.
1108 (sh4_nofpu_show_regs): Ditto.
1109 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
1110 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
1111
1112 2003-11-03 Andrew Cagney <cagney@redhat.com>
1113
1114 * bcache.c: Include "gdb_assert.h".
1115 (struct bcache): Add fields "expand_count" and
1116 "expand_hash_count".
1117 (expand_hash_table): Update the expand counts.
1118 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
1119 on object sizes and hashes.
1120 * Makefile.in (bcache.o): Update dependencies.
1121
1122 2003-11-03 Andrew Cagney <cagney@redhat.com>
1123
1124 * exec.c (xfer_memory): Eliminate xfer_fn.
1125
1126 2003-10-31 Kevin Buettner <kevinb@redhat.com>
1127
1128 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
1129 (opcodes/frv-desc.h): Include.
1130 (iacc0h_regnum, iacc0l_regnum): Define.
1131 (last_spr_regnum, frv_num_regs): Update.
1132 (new_variant): Don't supply default names for holes in the SPRs.
1133 Supply names for iacc0h_regnum and iacc0l_regnum.
1134 (frv_register_type): Use symbolic constants first_fpr_regnum and
1135 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
1136 builtin_type_int instead of builtin_type_int32.
1137 (frv_register_sim_regno): New function.
1138 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
1139 * Makefile.in (gdb_sim_frv_h): Define.
1140 (frv-tdep.o): Update dependencies.
1141
1142 2003-10-31 Andrew Cagney <cagney@redhat.com>
1143
1144 * avr-tdep.c (avr_frame_this_id): Do not call
1145 deprecated_inside_entry_file.
1146 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
1147 * m32r-tdep.c (m32r_frame_this_id): Ditto.
1148 * d10v-tdep.c (d10v_frame_this_id): Ditto.
1149 * arm-tdep.c (arm_prologue_this_id): Ditto.
1150 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
1151
1152 2003-10-31 Jim Blandy <jimb@redhat.com>
1153
1154 * elfread.c (elf_symtab_read): Allocate correct number of tail
1155 elements to sectinfo structure. (Fix from Woody LaRue.)
1156
1157 2003-10-31 Andrew Cagney <cagney@redhat.com>
1158
1159 * stack.c (return_command): Use get_frame_type, instead of
1160 CALL_DUMMY_HAS_COMPLETED.
1161 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
1162 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
1163
1164 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1165
1166 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
1167 explicitly specify size of array.
1168 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
1169 TDEP->sc_num_regs.
1170
1171 2003-10-31 Andrew Cagney <cagney@redhat.com>
1172
1173 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
1174 function.
1175 (s390_gdbarch_init): Set extract_struct_value_address.
1176 * arch-utils.c (generic_cannot_extract_struct_value_address):
1177 Delete function.
1178 * arch-utils.h (generic_cannot_extract_struct_value_address):
1179 Delete definition.
1180
1181 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1182
1183 * i386-linux-nat.c (fetch_core_registers): Remove.
1184 (linux_elf_core_fns): Remove.
1185 (_initialize_i386_linux_nat): Remove.
1186
1187 2003-10-31 Andrew Cagney <cagney@redhat.com>
1188
1189 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
1190 "exec.h".
1191 (exec_entry_point): New function.
1192 (enable_break): Create a "tmp_bfd_target", use that and
1193 entry_point_address when computing the relocation offset.
1194 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1195 * Makefile.in (solib-svr4.o): Update dependencies.
1196
1197 2003-10-31 Andrew Cagney <cagney@redhat.com>
1198
1199 * defs.h (XZALLOC): Define.
1200 * target.h (struct target_ops): Add "to_data";
1201 * bfd-target.h, bfd-target.c: New files.
1202 * Makefile.in (SFILES): Add "bfd-target.c".
1203 (COMMON_OBS): Add "bfd-target.o".
1204 (bfd-target.o): Specify dependencies.
1205 (bfd_target_h): Define.
1206 * defs.h (XZALLOC): Define.
1207
1208 2003-10-31 Andrew Cagney <cagney@redhat.com>
1209
1210 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
1211 adjust_breakpoint_address.
1212 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
1213 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
1214 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
1215 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
1216
1217 2003-10-31 Andrew Cagney <cagney@redhat.com>
1218
1219 * target.h (struct target_ops): Replace "to_read_partial" and
1220 "to_write_partial" with "to_xfer_partial". Update comments.
1221 * target.c (debug_to_write_partial): Delete function.
1222 (debug_to_xfer_partial): Replace debug_to_read_partial.
1223 (add_target, update_current_target, setup_target_debug): Set
1224 "to_xfer_partial" instead of "to_read_partial" and
1225 "to_write_partial".
1226 (default_xfer_partial): Replace "default_write_partial".
1227 (default_read_partial): Delete.
1228 (target_read_partial, target_write_partial): Call
1229 "to_xfer_partial".
1230 * remote.c (init_remote_ops): Set "to_xfer_partial".
1231 (init_remote_async_ops): Ditto.
1232 (remote_xfer_partial): Replace "remote_read_partial".
1233
1234 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1235
1236 * i386-tdep.c (i386_supply_fpregset): Support floating-point
1237 registers in `fxsave' format.
1238 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
1239
1240 2003-10-30 Mark Kettenis <kettenis@gnu.org>
1241
1242 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
1243 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
1244 TDEP->gregset_num_regs and tdep->sizeof_gregset.
1245
1246 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
1247 specify size of array.
1248 (i386_linux_init_abi): Remove initialization of
1249 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
1250 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
1251
1252 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
1253 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
1254 core-regset.o.
1255
1256 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
1257 the ELF header.
1258
1259 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1260
1261 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
1262 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
1263 core-regset.o.
1264
1265 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
1266
1267 * corelow.c: Include "arch-utils.h", "regset.h" and
1268 "gdb_assert.h".
1269 (core_gdbarch): New variable.
1270 (sniff_core_bfd): Don't sniff if we have support for register sets
1271 in CORE_GDBARCH.
1272 (core_close): Reset CORE_GDBARCH.
1273 (core_open): Initialize CORE_GDBARCH.
1274 (get_core_register_section): Use register sets if they are
1275 supported by CORE_GDBARCH.
1276 (get_core_registers): Don't print error message if we have support
1277 for register sets in CORE_GDBARCH.
1278
1279 2003-10-29 Andrew Cagney <cagney@redhat.com>
1280
1281 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
1282 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
1283
1284 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1285
1286 * objfiles.h (clear_objfile_data): New prototype.
1287 * objfiles.c (clear_objfile_data): New function.
1288 * symfile.c (reread_symbols): Clear per-objfile data.
1289
1290 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
1291
1292 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
1293 printf_unfiltered instead of printf_filtered for output messages.
1294 (add_symbol_file_command): Ditto.
1295 (reread_symbols): Ditto.
1296 (overlay_auto_command): Ditto.
1297 (overlay_manual_command): Ditto.
1298 (overlay_off_command): Ditto.
1299
1300 2003-10-27 Mark Kettenis <kettenis@gnu.org>
1301
1302 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
1303 (gdbarch_from_bfd): New function.
1304 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
1305 deprecated_select_gdbarch_hack.
1306 * arch-utils.h (gdbarch_from_bfd): New prototype.
1307
1308 2003-10-27 Andrew Cagney <cagney@redhat.com>
1309
1310 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
1311 arch_info. Use warning instead of fprintf_filtered. Do not use
1312 deprecated bfd_printable_arch_mach.
1313
1314 2003-10-26 Kevin Buettner <kevinb@redhat.com>
1315
1316 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
1317 Delete.
1318 (frv_register_type): Rename from frv_register_virtual_type. Add
1319 ``struct gdbarch *'' parameter.
1320 (frv_gdbarch_init): Delete calls to the following functions:
1321 set_gdbarch_deprecated_size(),
1322 set_gdbarch_deprecated_register_bytes(),
1323 set_gdbarch_deprecated_register_raw_size(),
1324 set_gdbarch_deprecated_max_register_raw_size(),
1325 set_gdbarch_deprecated_register_virtual_size(),
1326 set_gdbarch_deprecated_max_register_virtual_size(),
1327 set_gdbarch_deprecated_register_virtual_size(),
1328 set_gdbarch_deprecated_register_virtual_type().
1329 Add call to function set_gdbarch_register_type().
1330
1331 2003-10-26 Mark Kettenis <kettenis@gnu.org>
1332
1333 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
1334 FDOFF_REGNUM): Remove defines.
1335 * win32-nat.c (do_child_fetch_inferior_registers): Include
1336 "i387-tdep.h".
1337 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
1338 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
1339 undefine I387_ST0_REGNUM.
1340
1341 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
1342 * x86-64-tdep.c (x86_64_store_return_value): Use
1343 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
1344
1345 Change register numbers to enumartion values.
1346 * i386-tdep.h (enum i386_regnum): New.
1347 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1348 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
1349 I386_ST0_REGNUM): Remove defines.
1350 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1351 I386_EDI_REGNUM): Remove defines.
1352
1353 2003-10-24 Andrew Cagney <cagney@redhat.com>
1354
1355 * target.c: Include "gdbcore.h".
1356 (get_target_memory, get_target_memory_unsigned): New functions.
1357 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
1358 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
1359 Use get_target_memory_unsigned.
1360 * Makefile.in (target.o): Update dependencies.
1361
1362 2003-10-24 Andrew Cagney <cagney@redhat.com>
1363
1364 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
1365 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
1366 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
1367 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
1368 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
1369
1370 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
1371 (can_run_code_for): Use the OO term "singleton".
1372
1373 2003-10-23 Andrew Cagney <cagney@redhat.com>
1374
1375 * Makefile.in (stack.o): Add $(regcache_h).
1376 * stack.c: Include "regcache.h"
1377 (return_command): Rewrite. Use get_frame_id and
1378 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
1379 about unhandled return-values.
1380 * value.h (set_return_value): Delete declaration.
1381 * values.c (set_return_value): Delete function.
1382
1383 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
1384
1385 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
1386 (pseudo_regs): Add comment regarding register stack registers.
1387 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
1388 (floatformat_valid): New static routine.
1389 (floatformat_ia64_ext): Add name field and set up is_valid routine
1390 to floatformat_valid().
1391 (examine_prologue): For the previous cfm, use
1392 frame_unwind_register()
1393 if the cfm is not stored in a register-stack register. Save the
1394 previous cfm value in the prev_cfm field. Add debug output.
1395 (ia64_frame_this_id): Use frame_id_build_special() to also register
1396 the bsp. Add debug output.
1397 (ia64_sigtramp_frame_this_id): Ditto.
1398 (ia64_frame_prev_register): Look at cache saved_regs for a few more
1399 registers and also add some checks for framelessness before accepting
1400 current register values for fields such as return address. For cfm,
1401 use the cached prev_cfm field if available. Add comment to explain
1402 PSR logic. Add debug output.
1403 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
1404 as part of initialization.
1405 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
1406 calculated. Cache the bsp and cfm values.
1407 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
1408 instead of using ia64_frame_prev_register() which doesn't expect most
1409 registers to be saved. The saved values for bsp and sp
1410 can be taken from the cache. Add debug output.
1411 (ia64_push_dummy_call): Use frame_id_build_special() to also register
1412 the bsp.
1413
1414 2003-10-23 Jim Blandy <jimb@redhat.com>
1415
1416 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
1417 architecture the current arch can run code for --- but not if it's
1418 a superset.
1419 (can_run_code_for): New function.
1420
1421 2003-10-22 James E Wilson <wilson@specifixinc.com>
1422
1423 * MAINTAINERS: Move myself from paper trail section back to write
1424 after approval section.
1425
1426 2003-10-22 Andrew Cagney <cagney@redhat.com>
1427
1428 * exec.h: New file.
1429 * win32-nat.c: Include "exec.h".
1430 * solib.c: Include "exec.h".
1431 * target.h (build_section_table): Delete declaration.
1432 * somsolib.c: Include "exec.h".
1433 (exec_ops): Delete extern declaration.
1434 * rs6000-nat.c: Update copyright. Include "exec.h".
1435 (exec_ops): Delete extern declaration.
1436 * pa64solib.c: Update copyright. Include "exec.h".
1437 (exec_ops): Delete extern declaration.
1438 * exec.c: Update copyright. Include "exec.h".
1439 * corelow.c: Update dependencies. Include "exec.h".
1440 * Makefile.in (exec_h): Define.
1441 (exec.o, somsolib.o): Update dependencies.
1442 (pa64solib.o, corelow.o): Update dependencies.
1443
1444 2003-10-22 Andrew Cagney <cagney@redhat.com>
1445
1446 * target.c: Include "gdb_assert.h" (target_read): Call
1447 "target_read_partial", not "target_write_partial".
1448 (default_read_partial, default_write_partial): New function.
1449 (target_read_partial, target_write_partial): Simplify, assume that
1450 there is always a read/write method.
1451 (update_current_target, add_target): Always set "to_read_partial"
1452 and "to_write_partial".
1453 (target_write, target_read): Fail on a zero byte transfer.
1454 * Makefile.in (target.o): Update dependencies.
1455 * target.h: Update copyright date.
1456 (target_object): Fix typo.
1457
1458 2003-10-22 Andrew Cagney <cagney@redhat.com>
1459
1460 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
1461 multi-arch method, add "targ" parameter.
1462 (struct target_ops): Declare.
1463 * gdbarch.h, gdbarch.c: Re-generate.
1464 * Makefile.in (c-valprint.o): Update dependencies.
1465 * arch-utils.h: Update copyright.
1466 (convert_from_func_ptr_addr_identity): Declare.
1467 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
1468 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1469 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
1470 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
1471 * infcall.c (find_function_addr, call_function_by_hand): Update.
1472 * c-valprint.c: Include "target.h".
1473 (print_function_pointer_address): Update.
1474
1475 2003-10-22 Andrew Cagney <cagney@redhat.com>
1476
1477 * target.c (target_close): New function.
1478 (debug_to_close): Use "target_close".
1479 (push_target): Use "target_close".
1480 (unpush_target): Use "target_close".
1481 (pop_target): Use "target_close".
1482 * target.h (struct target_ops): Add "to_xclose".
1483 (target_open): Delete macro. Move comment to "to_open".
1484 (target_close): Replace macro with function that takes a target.
1485 * top.c (quit_target): Pass "current_target" to "target_close".
1486
1487 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
1488
1489 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
1490 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1491 * symtab.h (lookup_minimal_symbol_text): Update.
1492 * breakpoint.c (create_overlay_event_breakpoint,
1493 create_longjmp_breakpoint): Update callers.
1494 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
1495 * symtab.c (find_pc_sect_line): Ditto.
1496
1497 2003-10-21 Andrew Cagney <cagney@redhat.com>
1498
1499 * target.c (errno): Delete extern declaration.
1500
1501 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
1502
1503 * ia64-tdep.c: Change all occurrences of
1504 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1505 (ia64_frame_prev_register): Minor whitespace change.
1506
1507 2003-10-20 Michael Chastain <mec@shout.net>
1508
1509 * config/djgpp/fnchange.lst: Add lines for:
1510 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1511 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1512 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1513 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1514 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1515 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1516 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1517
1518 2003-10-20 Andrew Cagney <cagney@redhat.com>
1519
1520 * values.c (register_value_being_returned): Update comments. Use
1521 "gdbarch_return_value" when available.
1522 (using_struct_return): Ditto.
1523 (set_return_value): Ditto. Use "gdbarch_return_value" when
1524 available.. Print a warning, and not an error, when an unhandled
1525 return type is encountered.
1526 * infcmd.c: Include "gdb_assert.h".
1527 (print_return_value): When gdbarch_return_value_p, and using
1528 struct return, assume that the value is not available.
1529 * defs.h (return_value_convention): Define.
1530 * gdbarch.sh (gdbarch_return_value): New predicate method.
1531 * gdbarch.h, gdbarch.c: Re-generate
1532 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1533
1534 2003-10-20 Andrew Cagney <cagney@redhat.com>
1535
1536 * symtab.c: Replace "struct sec" with "struct bfd_section".
1537 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1538
1539 2003-10-19 Michael Chastain <mec@shout.net>
1540
1541 * config/djgpp/fnchange.lst: Add lines for:
1542 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1543 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1544 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1545
1546 2003-10-19 Mark Kettenis <kettenis@gnu.org>
1547
1548 * amd64fbsd-nat.c (fetch_inferior_registers,
1549 store_inferior_registers): Remove functions.
1550 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1551
1552 2003-10-18 Mark Kettenis <kettenis@gnu.org>
1553
1554 Add NetBSD/amd64 native configuration:
1555 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1556 * amd64nbsd-tdep.c: New file.
1557 * amd64nbsd-nat.c: New file.
1558 * amd64bsd-nat.c: New file.
1559 * config/i386/nbsd64.mh: New file.
1560 * config/i386/nbsd64.mt: New file.
1561 * configure.host: Add x86_64-*-netbsd*.
1562 * configure.tgt: Add x86_64-*-netbsd*.
1563 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1564 New targets.
1565 * NEWS (New native configurations): Mention NetBSD/amd64.
1566
1567 2003-10-17 Michael Chastain <mec@shout.net>
1568
1569 * config/djgpp/fnchange.lst: Remove dead lines for:
1570 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1571 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1572 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1573 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1574 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1575 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1576 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1577 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1578 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1579 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1580 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1581 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1582 gdb/config/sparc/tm-sparclite.h,
1583 gdb/gdbtk/generic/ChangeLog-2001,
1584 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1585 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1586 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1587 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1588 gdb/testsuite/gdb.mi/mi0-var-block.exp,
1589 gdb/testsuite/gdb.mi/mi0-var-child.exp,
1590 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1591 gdb/testsuite/gdb.mi/mi0-var-display.exp,
1592 itcl/iwidgets3.0.0/demos/extfileselectionbox,
1593 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1594 itcl/iwidgets3.0.0/demos/fileselectionbox,
1595 itcl/iwidgets3.0.0/demos/fileselectiondialog,
1596 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1597 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1598 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1599 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1600 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1601 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1602 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1603 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1604 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1605 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1606 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1607 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1608 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1609 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1610 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1611 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1612 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1613 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1614 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1615 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1616 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1617 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1618 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1619 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1620 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1621 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1622 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1623 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1624 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1625 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1626 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1627 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1628 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1629 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1630 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1631 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1632 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1633 itcl/iwidgets3.0.0/demos/scrolledframe,
1634 itcl/iwidgets3.0.0/demos/scrolledhtml,
1635 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1636 itcl/iwidgets3.0.0/demos/scrolledtext,
1637 itcl/iwidgets3.0.0/demos/selectionbox,
1638 itcl/iwidgets3.0.0/demos/selectiondialog,
1639 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1640 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1641 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1642 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1643 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1644 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1645 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1646 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1647 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1648 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1649 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1650 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1651 itcl/iwidgets3.0.0/doc/selectionbox.n,
1652 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1653 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1654 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1655 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1656 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1657 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1658 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1659 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1660 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1661 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1662 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1663 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1664 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1665 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1666 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1667 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1668 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1669 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1670 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1671 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1672 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1673 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1674 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1675 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1676 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1677 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1678 itcl/iwidgets3.0.0/tests/selectionbox.test,
1679 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1680 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1681 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1682 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1683 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1684 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1685 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1686 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1687 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1688 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1689 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1690 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1691 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1692 tk/mac/tkMacProjects.sit.hqx.
1693
1694 2003-10-17 Andrew Cagney <cagney@redhat.com>
1695
1696 * target.c (target_section_by_addr): New function.
1697 (do_xfer_memory): Use "target_section_by_addr".
1698 * target.h (target_section_by_addr): Declare.
1699
1700 * target.h (struct target_ops): Add "to_read_partial" and
1701 "to_write_partial", delete "to_query".
1702 (target_read_partial, target_write_partial): Declare.
1703 (target_read, target_write): Declare.
1704 (target_query): Delete macro.
1705 * target.c (target_read_partial): New function.
1706 (target_write_partial, target_read, target_write): New function.
1707 (update_current_target): Delete inheritance of "to_query". Add
1708 comments about "to_read_partial" and "to_write_partial".
1709 (debug_to_partial_read, debug_to_partial_write): New functions.
1710 (debug_to_query): Delete function.
1711 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1712 instead of "to_query".
1713 * remote.c (remote_read_partial): Replace "remote_query".
1714 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1715 (init_remote_async_ops): Ditto.
1716 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1717 "target_read_partial" instead of "target_query".
1718 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1719 Use "target_read_partial" instead of "target_query".
1720
1721 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1722
1723 * frame.h (struct frame_id): Add new field: special_addr.
1724 (frame_id_build_special): New prototype.
1725 * frame.c (frame_id_build_special): New function.
1726 (frame_id_build): Change to call frame_id_build_special().
1727 (frame_id_eq): Change to also test special_addr field.
1728 (frame_id_inner): Update comment.
1729
1730 2003-10-17 Andrew Cagney <cagney@redhat.com>
1731
1732 * target.c (update_current_target): Perform the target cleanup.
1733 Put the target stack beneath the squashed "current_target".
1734 (add_target): Delete disabled call to "cleanup_target".
1735 (cleanup_target): Delete function.
1736 (push_target, unpush_target): Do not call "cleanup_target".
1737
1738 2003-10-17 Andrew Cagney <cagney@redhat.com>
1739
1740 * target.c (target_stack): Change to a static target_ops.
1741 (update_current_target): Walk the "struct target_ops" stack.
1742 (pop_target, do_xfer_memory, target_info): Ditto.
1743 (find_target_beneath): Ditto.
1744 (push_target): Rewrite to use the "struct target_ops" stack.
1745 (unpush_target): Ditto.
1746 * target.h (struct target_stack_item): Delete definition.
1747 (target_stack): Delete declaration.
1748 (struct target_ops): Add field "beneath".
1749
1750 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
1751
1752 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1753 declaration.
1754 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1755 (h8300_examine_prologue): Use h8300_normal_mode flag
1756 (h8300_gdbarch_init): Set architecture info for normal mode
1757
1758 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
1759
1760 * remote.c (remote_protocol_vcont): New variable.
1761 (set_remote_protocol_vcont_packet_cmd): New function.
1762 (show_remote_protocol_vcont_packet_cmd): New function.
1763 (init_all_packet_configs): Handle remote_protocol_vcont.
1764 (remote_vcont_probe): New function.
1765 (remote_vcont_resume): New function.
1766 (remote_resume): Use it.
1767 (remote_async_resume): Call remote_resume.
1768 (_initialize_remote): Add verbose-resume packet commands.
1769
1770 2003-10-16 Andrew Cagney <cagney@redhat.com>
1771
1772 * infrun.c (handle_inferior_event): Add comment about
1773 "frame_id_inner" being too weak.
1774
1775 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
1776
1777 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1778 second parameter, which is always null. Remove
1779 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1780 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1781 accordingly.
1782 * somsolib.c (som_solib_create_inferior_hook,
1783 som_solib_desire_dynamic_linker_symbols): Update callers.
1784 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1785
1786 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1787
1788 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1789 debug interface, SDI (Scalable Debug Interface).
1790 * NEWS: Mention m32r SDI protocol was supported.
1791 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1792 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1793
1794 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1795
1796 * ia64-linux-tdep.c: Include gdbcore.h.
1797 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1798 (ia64_linux_sigcontext_register_addr): Find the address of the
1799 sigcontext area stored in the sigframe instead of using
1800 a magic offset constant.
1801
1802 2003-10-15 Andrew Cagney <cagney@redhat.com>
1803
1804 * remote.c (remote_search): Delete function.
1805 * target.h (target_search): Delete disabled macro.
1806 (struct target_ops): Delete disabled field "to_search".
1807
1808 2003-10-14 Kevin Buettner <kevinb@redhat.com>
1809
1810 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1811 instead of deprecated_inside_entry_file().
1812
1813 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
1814
1815 * sh-tdep.c: Fix copy/paste hangover in comment.
1816 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1817 mode.
1818 (sh3e_sh4_extract_return_value): Ditto.
1819
1820 2003-10-13 Richard Henderson <rth@redhat.com>
1821
1822 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1823 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1824 match c_val_print a bit closer.
1825
1826 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1827
1828 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1829 (frv_gdbarch_adjust_breakpoint_address): New function.
1830 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1831 method.
1832
1833 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1834
1835 * breakpoint.h (struct breakpoint): Add new member
1836 ``requested_address''.
1837 * breakpoint.c (breakpoint_adjustment_warning)
1838 (adjust_breakpoint_address): New static functions.
1839 (print_it_typical): Issue warning if breakpoint's address is different
1840 from its requested address.
1841 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1842 (breakpoint_re_set_one): Set breakpoint's
1843 ``requested_address'' field. Set ``address'' field to the
1844 result of calling adjust_breakpoint_address() on the requested
1845 address.
1846
1847 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1848
1849 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1850 * gdbarch.h, gdbarch.c: Regenerate.
1851
1852 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1853
1854 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1855 TDEP->sc_num_regs.
1856
1857 * i386fbsd-tdep.c: New file.
1858 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1859 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1860 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1861 i386bsd-tdep.c.
1862 (_initialize_i386fbsd_tdep): New function.
1863 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1864 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1865 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1866 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1867 TDEP->sc_num_regs.
1868 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1869 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1870 to initialize TDEP->sc_num_regs.
1871 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1872 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1873 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1874 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1875 FreeBSD ELF OS/ABI's here.
1876 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1877 (i386fbsd-tdep.o): New target.
1878 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1879 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1880
1881 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1882 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1883 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1884 in initialization of TDEP->sc_num_regs.
1885
1886 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1887 (x86_64_init_abi): Initialize regset_from_core_section if
1888 appropriate.
1889
1890 * i386-tdep.c (i386_regset_from_core_section): New function.
1891 (i386_gdbarch_init): Initialize regset_from_core_section if
1892 appropriate.
1893 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1894
1895 * i386-tdep.h (struct regset): Declare opaque.
1896
1897 * gdbarch.sh (regset_from_core_section): New method.
1898 (struct regset): Declare opaque.
1899 * gdbarch.c, gdbarch.h: Regenerated.
1900
1901 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1902
1903 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1904 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1905 Correct test for pc within section.
1906
1907 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1908
1909 * gdbarch.sh: Remove trailing whitepsace from comments.
1910
1911 2003-10-08 Roland McGrath <roland@redhat.com>
1912
1913 * gcore.c (make_mem_sec): Function removed, folded into ...
1914 (gcore_create_callback): ... here. To omit a section, clear its
1915 SEC_LOAD bit rather than zeroing its size.
1916 Omit read-only sections only if they correspond to a known disk file.
1917 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1918
1919 2003-10-10 Michael Snyder <msnyder@redhat.com>
1920
1921 * d10v-tdep.c: Fix typo in comment.
1922
1923 2003-10-10 Andrew Cagney <cagney@redhat.com>
1924
1925 * rs6000-tdep.c (e500_store_return_value): Delete function.
1926 (e500_extract_return_value): Delete function.
1927 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1928 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1929 "ppc_sysv_abi_restore_return_value" where applicable.
1930 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1931 (ppc_sysv_abi_extract_return_value): Declare.
1932 (ppc_sysv_abi_broken_store_return_value): Declare.
1933 (ppc_sysv_abi_broken_extract_return_value): Declare.
1934 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1935 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1936 start of file.
1937 (do_ppc_sysv_return_value): New function.
1938 (ppc_sysv_abi_extract_return_value): New function.
1939 (ppc_sysv_abi_store_return_value): New function.
1940 (ppc_sysv_abi_broken_extract_return_value): New function.
1941 (ppc_sysv_abi_broken_store_return_value): New function.
1942 (ppc_sysv_abi_use_struct_convention): Call
1943 do_ppc_sysv_return_value.
1944
1945 2003-10-10 J. Brobecker <brobecker@gnat.com>
1946
1947 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1948 to lookup the main function symbol.
1949
1950 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1951
1952 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1953 types correctly.
1954 (sh_push_dummy_call_fpu): Fix argument passing rules.
1955 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1956 float types.
1957 (sh3e_sh4_store_return_value): Ditto.
1958
1959 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1960
1961 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1962 comment.
1963
1964 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1965
1966 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1967 more readable code. Accomodate passing of bitfields.
1968
1969 2003-10-10 Andrew Cagney <cagney@redhat.com>
1970
1971 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1972 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1973 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1974 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1975 (ppc64_sysv_abi_push_dummy_call): New function.
1976 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1977 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1978 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1979
1980 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1981
1982 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1983 * README: Ditto.
1984 * d10v-tdep.c: Ditto.
1985 * h8300-tdep.c: Ditto.
1986 * remote-e7000.c: Ditto.
1987 * remote-hms.c: Ditto.
1988 * ser-e7kpc.c: Ditto.
1989 * sh-stub.c: Ditto.
1990 * sh-tdep.c: Ditto.
1991 * sh-tdep.h: Ditto.
1992 * sh3-rom.c: Ditto.
1993 * sh64-tdep.c: Ditto.
1994 * top.c: Ditto.
1995 * wince.c: Ditto.
1996 * config/d10v/d10v.mt: Ditto.
1997 * config/sh/embed.mt: Ditto.
1998 * config/sh/linux.mt: Ditto.
1999 * config/sh/tm-linux.h: Ditto.
2000 * config/sh/tm-sh.h: Ditto.
2001 * config/sh/wince.mt: Ditto.
2002
2003 2003-10-09 Andrew Cagney <cagney@redhat.com>
2004
2005 * ppc-tdep.h (struct type): Declare opaque.
2006 * x86-64-tdep.h (struct regcache): Declare opaque.
2007 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
2008 coding style.
2009
2010 2003-10-09 Andrew Cagney <cagney@redhat.com>
2011
2012 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
2013 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
2014 (SOFTWARE_SINGLE_STEP_P): Ditto.
2015 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2016 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
2017 (SOFTWARE_SINGLE_STEP_P): Ditto.
2018 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
2019 software_single_step to rs6000_software_single_step.
2020
2021 2003-10-09 Andrew Cagney <cagney@redhat.com>
2022
2023 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
2024
2025 2003-10-09 Michael Snyder <msnyder@redhat.com>
2026
2027 * frame.h: Fix typo in comment.
2028 * dummy-frame.c: Fix typo in comment.
2029 * d10v-tdep.c: Random whitespace/comment tweaks.
2030
2031 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
2032
2033 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
2034 (sh_push_dummy_code): Delete function, it's only used for dummy calls
2035 on stack.
2036
2037 Based on input by Stephen Clarke (stephen.clarke@superh.com):
2038 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
2039 in detail.
2040
2041 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
2042
2043 * remote-mips.c (mips_initialize): Remove unneeded call to
2044 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2045
2046 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
2047
2048 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
2049 a memory pointer.
2050
2051 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
2052
2053 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
2054 for any lwp we resume.
2055 (running_callback): Add lwps that have pending status events
2056 against them to be considered running.
2057
2058 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
2059
2060 * m32r-tdep.c : Include "dis-asm.h".
2061 * Makefile.in (m32r-tdep.o): Update dependencies.
2062
2063 2003-10-06 J. Brobecker <brobecker@gnat.com>
2064
2065 * completer.h (get_gdb_completer_word_break_characters): Delete.
2066 * completer.c: include language.h.
2067 (gdb_completer_word_break_characters): Delete.
2068 (get_gdb_completer_word_break_characters): Delete.
2069 (location_completer): Use the word break characters of the current
2070 language.
2071 (complete_line): Likewise.
2072 (line_completion_function): Likewise.
2073 (skip_quoted_chars): Likewise.
2074 * Makefile.in (completer.o): Add dependency on language.h.
2075 * top.c (init_main): Set the readline word break characters
2076 to GDB's default word break characters.
2077
2078 2003-10-06 J. Brobecker <brobecker@gnat.com>
2079
2080 * language.h (language_defn): new field, la_word_break_characters.
2081 * language.c (unknown_language_defn): Set new field to
2082 default_word_break_characters.
2083 (auto_language_defn): Likewise.
2084 (local_language_defn): Likewise.
2085 * ada-lang.c (ada_language_defn): Likewise.
2086 * c-lang.c (c_language_defn): Likewise.
2087 (cplus_language_defn): Likewise.
2088 (asm_language_defn): Likewise.
2089 (minimal_language_defn): Likewise.
2090 * f-lang.c (f_language_defn): Likewise.
2091 * jv-lang.c (java_language_defn): Likewise.
2092 * m2-lang.c (m2_language_defn): Likewise.
2093 * objc-lang.c (objc_language_defn): Likewise.
2094 * p-lang.c (pascal_language_defn): Likewise.
2095 * scm-lang.c (scm_language_defn): Likewise.
2096
2097 2003-10-06 Andrew Cagney <cagney@redhat.com>
2098
2099 * ppc-sysv-tdep.c: Re-indent.
2100
2101 2003-10-06 J. Brobecker <brobecker@gnat.com>
2102
2103 * language.h (default_word_break_characters): Add prototype.
2104 * language.c (default_word_break_characters): New function.
2105
2106 2003-10-06 Andreas Schwab <schwab@suse.de>
2107
2108 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
2109 with %eax.
2110
2111 2003-10-06 Andrew Cagney <cagney@redhat.com>
2112
2113 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
2114 "h8500-tdep.c".
2115 (z8k-tdep.o): Delete custom build rule.
2116
2117 2003-10-06 Andrew Cagney <cagney@redhat.com>
2118
2119 * Makefile.in: Update all dependencies.
2120
2121 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
2122 No longer list PA as as obsolete candidate. List m32r as
2123 broken instead of obsolete.
2124
2125 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
2126 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
2127 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
2128 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
2129 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
2130 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
2131 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
2132 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
2133 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
2134 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
2135 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
2136 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
2137 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
2138 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
2139 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
2140 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
2141 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
2142 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
2143 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
2144 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
2145 * config/z8k/z8k.mt: Ditto.
2146
2147 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
2148 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
2149 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
2150 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
2151 sparclite were removed.
2152 * configure.host, configure.tgt: Remove corresponding tuples.
2153
2154 * breakpoint.c, breakpoint.h: Remove obsolete code.
2155 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
2156 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
2157 * stabsread.h, xcoffread.c: Ditto.
2158
2159 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
2160 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
2161 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
2162 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
2163
2164 2003-10-06 David Lecomber <dsl@sources.redhat.com>
2165
2166 * f-valprint.c: Reformatting
2167
2168 2003-10-06 Mark Kettenis <kettenis@gnu.org>
2169
2170 * x86-64-tdep.c: Remove duplicate comment.
2171
2172 * x86-64-tdep.c (x86_64_store_return_value): Don't use
2173 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
2174 names for return values. This fixes a bug since we looked at %rbx
2175 instead of %rdx.
2176
2177 2003-10-05 Mark Kettenis <kettenis@gnu.org>
2178
2179 * x86-64-tdep.c: Include "regset.h".
2180
2181 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
2182 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
2183 sizeof_fpregset.
2184 * i386-tdep.c: Include "regset.h".
2185 (i386_supply_gregset): New function.
2186 (i386_supply_fpregset): New function.
2187 (i386_gdbarch_init): Initialze register set-related members of
2188 TDEP.
2189 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
2190 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2191
2192 2003-10-03 Andrew Cagney <cagney@redhat.com>
2193
2194 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
2195 set extract_return_value, store_return_value and
2196 use_struct_convention to ppc64_sysv_abi_extract_return_value,
2197 ppc64_sysv_abi_store_return_value and
2198 ppc64_sysv_abi_use_struct_convention.
2199 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
2200 (ppc64_sysv_abi_store_return_value): Declare.
2201 (ppc64_sysv_abi_use_struct_convention): Declare.
2202 * ppc-sysv-tdep.c (enum return_value_convention): Define.
2203 (ppc64_sysv_abi_extract_return_value): New function.
2204 (ppc64_sysv_abi_store_return_value): New function.
2205 (ppc64_sysv_abi_use_struct_convention): New function.
2206 (ppc64_sysv_abi_return_value): New function.
2207
2208 2003-10-03 Andrew Cagney <cagney@redhat.com>
2209
2210 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
2211 convert a descriptor to a function when it's in the ".opd"
2212 section.
2213
2214 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2215
2216 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
2217 reg_size to keep GCC silent.
2218
2219 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2220
2221 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
2222 base for DW_EH_PE_textrel encodings.
2223 (read_encoded_value): Add a DW_EH_PE_textrel case.
2224 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
2225 section.
2226
2227 2003-10-03 Mark Kettenis <kettenis@gnu.org>
2228
2229 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
2230
2231 2003-10-02 Andrew Cagney <cagney@redhat.com>
2232
2233 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
2234 REGISTER_RAW_SIZE.
2235 * gdbarch.h, gdbarch.c: Re-generate.
2236 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
2237 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
2238 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2239 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2240 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
2241 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
2242 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
2243 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
2244 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
2245 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
2246 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
2247 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
2248 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
2249 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
2250 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
2251 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
2252
2253 2003-10-02 Jim Blandy <jimb@redhat.com>
2254
2255 * dwarf2read.c (struct die_info): Doc fix.
2256
2257 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2258
2259 * sh-tdep.c: Running thru gdb_indent.sh.
2260
2261 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2262
2263 * sh-tdep.c (sh_justify_value_in_reg): New function.
2264 (sh_stack_allocsize): Ditto.
2265 (flt_argreg_array): New array used for floating point argument
2266 passing.
2267 (sh_init_flt_argreg): New function.
2268 (sh_next_flt_argreg): Ditto.
2269 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
2270 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
2271 Fix argument passing strategy.
2272 (sh_push_dummy_call_nofpu): Ditto.
2273
2274 2003-10-01 Andrew Cagney <cagney@redhat.com>
2275
2276 * value.h (register_value_being_returned): Declare. Replace
2277 "value_being_returned".
2278 * infcall.c (call_function_by_hand): Use
2279 register_value_being_returned.
2280 * infcmd.c (print_return_value): Call
2281 "register_value_being_returned", handle struct return locally.
2282 * values.c (register_value_being_returned): New function. Replace
2283 "value_being_returned".
2284
2285 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
2286
2287 * linux-proc.c (linux_do_registers): New function.
2288 (linux_make_note_section): Use linux_do_registers in case of
2289 single threaded inferior programs.
2290
2291 2003-10-01 Andrew Cagney <cagney@redhat.com>
2292
2293 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
2294 use STRUCT_ADDR. When not using "struct return convention", pass
2295 "0" to "value_being_returned". Add FIXMEs.
2296 * infcmd.c (print_return_value): Pass an explicit 0/1 to
2297 value_being_returned. Add comments.
2298 * values.c (value_being_returned): Add fixme.
2299 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
2300 (hppa_value_returned_from_stack): Add FIXME.
2301
2302 2003-09-30 David Carlton <carlton@kealia.com>
2303
2304 * dwarf2read.c (struct die_info): Add 'parent' field; replace
2305 'has_children' and 'next' by 'child' and 'sibling'.
2306 (read_comp_unit): Rework algorithm, breaking body into
2307 read_die_and_children and read_die_and_siblings.
2308 (read_die_and_children, read_die_and_siblings): New.
2309 (read_full_die): Add 'has_children' argument; set it instead of
2310 the die's 'has_children' field. Minor formatting cleanup.
2311 (free_die_list): Use die->child and die->sibling instead of
2312 die->next.
2313 (dump_die_list): Ditto.
2314 (sibling_die): Use die->sibling.
2315 (psymtab_to_symtab_1): Use die's 'child' field in place of its
2316 'has_children' and 'next' fields.
2317 (process_die, read_file_scope, read_func_scope)
2318 (read_lexical_block_scope, read_structure_scope)
2319 (read_enumeration, read_array_type, read_common_block)
2320 (read_namespace, read_subroutine_type, dump_die): Ditto.
2321
2322 2003-09-30 Andrew Cagney <cagney@redhat.com>
2323
2324 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
2325 to 224, not 220.
2326
2327 2003-09-30 Andrew Cagney <cagney@redhat.com>
2328
2329 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
2330 REGISTER_VIRTUAL_SIZE.
2331 * gdbarch.h, gdbarch.c: Regenerate.
2332 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
2333 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
2334 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
2335
2336 2003-09-29 Andrew Cagney <cagney@redhat.com>
2337
2338 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
2339 REGISTER_VIRTUAL_TYPE.
2340 * gdbarch.h, gdbarch.c: Regenerate.
2341 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
2342 * sh64-tdep.c, sparc-tdep.c: Update.
2343
2344 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
2345 * remote-vxmips.c (vx_read_register): Ditto.
2346 * remote-vx68.c (vx_read_register): Ditto.
2347 * gnu-nat.c (inf_validate_procs): Ditto.
2348
2349 2003-09-29 J. Brobecker <brobecker@gnat.com>
2350
2351 * infcall.c (call_function_by_hand): Fix build failure
2352 introduced in the previous change to this file.
2353
2354 2003-09-29 Andrew Cagney <cagney@redhat.com>
2355
2356 * NEWS: Mention Objective-C.
2357
2358 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
2359
2360 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
2361 test if the register has been saved on the stack.
2362 (arm_scan_prologue_cache): When analysing the instruction
2363 "str lr, [sp, #-4]", save the address where lr has been stored.
2364
2365 2003-09-28 Andrew Cagney <cagney@redhat.com>
2366
2367 * frame.c (frame_read_unsigned_register): Delete function.
2368 * frame.h (frame_read_unsigned_register): Delete declaration.
2369 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2370 get_frame_register_unsigned.
2371 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
2372 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2373 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2374
2375 * frame.h (frame_read_register): Delete declaration.
2376 * frame.c (frame_read_register): Delete function.
2377 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
2378 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
2379 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
2380 * mips-tdep.c (mips_register_to_value): Ditto.
2381 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
2382 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2383
2384 * frame.c (frame_read_signed_register): Delete function.
2385 (frame_read_unsigned_register): Update comments.
2386 * frame.h (frame_read_signed_register): Delete declaration.
2387 * h8300-tdep.c (h8300_print_register): Use
2388 get_frame_register_signed.
2389 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2390
2391 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
2392 Rename VALUE_RETURNED_FROM_STACK.
2393 * infcmd.c (print_return_value): Update.
2394 * infcall.c (call_function_by_hand): Update.
2395
2396 2003-09-28 Mark Kettenis <kettenis@gnu.org>
2397
2398 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
2399 regcache argument and reverse the order of the other two
2400 arguments. Remove local regcache variable. Determine
2401 architecture from REGCACHE. Update comments.
2402 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
2403 reverse the order of the other two arguments. Remove local
2404 regcache variable. Determine architecture from REGCACHE. Update
2405 comments.
2406 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
2407 prototypes. Update comments.
2408 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
2409 comment.
2410 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
2411 Update.
2412 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
2413 * i386-interix-nat.c (supply_fpregset): Update.
2414 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
2415 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
2416 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
2417 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
2418 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
2419 Update.
2420 * i386obsd-tdep.c (fetch_core_registers): Update.
2421 * i386v4-nat.c (supply_fpregset): Update.
2422 * x86-64-linux-nat.c (supply_fpregset): Update.
2423 * x86-64-linux-tdep.c (fetch_core_registers): Update.
2424
2425 2003-09-27 Mark Kettenis <kettenis@gnu.org>
2426
2427 * i386-tdep.h: Put opaque declarations in alphabetical
2428 order. Remove spurious whitespace.
2429 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2430 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
2431 * i386-tdep.c (MM0_REGNUM): Remove define.
2432 (i386_mmx_regnum_p): Add gdbarch argument.
2433 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
2434 Rewrite using new macro definitions for FPU/SSE registers.
2435 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
2436 definitions from i387-tdep.h.
2437 (i386_register_name): Update.
2438 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
2439 new macro definitions for FPU/SSE registers.
2440 (i386_extract_return_value): Determine whether floating-point
2441 registers are present by examining REGCACHE's architecture.
2442 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
2443 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
2444 FPU/SSE registers.
2445 (i386_register_type): Update.
2446 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
2447 definitions for FPU registers. Use REGCACHE's architecture to
2448 determine the appropriate register numbers.
2449 (i386_pseudo_register_read, i386_pseudo_register_write,
2450 i386_register_reggroup_p): Update.
2451 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2452 TDEP->mm0_regnum.
2453 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
2454 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
2455 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
2456 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
2457 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
2458 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
2459 *' to `void *'.
2460 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
2461 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
2462 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
2463 definitions for FPU/SSE registers.
2464 (FXSAVE_MXCSR_ADDR): New define.
2465 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
2466 TDEP->mm0_regnum.
2467 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
2468 (I387_ST0_REGNUM): Define.
2469
2470 * regcache.h (get_regcache_arch): New prototype.
2471 * regcache.c (get_regcache_arch): New function.
2472
2473 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
2474 whitespace.
2475
2476 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
2477 Initialize using ARRAY_SIZE.
2478
2479 2003-09-27 Andrew Cagney <cagney@redhat.com>
2480
2481 * arch-utils.c (deprecated_init_frame_pc_default): Rename
2482 "init_frame_pc_default".
2483 * arch-utils.h (deprecated_init_frame_pc_default): Update.
2484 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2485 * vax-tdep.c (vax_gdbarch_init): Update.
2486 * v850-tdep.c (v850_gdbarch_init): Update.
2487 * sh64-tdep.c (sh64_gdbarch_init): Update.
2488 * s390-tdep.c (s390_gdbarch_init): Update.
2489 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2490 * mcore-tdep.c (mcore_gdbarch_init): Update.
2491 * h8300-tdep.c (h8300_gdbarch_init): Update.
2492 * cris-tdep.c (cris_gdbarch_init): Update.
2493 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
2494
2495 2003-09-26 Mark Kettenis <kettenis@gnu.org>
2496
2497 * regset.h: New file.
2498 * Makefile.in (regset_h): Add.
2499
2500 2003-09-25 Andrew Cagney <cagney@redhat.com>
2501
2502 * frame.h (deprecated_frame_saved_regs): Rename
2503 get_frame_saved_regs.
2504 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2505 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2506 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2507 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2508 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2509
2510 2003-09-25 Andrew Cagney <cagney@redhat.com>
2511
2512 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2513 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2514 and Java.
2515 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2516 arm*-*-* do not use the new frame code.
2517
2518 2003-09-25 David Carlton <carlton@kealia.com>
2519
2520 * c-exp.y: Remove 'register' declarations.
2521 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2522
2523 2003-09-25 David Carlton <carlton@kealia.com>
2524
2525 * c-exp.y: Include cp-support.h. Add qualified_type.
2526 (yylex): Delete nested type hack; add comments.
2527 * cp-namespace.c (cp_lookup_nested_type): New function.
2528 * cp-support.h: Declare cp_lookup_nested_type.
2529 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2530 instead of value_struct_elt_for_reference.
2531 * valops.c: Include cp-support.h.
2532 (value_aggregate_elt): New function.
2533 (value_namespace_elt): Ditto.
2534 (value_struct_elt_for_reference): Make static.
2535 * value.h: Delete declaration of value_struct_elt_for_reference;
2536 add declaration for value_aggregate_elt.
2537 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2538 (valops.o): Ditto.
2539
2540 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
2541
2542 * stack.c: Include "reggroups.h".
2543 (frame_info): Only display registers in all_reggroup.
2544 * Makefile.in (stack.o): Update dependencies.
2545
2546 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2547
2548 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2549 "add ip, sp #n" in the prologue.
2550 (arm_scan_prologue): Ditto.
2551
2552 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2553
2554 * MAINTAINERS (write after approval): Add myself.
2555
2556 2003-09-25 Andreas Schwab <schwab@suse.de>
2557
2558 * m68k-tdep.c: Include "dwarf2-frame.h".
2559 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2560 * Makefile.in (m68k-tdep.o): Update dependencies.
2561
2562 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
2563
2564 * sh-tdep.c (struct frame_extra_info): Remove.
2565 (struct sh_frame_cache): New structure.
2566 (GET_SOURCE_REG): New macro extracting source register of an opcode.
2567 (GET_TARGET_REG): Ditto but target register.
2568 (GET_PUSHED_REG): Remove.
2569 (IS_MOV_ARG_TO_REG): New macro.
2570 (IS_MOV_ARG_TO_IND_R14): New macro.
2571 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2572 (IS_MOVW_PCREL_TO_REG): New macro.
2573 (IS_MOVL_PCREL_TO_REG): New macro.
2574 (IS_SUB_REG_FROM_SP): New macro.
2575 (IS_ARG_MOV): Remove.
2576 (IS_MOV_TO_R14): Remove.
2577 (IS_RESTORE_FP): New macro.
2578 (IS_RTS): New macro.
2579 (IS_LDS): New macro.
2580 (IS_MOV_FP_SP): New macro.
2581 (IS_ADD_REG_TO_FP): New macro.
2582 (IS_ADD_IMM_FP): New macro.
2583 (sh_skip_prologue_hard_way): Remove.
2584 (sh_saved_pc_after_call): Remove.
2585 (sh_frame_chain): Remove.
2586 (sh_find_callers_reg): Remove.
2587 (sh_nofp_frame_init_saved_regs): Remove.
2588 (sh_fp_frame_init_saved_regs): Remove.
2589 (sh_init_extra_frame_info): Remove.
2590 (sh_analyze_prologue): New function.
2591 (sh_skip_prologue): Remove deprecated code. Rely on new function
2592 sh_analyze_prologue when after_prologue fails.
2593 (sh_frame_saved_pc): Remove.
2594 (sh_alloc_frame_cache): New function.
2595 (sh_frame_cache): Ditto.
2596 (sh_frame_prev_register): Ditto.
2597 (sh_frame_this_id): Ditto.
2598 (sh_frame_unwind): New structure defining the heuristic frame
2599 sniffer interface.
2600 (sh_frame_sniffer): New function.
2601 (sh_unwind_sp): Ditto.
2602 (sh_unwind_pc): Ditto.
2603 (sh_unwind_dummy_id): Ditto.
2604 (sh_frame_base_address): Ditto.
2605 (sh_frame_base): New structure defining new frame base code.
2606 (sh_in_function_epilogue_p): New function.
2607 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2608 code and to call all new code instead. Initialize dwarf2 and
2609 heuristic frame sniffer.
2610
2611 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2612
2613 * parser-defs.h (struct exp_descriptor): New definition, containing
2614 language-specific info for printing, prefixifying, dumping, and
2615 evaluating expressions.
2616 (exp_descriptor_standard): Declare new variable.
2617 (print_subexp): Make global and declare here (from expprint.c).
2618 (dump_subexp): Ditto.
2619 (dump_subexp_body_standard): Declare.
2620 (operator_length_standard): Declare.
2621 (op_name_standard): Declare.
2622 (print_subexp): Declare.
2623 (print_subexp_standard): Declare.
2624
2625 * language.h (struct language_defn): Add la_exp_desc field to hold
2626 pointer to table for language-specific operators.
2627 Remove evaluate_exp field, which is now in struct exp_descriptor.
2628
2629 * parse.c (operator_length): Move most code to new
2630 operator_length_standard function. Use language-specific information.
2631 (operator_length_standard): New function taking most code from
2632 operator_length.
2633 (exp_descriptor_standard): New constant.
2634
2635 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2636 and OP_EXTENDED_LAST.
2637
2638 * expprint.c (print_subexp): Use language-specific print_subexp.
2639 Make global; remove static declaration.
2640 Move most code to print_subexp_standard.
2641 (print_subexp_standard): New function, containing code formerly in
2642 print_subexp.
2643 (op_name): Add expression to argument signature.
2644 Use langauge-specific op_name.
2645 Move most code to op_name_standard.
2646 (op_name_standard): New function, containing code formerly in op_name.
2647 (dump_subexp): Use new version of op_name function.
2648 Use language-specific dump_subexp_body, and move most existing code to
2649 dump_subexp_body_standard.
2650 (dump_raw_expression): Use new op_name interface.
2651 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2652 (dump_subexp_body_standard): New function, containing code formerly
2653 in dump_subexp_body.
2654
2655 * language.c (unknown_language): Add default la_exp_desc field and
2656 remove evaluate_exp field.
2657 (auto_language): Ditto.
2658 (local_language): Ditto.
2659 * f-lang.c (f_language_defn): Ditto.
2660 * c-lang.c (c_language_defn): Ditto.
2661 (cplus_language_defn): Ditto.
2662 (asm_language_defn): Ditto.
2663 (minimal_language_defn): Ditto.
2664 * p-lang.c (pascal_language_defn): Ditto.
2665 * m2-lang.c (m2_language_defn): Ditto.
2666 * objc-lang.c (objc_language_defn): Ditto.
2667
2668 * jv-lang.c (exp_descriptor_java): New variable, containing
2669 Java-specific expression evaluator.
2670 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2671 field.
2672 * scm-lang.c (exp_descriptor_scm): New variable, containing
2673 Scheme-specific expression evaluator.
2674 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2675 field.
2676 * objc-lang.c (print_object_command): Take evaluate_exp from the
2677 la_exp_desc field.
2678
2679 * Makefile.in (eval.o): Add dependency on parser-defs.h.
2680
2681 * eval.c: Include parser-defs.h for the full declaration of
2682 la_exp_desc's type.
2683 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2684
2685 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2686
2687 * parser-defs.h (operator_length): Declare.
2688
2689 * parse.c (length_of_subexp): Use operator_length to get operator
2690 lengths and arities for operators.
2691 Move most code to new operator_length function.
2692 (operator_length): New function absorbing most code from
2693 length_of_subexp.
2694 (prefixify_subexp): Remove large case and use operator_length instead.
2695 (parse_exp_1): Use renamings:
2696 dump_prefix_expression => dump_raw_expression and
2697 dump_postfix_expression => dump_prefix_expression.
2698
2699 * expression.h (dump_prefix_expression): Rename to ...
2700 (dump_raw_expression): New name.
2701 (dump_postfix_expression): Rename to ...
2702 (dump_prefix_expression): New name.
2703
2704 * expprint.c (dump_subexp): Make global. Add comment.
2705 Move most existing code to dump_subexp_body.
2706 (dump_subexp_body): New function.
2707 (dump_prefix_expression): Rename to dump_raw_expression.
2708 Remove attempt to print the expression via print_expression: it can't
2709 work before the expression is prefixified.
2710 (dump_raw_expression): Renamed from dump_prefix_expression.
2711 (dump_postfix_expression): Rename to dump_prefix_expression, since
2712 that's what it does.
2713 Remove 'note' parameter, since this routine must be used on
2714 prefixified expression.
2715 (dump_prefix_expression): Renamed from dump_postfix_expression.
2716
2717 2003-09-22 Jim Blandy <jimb@redhat.com>
2718
2719 * dwarf2read.c (read_array_type): When building the type for an
2720 array of unspecified length, make sure to choose the upper bound
2721 so that the array's total length comes out to be zero --- that's
2722 how we represent such arrays.
2723
2724 2003-09-22 Michael Chastain <mec@shout.net>
2725
2726 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2727
2728 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2729
2730 * top.c (quit_force): Fix indirect call to quit_target so
2731 a struct qt_args pointer is passed.
2732
2733 2003-09-22 Andrew Cagney <cagney@redhat.com>
2734
2735 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2736 * arch-utils.c (init_frame_pc_noop): Delete function.
2737 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2738 "init_frame_pc".
2739 * mips-tdep.c (mips_gdbarch_init): Ditto.
2740 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2741 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2742 declaration.
2743 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2744 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2745 declaration.
2746 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2747
2748 2003-09-22 Anthony Green <green@redhat.com>
2749
2750 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2751 declaration.
2752
2753 2003-09-20 Andrew Cagney <cagney@redhat.com>
2754
2755 * breakpoint.c: Eliminate ARGSUSED.
2756 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2757 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2758 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2759 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2760 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2761 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2762 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2763 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2764 * wince.c, remote-vx.c: Ditto.
2765
2766 * cli/cli-script.c: Remove "register" attributes.
2767 * config/pa/tm-hppa.h: Ditto.
2768 * cli/cli-decode.c: Ditto.
2769 * cli/cli-cmds.c: Ditto.
2770
2771 2003-09-19 Andrew Cagney <cagney@redhat.com>
2772
2773 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2774 DEPRECATED_NPC_REGNUM.
2775 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2776
2777 2003-09-19 Christopher Faylor <cgf@redhat.com>
2778
2779 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2780
2781 2003-09-19 Jim Blandy <jimb@redhat.com>
2782
2783 * macrotab.c (macro_include): Use the correct comparison to find
2784 the appropriate place for this inclusion in the list.
2785
2786 2003-09-19 Andrew Cagney <cagney@redhat.com>
2787
2788 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2789 (DEPRECATED_HPUX_TEXT_END): Define.
2790 (deprecated_hpux_text_end): Declare.
2791 (struct target_ops): Declare opaque.
2792 * hppah-nat.c (text_end): Make static.
2793 (deprecated_hpux_text_end): New function.
2794 * exec.c (text_end): Delete global variable.
2795 (NEED_TEXT_START_END): Do not define.
2796 (exec_file_attach): Replace code computing "text_end" code with
2797 call to DEPRECATED_HPUX_TEXT_END.
2798
2799 2003-09-19 Andrew Cagney <cagney@redhat.com>
2800
2801 * utils.c (align_up, align_down): New functions.
2802 * defs.h (align_up, align_down): Declare.
2803 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2804 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2805 and "align_down".
2806 (round_up, round_down): Delete functions.
2807 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2808 "align_down".
2809 (ROUND_DOWN, ROUND_UP): Delete macros.
2810 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2811 * h8300-tdep.c: Replace "round_up" and "round_down" with
2812 "align_up" and "align_down".
2813 (round_up, round_down): Delete macros.
2814 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2815 "align_down".
2816 (ROUND_UP, ROUND_DOWN): Delete macros.
2817
2818 2003-09-18 J. Brobecker <brobecker@gnat.com>
2819
2820 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2821 hard-coded constant. Use the proper machine name instead.
2822
2823 2003-09-17 Andrew Cagney <cagney@redhat.com>
2824
2825 * sparc-tdep.c (legacy_register_name): Delete function.
2826 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2827 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2828 * infcmd.c (gdb_register_name): Delete variable.
2829 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2830 REGISTER_NAME and "tm.h".
2831 * gdbarch.h, gdbarch.c: Regenerate.
2832 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2833 REGISTER_NAMES in comments.
2834 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2835 * m68klinux-nat.c (regmap): Ditto.
2836
2837 2003-09-17 Jim Blandy <jimb@redhat.com>
2838
2839 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2840
2841 2003-09-17 Andrew Cagney <cagney@redhat.com>
2842
2843 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2844 (ppcnbsd_init_abi): Set "use_struct_convention" to
2845 "ppcnbsd_use_struct_convention".
2846
2847 2003-09-17 Mark Kettenis <kettenis@gnu.org>
2848
2849 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2850 * gdbarch.h, gdbarch.c: Regenerate.
2851 (stabs_argument_has_addr): New architecture method.
2852 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2853 * arch-utils.c: Include "buildsym.h".
2854 (default_stabs_argument_has_addr): New function.
2855 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2856 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2857
2858 2003-09-17 Andrew Cagney <cagney@redhat.com>
2859
2860 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2861 * gdbarch.h, gdbarch.c: Regenerate.
2862 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2863 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2864 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2865 * sparcnbsd-tdep.c: Update.
2866
2867 2003-09-17 Andrew Cagney <cagney@redhat.com>
2868
2869 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2870 * gdbarch.h, gdbarch.c: Regenerate.
2871 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2872 * d10v-tdep.c, frame.c: Update.
2873 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2874 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2875 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2876 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2877 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2878 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2879 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2880 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2881 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2882 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2883 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2884 * config/pa/nm-hppah.h: Update.
2885
2886 2003-09-16 Andrew Cagney <cagney@redhat.com>
2887
2888 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2889 "use_struct_convention" to "ppc_linux_use_struct_convention".
2890 (ppc_linux_use_struct_convention): New function.
2891 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2892 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2893 "rs6000_use_struct_convention".
2894 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2895 declaration.
2896 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2897 Delete function.
2898
2899 2003-09-16 Andrew Cagney <cagney@redhat.com>
2900
2901 * buildsym.c: Remove more occurances of "register".
2902 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2903 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2904 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2905 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2906 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2907 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2908 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2909 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2910
2911 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2912
2913 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2914 numbers to enumeration values.
2915 * sh-tdep.c: Accomodate above change.
2916 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2917 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2918 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2919 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2920 (IS_FPUSH): Rename from IS_FMOV.
2921 (sh_extract_struct_value_address): Remove useless comment.
2922 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2923 instead of own local values.
2924 (sh_dump_tdep): Remove.
2925 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2926 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2927
2928 2003-09-15 Andrew Cagney <cagney@redhat.com>
2929
2930 * doublest.c (convert_floatformat_to_doublest): No longer need to
2931 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2932
2933 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2934
2935 * values.c (unpack_double): Call floatformat_is_valid.
2936
2937 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2938
2939 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2940 ps_strings into a long.
2941
2942 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2943 _initialize_am64fbsd_nat.
2944
2945 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2946
2947 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2948 associated with DW_AT_ranges attribute is out of bounds.
2949
2950 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2951
2952 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2953
2954 2003-09-14 Michael Chastain <mec@shout.net>
2955
2956 * config/m68k/nm-apollo68v.h: Delete.
2957 * config/m68k/xm-apollo68v.h: Delete.
2958
2959 2003-09-14 Andrew Cagney <cagney@redhat.com>
2960
2961 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2962 * dcache.c: Update copyrights and descriptions.
2963 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2964
2965 2003-09-14 Andrew Cagney <cagney@redhat.com>
2966
2967 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2968 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2969
2970 2003-09-14 Andrew Cagney <cagney@redhat.com>
2971
2972 * alpha-nat.c: Remove some occurances of "register".
2973 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2974 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2975 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2976 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2977 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2978 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2979 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2980 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2981 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2982 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2983 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2984 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2985 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2986 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2987 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2988 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2989 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2990 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2991 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2992 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2993 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2994 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2995
2996 2003-09-13 Andrew Cagney <cagney@redhat.com>
2997
2998 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2999 * ppc-tdep.h (struct regcache): Declare opaque.
3000 * objfiles.h (struct objfile_data): Declare opaque.
3001 * cp-support.h (struct objfile): Declare opaque.
3002 * linux-nat.h (target_waitstatus): Declare opaque.
3003
3004 2003-09-14 Mark Kettenis <kettenis@gnu.org>
3005
3006 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
3007 (stabs_argument_has_addr): New architecture method.
3008 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
3009 * arch-utils.c: Include "buildsym.h".
3010 (default_stabs_argument_has_addr): New function.
3011 * stabsread.c (define_symbol): Use stabs_argument_has_addr
3012 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
3013
3014 * cris-tdep.c (cris_gdbarch_init): Set
3015 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
3016 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
3017 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
3018 * mips-tdep.c (mips_gdbarch_init): Likewise.
3019 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3020 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3021
3022 2003-09-13 Andrew Cagney <cagney@redhat.com>
3023
3024 * values.c (using_struct_return): Delete "function" and "funcaddr"
3025 parameters.
3026 * value.h (using_struct_return): Update declaration.
3027 * infcmd.c (finish_command_continuation): Update.
3028 (finish_command): Update.
3029 * infcall.c (call_function_by_hand): Update.
3030 * eval.c (evaluate_subexp_standard): Update.
3031
3032 2003-09-13 Christopher Faylor <cgf@redhat.com>
3033
3034 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
3035 SSE registers since gdb will not operate correctly without this.
3036 Restore include file ordering munged in previous change.
3037 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
3038
3039 2003-09-13 Mark Kettenis <kettenis@gnu.org>
3040
3041 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
3042 REG_STRUCT_HAS_ADDR.
3043 * gdbarch.c, gdbarch.h: Updated.
3044 * infcall.c (call_function_by_hand): Update.
3045 * stabsread.c (define_symbol): Updated.
3046
3047 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
3048
3049 2003-09-12 Christopher Faylor <cgf@redhat.com>
3050
3051 * win32-nat.c: Reorganize so that defines used by target headers are
3052 actually defined by the system headers.
3053 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
3054 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
3055
3056 2003-09-12 Jim Blandy <jimb@redhat.com>
3057
3058 * dbxread.c (read_dbx_symtab): Don't report an internal error if
3059 the file has no .data, .bss, or .rodata sections. Instead wait
3060 until we see a variable alleged to live in one of those sections.
3061
3062 * dbxread.c (read_dbx_symtab): If we have no .data section and no
3063 .bss section, presume that any variables we find live in the
3064 .rodata section.
3065
3066 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
3067 offsets for global and static variables.
3068
3069 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
3070 symbol types are, by definition, in the .data section, so it is
3071 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
3072 If there is no .data section, there should be no N_DATA or N_DATA
3073 | N_EXT symbols.
3074
3075 2003-09-12 Mark Kettenis <kettenis@gnu.org>
3076
3077 * amd64fbsd-tdep.c: Fix sigtramp recognition.
3078 (amd64fbsd_sigcontext_addr): Rewrite.
3079 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
3080 with correct values.
3081 (amd64fbsd_sc_reg_offset): Initialize with correct values.
3082 (amd64fbsd_init_abi): Fix typo.
3083
3084 2003-09-12 Andrew Cagney <cagney@redhat.com>
3085
3086 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
3087 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
3088
3089 2003-09-12 Andrew Cagney <cagney@redhat.com>
3090
3091 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
3092 "entry_file_highpc". Update comments.
3093 * defs.h (deprecated_inside_entry_file): Rename
3094 "inside_entry_file".
3095 * blockframe.c (deprecated_inside_entry_file): Rename
3096 "inside_entry_file".
3097 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
3098 * vax-tdep.c (vax_frame_chain): Update.
3099 * sh64-tdep.c (sh64_frame_chain): Update.
3100 * sh-tdep.c (sh_frame_chain): Update.
3101 * rs6000-tdep.c (rs6000_frame_chain): Update.
3102 * ns32k-tdep.c (ns32k_frame_chain): Update.
3103 * mips-tdep.c (mips_frame_chain): Update.
3104 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
3105 * m32r-tdep.c (m32r_frame_this_id): Update.
3106 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
3107 * frv-tdep.c (frv_frame_this_id): Update.
3108 * d10v-tdep.c (d10v_frame_this_id): Update.
3109 * cris-tdep.c (cris_frame_chain): Update.
3110 * blockframe.c (legacy_frame_chain_valid): Update.
3111 * avr-tdep.c (avr_frame_this_id): Update.
3112 * arm-tdep.c (arm_prologue_this_id): Update.
3113 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
3114 * objfiles.c (objfile_relocate): Update.
3115 * mipsread.c (mipscoff_symfile_read): Update.
3116 (mipscoff_symfile_read): Update.
3117 * mdebugread.c (parse_partial_symbols): Update.
3118 * dwarfread.c (read_file_scope): Update.
3119 * dwarf2read.c (read_file_scope): Update.
3120 * dbxread.c (read_dbx_symtab): Update.
3121 (read_dbx_symtab): Update.
3122 * coffread.c (complete_symtab): Update.
3123
3124 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
3125
3126 * top.c (quit_target): New static helper function.
3127 (quit_force): Moved code to quit_target(). Call quit_target()
3128 via catch_errors() to catch errors during quit.
3129
3130 2003-09-11 David Carlton <carlton@kealia.com>
3131
3132 * buildsym.c (finish_block): Use allocate_block to allocate the
3133 block.
3134 * mdebugread.c (new_block): Add FIXME.
3135
3136 2003-09-11 David Carlton <carlton@kealia.com>
3137
3138 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
3139 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
3140 (recursive_dump_type): Ditto.
3141 * printcmd.c (print_formatted): Ditto.
3142 * typeprint.c (print_type_scalar): Ditto.
3143 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
3144 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
3145 * cp-support.h: Declare cp_check_possible_namespace_symbols,
3146 maint_cplus_cmd_list.
3147 * cp-support.c: Make maint_cplus_cmd_list extern.
3148 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
3149 command.h.
3150 (lookup_symbol_file): Look in possible namespace blocks when
3151 appropriate.
3152 (initialize_namespace_symtab): New.
3153 (get_possible_namespace_block, free_namespace_block)
3154 (check_possible_namespace_symbols)
3155 (check_possible_namespace_symbols_loop)
3156 (check_one_possible_namespace_symbol)
3157 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
3158 (_initialize_cp_namespace): Ditto.
3159 * block.h: Declare allocate_block.
3160 * block.c (allocate_block): New.
3161 * jv-lang.c (get_java_class_symtab): Allocate blocks via
3162 allocate_block.
3163 * symfile.h: Update declaration of add_psymbol_to_list.
3164 * symfile.c (add_psymbol_to_list): Return the partial symbol in
3165 question.
3166 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
3167 scan_partial_symbols_call.
3168 (scan_partial_symbols): Add NAMESPACE argument; update calls to
3169 helper functions.
3170 (add_partial_symbol): If necessary, scan mangled names for names
3171 of namespaces.
3172 (add_partial_namespace): Add NAMESPACE argument; generate partial
3173 symbols associated to namespaces.
3174 (add_partial_enumeration): Add NAMESPACE argument.
3175 (new_symbol): Allow namespace syms.
3176 (read_namespace): Generate namespace syms.
3177 * objfiles.h: Add opaque declaration of struct symtab.
3178 (struct objfile): Add cp_namespace_symtab member.
3179 * objfiles.c (allocate_objfile): Set
3180 objfile->cp_namespace_symtab.
3181 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
3182 dictionary_h, command_h.
3183
3184 2003-09-11 Andrew Cagney <cagney@redhat.com>
3185
3186 * rs6000-tdep.c (rs6000_push_dummy_call): Use
3187 regcache_raw_write_signed to set SP_REGNUM, move the operation to
3188 near the function's end.
3189 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
3190 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
3191 regcache_raw_write_signed to set SP_REGNUM.
3192
3193 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
3194
3195 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
3196 orig_addrs is set up properly.
3197
3198 2003-09-11 Andrew Cagney <cagney@redhat.com>
3199
3200 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
3201 * gdbarch.h, gdbarch.c: Re-generate.
3202 * infcall.c (call_function_by_hand): Update.
3203 * hppa-tdep.c (hppa_push_arguments): Update.
3204 * ada-lang.c (place_on_stack): Update.
3205 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3206 * sparc-tdep.c (sparc_gdbarch_init): Update.
3207 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3208 * hppa-tdep.c (hppa_gdbarch_init): Update.
3209 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
3210 stack_align.
3211
3212 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
3213
3214 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
3215 register do need a frame.
3216
3217 2003-09-11 Andrew Cagney <cagney@redhat.com>
3218
3219 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
3220 buildable since GDB 5.0.
3221 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
3222 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
3223 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
3224 * irix4-nat.c: Delete file.
3225 * config/mips/irix4.mh: Delete file.
3226 * config/mips/irix3.mh: Delete file.
3227 * config/mips/irix3.mt: Delete file.
3228 * config/mips/tm-irix3.h: Delete file.
3229 * config/mips/nm-irix3.h: Delete file.
3230 * config/mips/xm-irix3.h: Delete file.
3231 * config/mips/nm-irix4.h: Delete file.
3232 * config/mips/xm-irix4.h: Delete file.
3233 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
3234
3235 2003-09-10 J. Brobecker <brobecker@gnat.com>
3236
3237 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
3238 * Makefile.in (hppa-tdep.o): Update dependencies.
3239
3240 2003-09-10 James E Wilson <wilson@specifixinc.com>
3241
3242 * MAINTAINERS: Change my e-mail address. Move to paper trail
3243 section.
3244
3245 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3246
3247 * MAINTAINERS (frv): New ISA entry.
3248
3249 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3250
3251 * frv-tdep.c (dis-asm.h): Include.
3252 * Makefile.in (frv-tdep.o): Update dependencies.
3253
3254 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
3255
3256 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
3257 Fix typo for high range of floating registers.
3258
3259 2003-09-09 David Carlton <carlton@kealia.com>
3260
3261 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
3262 highpc initialization here out of scan_partial_symbols.
3263 (scan_partial_symbols): Restructure into a recursive version,
3264 calling add_partial_namespace and add_partial_enumeration when
3265 appropriate.
3266 (add_partial_namespace): New.
3267 (add_partial_enumeration, locate_pdi_sibling): Ditto.
3268
3269 2003-09-09 Andrew Cagney <cagney@redhat.com>
3270
3271 * rs6000-tdep.c (ppc_push_return_address): Delete function.
3272 (rs6000_push_dummy_call): Set LR to BP_ADDR.
3273 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
3274 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3275
3276 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
3277 (rs6000_push_dummy_call): Set the "TOC" register.
3278
3279 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
3280 methods "max_register_raw_size", "max_register_virtual_size" or
3281 "register_virtual_size".
3282
3283 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
3284
3285 * MAINTAINERS: Update my e-mail address.
3286
3287 2003-09-09 Andrew Cagney <cagney@redhat.com>
3288
3289 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
3290 (rs6000_push_dummy_call): Store the struct return address.
3291 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3292
3293 2003-09-09 Andrew Cagney <cagney@redhat.com>
3294
3295 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
3296 "ppc_sysv_abi_push_arguments".
3297 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
3298 "ppc_sysv_abi_push_arguments".
3299 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
3300 instead of "push_arguments".
3301 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
3302
3303 2003-09-09 Andrew Cagney <cagney@redhat.com>
3304
3305 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
3306 instead of CALL_DUMMY_ADDRESS.
3307
3308 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
3309
3310 * p-lang.c: Eliminate "register".
3311 * c-lang.c: Ditto.
3312 * expprint.c: Ditto.
3313 * f-lang.c: Ditto.
3314 * jv-lang.c: Ditto.
3315 * language.c: Ditto.
3316 * m2-lang.c: Ditto.
3317 * parse.c: Ditto.
3318 * scm-lang.c: Ditto.
3319 * objc-lang.c: Ditto.
3320
3321 2003-09-09 Nick Clifton <nickc@redhat.com>
3322
3323 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
3324
3325 2003-09-04 Andrew Cagney <cagney@redhat.com>
3326
3327 * avr-tdep.c: Include "dis-asm.h".
3328 * cris-tdep.c: Include "dis-asm.h".
3329 (cris_delayed_get_disassembler): Use "struct disassemble_info"
3330 instead of corresponding typedef.
3331 * h8300-tdep.c: Include "dis-asm.h".
3332 * ia64-tdep.c: Include "dis-asm.h".
3333 * i386-tdep.c: Include "dis-asm.h".
3334 (i386_print_insn): Use "struct disassemble_info" instead of
3335 corresponding typedef.
3336 * m68k-tdep.c: Include "dis-asm.h".
3337 * mcore-tdep.c: Include "dis-asm.h".
3338 * mips-tdep.c: Include "dis-asm.h".
3339 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
3340 instead of corresponding typedef.
3341 * ns32k-tdep.c: Include "dis-asm.h".
3342 * s390-tdep.c: Include "dis-asm.h".
3343 * sparc-tdep.c: Include "dis-asm.h".
3344 * vax-tdep.c: Include "dis-asm.h".
3345 * v850-tdep.c: Include "dis-asm.h".
3346 * mn10300-tdep.c: Include "dis-asm.h".
3347 * rs6000-tdep.c: Include "dis-asm.h".
3348 * xstormy16-tdep.c: Include "dis-asm.h".
3349 (_initialize_xstormy16_tdep): Delete "extern" declaration of
3350 print_insn_xstormy16.
3351 * Makefile.in (v850-tdep.o): Update dependencies.
3352 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
3353 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
3354 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
3355 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
3356 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
3357 (gdbarch_h): Remove $(dis_asm_h).
3358 * disasm.c: Include "dis-asm.h".
3359 (dis_asm_read_memory): Use "struct disassemble_info" instead of
3360 corresponding typedef.
3361 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
3362 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
3363 * gdbarch.sh: Do not include "dis-asm.h".
3364 (struct disassemble_info): Declare opaque.
3365 (TARGET_PRINT_INSN): Update declaration.
3366 * gdbarch.h, gdbarch.c: Re-generate.
3367
3368 2003-09-08 Andrew Cagney <cagney@redhat.com>
3369
3370 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
3371 CALL_DUMMY_ADDRESS, change to a predicate.
3372 * gdbarch.h, gdbarch.c: Re-generate.
3373 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3374 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
3375 * infcall.c (call_function_by_hand): Ditto.
3376 * sparc-tdep.c (sparc_push_return_address): Ditto.
3377 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
3378 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
3379 CALL_DUMMY_ADDRESS with entry_point_address.
3380 * v850-tdep.c (v850_push_return_address): Ditto.
3381 * s390-tdep.c (s390_push_return_address): Ditto.
3382 * rs6000-tdep.c (ppc_push_return_address): Ditto.
3383 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
3384 * mcore-tdep.c (mcore_push_return_address): Ditto.
3385 * cris-tdep.c (cris_push_return_address): Ditto.
3386 * arm-tdep.c (arm_push_return_address): Ditto.
3387
3388 2003-09-08 Andrew Cagney <cagney@redhat.com>
3389
3390 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
3391 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
3392 and REG_UNMODIFIED to REG_SAME_VALUE.
3393 (execute_cfa_program): Update.
3394 (dwarf2_frame_cache): Update. Initialize table to
3395 REG_UNSPECIFIED, complain if CFI fails to specify a register's
3396 location.
3397 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
3398
3399 2003-09-08 Andrew Cagney <cagney@redhat.com>
3400
3401 * gnu-nat.c: Remove "inline" function attribute.
3402 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
3403
3404 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3405
3406 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
3407 target.
3408
3409 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3410
3411 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
3412 (frame_extra_info): Rename this struct to frv_unwind_cache.
3413 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
3414 Add fields ``prev_sp'' and ``base''.
3415 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
3416 (frv_saved_pc_after_call, frv_init_extra_frame_info)
3417 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
3418 Delete.
3419 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
3420 Revise all callers. Fill in the unwind cache argument and make
3421 other adjustments to account for new frame mechanisms.
3422 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
3423 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
3424 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
3425 (frv_frame_unwind, frv_frame_base): New structs.
3426 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
3427 additional arguments expected by this method and adjust function
3428 body accordingly.
3429 (frv_gdbarch_init): Remove calls to the following functions:
3430 set_gdbarch_deprecated_init_frame_pc(),
3431 set_gdbarch_deprecated_saved_pc_after_call(),
3432 set_gdbarch_deprecated_frame_chain(),
3433 set_gdbarch_deprecated_frame_saved_pc(),
3434 set_gdbarch_deprecated_frame_init_saved_regs(),
3435 set_gdbarch_deprecated_push_arguments(),
3436 set_gdbarch_deprecated_push_return_address(),
3437 set_gdbarch_deprecated_pop_frame(),
3438 set_gdbarch_deprecated_call_dummy_words(),
3439 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3440 set_gdbarch_deprecated_init_extra_frame_info(),
3441 set_gdbarch_deprecated_dummy_write_sp(), and
3442 set_gdbarch_deprecated_pc_in_call_dummy().
3443 Add calls to the following functions:
3444 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
3445 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
3446 frame_base_set_default().
3447 * Makefile.in (frv-tdep.o): Update dependencies.
3448
3449 2003-09-09 Mark Kettenis <kettenis@gnu.org>
3450
3451 * dwarf2-frame.c (read_encoded_value): Add support for
3452 DW_EH_PE_aligned encoding.
3453
3454 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3455
3456 * infrun.c (normal_stop): Don't print a message if the inferior
3457 has exited.
3458
3459 2003-09-08 Jim Blandy <jimb@redhat.com>
3460
3461 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
3462 * dbxread.c: #include "gdb_assert.h".
3463 (read_dbx_symtab): If the objfile has no .data section, use the
3464 section index for the .bss section instead.
3465
3466 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3467
3468 * frame.c (deprecated_safe_get_selected_frame): New function.
3469 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
3470 * findvar.c (read_var_value): Call it.
3471
3472 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
3473
3474 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
3475 (sh64-tdep.o): Add dependencies.
3476 * configure.tgt: Add FIXME to sh-*-linux*.
3477 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
3478 (sh_gdbarch_init): Always set correct sh_show_regs function
3479 pointer. Call sh64_gdbarch_init() if machine type is sh5.
3480 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
3481 * sh64-tdep.c: New file, containing all sh64 related code from
3482 sh-tdep.c.
3483 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
3484 * config/sh/linux.mt (TDEPFILES): Ditto.
3485 * config/sh/nbsd.mt (TDEPFILES): Ditto.
3486 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
3487 * config/sh/wince.mt (TDEPFILES): Ditto.
3488
3489 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3490
3491 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3492 (stop_wait_callback): Handle !lp->signalled also.
3493 (lin_lwp_has_pending, flush_callback): New functions.
3494 (lin_lwp_wait): Call flush_callback.
3495 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
3496 (linux_proc_pending_signals): New function.
3497 * linux-nat.h (linux_proc_pending_signals): Add prototype.
3498
3499 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3500
3501 From Nick Kelsey <nickk@ubicom.com>:
3502 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3503 when the stop PC is at the beginning of a function also.
3504
3505 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
3506
3507 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3508 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3509
3510 2003-09-06 Mark Kettenis <kettenis@gnu.org>
3511
3512 * sol-thread.c: Include "gdb_string.h".
3513
3514 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
3515
3516 * gcore.c: Reorder include files in alphabetical order. Include
3517 "gdb_assert.h". Various coding style fixes.
3518 (derive_stack_segment, derive_heap_segment): Replace check for
3519 non-null BOTTOM and TOP with gdb_assert.
3520 (derive_heap_segment): Replace check for successful creation of
3521 ZERO with gdb_assert.
3522 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3523
3524 2003-09-04 Andrew Cagney <cagney@redhat.com>
3525
3526 * thread-db.c (verbose_dlsym): New function.
3527 (thread_db_load): Use verbose_dlsym
3528 (thread_db_new_objfile): Print that libthread_db was loaded, and
3529 that thread debugging was enabled.
3530
3531 2003-09-04 Andrew Cagney <cagney@redhat.com>
3532
3533 * configure.tgt: Add "mips64*-*-*" target. Delete
3534 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3535 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3536 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3537 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3538 mips*-sony-*, and mips64*-*-elf* targets.
3539 * config/mips/embedl.mt: Delete file.
3540 * config/mips/embedl64.mt: Delete file.
3541 * config/mips/mips.mt: Delete file.
3542 * config/mips/mips64.mt: Delete file.
3543 * config/mips/tm-embed.h: Delete file.
3544 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3545 * config/mips/embed64.mt: Delete out-of-date comment.
3546
3547 2003-09-04 Andrew Cagney <cagney@redhat.com>
3548
3549 * hppa-tdep.c (hppa_gdbarch_init): Set
3550 "have_nonsteppable_watchpoint".
3551 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3552 * mips-tdep.c (mips_dump_tdep): Do not print
3553 HAVE_NONSTEPPABLE_WATCHPOINT.
3554 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3555 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3556 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3557 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3558
3559 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3560
3561 * breakpoint.c (watchpoint_check): Remove accidentally checked in
3562 unused code. Add comment.
3563
3564 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3565
3566 * breakpoint.c (watchpoint_check): Check for pc being in an
3567 epilogue if watchpoint frame couldn't be found.
3568
3569 2003-09-04 Andrew Cagney <cagney@redhat.com>
3570
3571 * Makefile.in: Re-generate all dependencies.
3572
3573 2003-09-03 Andrew Cagney <cagney@redhat.com>
3574
3575 * arch-utils.h (legacy_print_insn): Delete declaration.
3576 * arch-utils.c (legacy_print_insn): Delete function.
3577 * disasm.c (deprecated_tm_print_insn_info): Delete.
3578 (_initialize_disasm): Delete function, contained code initializing
3579 deprecated_tm_print_insn_info.
3580 * gdbarch.sh (deprecated_tm_print_insn): Delete.
3581 (deprecated_tm_print_insn_info): Delete.
3582 (TARGET_PRINT_INSN): Do not provide a default.
3583 * gdbarch.h, gdbarch.c: Re-generate.
3584
3585 2003-09-03 Andrew Cagney <cagney@redhat.com>
3586
3587 * disasm.c (fprintf_disasm): New function.
3588 (gdb_disassemble_info): Call "init_disassemble_info", instead of
3589 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
3590 reverts 2003-08-14 change.
3591 (_initialize_disasm): Call "init_disassemble_info", instead of
3592 INIT_DISASSEMBLE_INFO_NO_ARCH.
3593
3594 2003-09-03 Michael Snyder <msnyder@redhat.com>
3595
3596 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3597
3598 2003-09-03 Andrew Cagney <cagney@redhat.com>
3599
3600 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3601 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3602 * symfile.c (syms_from_objfile): Update.
3603 (reread_symbols): `Update
3604 * exec.c (exec_file_attach): Update.
3605 (exec_file_attach): Update.
3606 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3607 2003-08-29 change.
3608 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3609
3610 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3611
3612 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3613 trad-frame.h.
3614 (arm_get_cache): Delete macro.
3615 (struct arm_prologue_cache): Update comments. Make saved_regs into
3616 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3617 to prev_sp.
3618 (thumb_scan_prologue): Update for cache changes. Don't call
3619 DEPRECATED_PC_IN_CALL_DUMMY.
3620 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3621 argument and use it in desperation search for our prologue. Do not
3622 search past the specified PC.
3623 (arm_make_prologue_cache): Simplify.
3624
3625 (arm_prologue_this_id, arm_prologue_prev_register)
3626 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3627 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3628 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3629 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3630 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3631
3632 (arm_frame_chain_valid, arm_find_callers_reg)
3633 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3634 (arm_pop_frame): Delete obsolete methods.
3635 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3636
3637 (arm_gdbarch_init): Update for new frame methods. Register prologue
3638 and sigtramp unwinders. Set the default frame base method.
3639
3640 * Makefile.in (arm-tdep.o): Update dependencies.
3641 * varobj.c (find_frame_addr_in_frame_chain): Call
3642 get_frame_base_address.
3643 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3644
3645 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3646
3647 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3648 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3649 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3650 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3651 Take NEXT_FRAME and CACHE arguments. Call
3652 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3653 Set unwound_pc in CACHE instead of modifying the frame argument.
3654 Don't bother checking the frame type when looking for sigtramp
3655 frames.
3656 (arm_make_prologue_cache, arm_frame_chain)
3657 (arm_init_extra_frame_info): New functions.
3658
3659 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3660
3661 * arm-tdep.c (arm_get_cache): Define.
3662 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3663 unwound_sp, unwound_pc, and saved_regs.
3664 (thumb_scan_prologue): Take a cache instead of the frame.
3665 (arm_scan_prologue): Likewise.
3666 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3667 instead of a temporary frame.
3668 (arm_init_extra_frame_info): Allocate and use a cache.
3669 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3670
3671 2003-09-03 Andrew Cagney <cagney@redhat.com>
3672
3673 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3674 * config/mips/wince.mt (TM_CLIBS): Ditto.
3675 * config/sh/wince.mt (TM_CLIBS): Ditto.
3676 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3677 * config/sparc/sp64.mt (CC): Delete.
3678
3679 2003-09-03 Andrew Cagney <cagney@redhat.com>
3680
3681 * defs.h: Do not include "arch-utils.h".
3682 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3683 GDB_MULTI_ARCH_PURE.
3684 * configure.in (GDB_MULTI_ARCH): Do not define.
3685 * configure, config.in: Regenerate.
3686 * configure.tgt: Do not set variable "gdb_multi_arch".
3687 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3688 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3689 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3690 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3691 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3692 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3693 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3694 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3695 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3696 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3697 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3698 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3699 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3700 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3701 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3702 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3703 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3704 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3705
3706 2003-08-30 Michael Chastain <mec@shout.net>
3707
3708 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3709 * config/m68k/nm-hp300hpux.h: Delete.
3710 * config/m68k/tm-hp300hpux.h: Delete.
3711 * config/m68k/xm-hp300hpux.h: Delete.
3712 * config/m68k/xm-hp300bsd.h: Delete.
3713 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3714 tm-hp300hpux.h, xm-hp300hpux.h.
3715 * somsolib.c: Remove comment about hp300 shared libraries.
3716
3717 2003-08-31 Mark Kettenis <kettenis@gnu.org>
3718
3719 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3720 Only define PTRACE_GET_THREAD_AREA is not already defined.
3721 Various style fixes in code and comments and some additional
3722 spelling fixes in comments. Move after functions dealing with
3723 debug registers.
3724 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3725 Fix coding-style.
3726
3727 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3728 frame_unwind_register_unsigned instead of
3729 frame_unwind_unsigned_register.
3730
3731 2003-08-30 Mark Kettenis <kettenis@gnu.org>
3732
3733 * configure.in: Search for gethostbyname in libnsl.
3734 * configure: Regenerated.
3735
3736 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3737
3738 * configure.in: Remove redundant AC_MSG_RESULT in check for
3739 uintptr_t in stdint.h.
3740 * configure: Regenerated.
3741
3742 * amd64-nat.h (struct regcache): Add opaque declaration.
3743
3744 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3745 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3746 Change "register array" to "register cache" in comments.
3747 (x86_64_linux_gregset64_reg_offset): New variable.
3748 (GETREGS_SUPPLIES): Remove macro.
3749 (supply_gregset): Call amd64_supply_native_gregset instead of
3750 x86_64_linux_supply_gregset.
3751 (fill_gregset): Rename `regno' to `regnum'. Call
3752 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3753 (store_regs): Rename `regno' to `regnum'.
3754 (store_fpregs): Rename `regno' to `regnum'.
3755 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3756 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3757 Reorganize function a bit.
3758 (store_inferior_registers): Rename `regno' to `regnum'. Use
3759 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3760 Reorganize function a bit.
3761 (_initialize_x86_64_linux_nat): New function.
3762 * config/i386/x86-64linux.mh.
3763
3764 2003-08-29 Andrew Cagney <cagney@redhat.com>
3765
3766 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3767 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3768 (target_remove_watchpoint): Delete macro.
3769 (target_insert_watchpoint): Delete macro.
3770 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3771 (remote_mips_stopped_by_watchpoint): Delete declaration.
3772 (remote_mips_remove_watchpoint): Delete declaration.
3773 (remote_mips_set_watchpoint): Delete declaration.
3774 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3775 * remote-mips.c (_initialize_remote_mips): Set
3776 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3777 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3778 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3779 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3780 (mips_stopped_by_watchpoint): Rename
3781 remote_mips_stopped_by_watchpoint.
3782 (mips_can_hardware_watchpoint): Rename
3783 remote_mips_can_use_hardware_watchpoint, update function
3784 signature.
3785
3786 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3787
3788 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3789 USER_DS. We haven't given them a register number yet.
3790
3791 * amd64-nat.h: New file.
3792 * amd64-nat.c: New file.
3793 * amd64fbsd-nat.c: Include "amd64-nat.h".
3794 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3795 (amd64fbsd32_r_reg_offset): New variable.
3796 (supply_gregset): Simply call amd64_supply_native_gregset.
3797 (fill_gregset): Rename `regno' to `regnum'. Simply call
3798 amd64_collect_native_gregset.
3799 (fill_fpregset): Rename `regno' to `regnum'.
3800 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3801 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3802 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3803 `fpregset_t'. Call amd64_supply_native_gregset instead of
3804 supply_gregset. Call x86_64_supply_fxsave instead of
3805 supply_fpregset.
3806 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3807 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3808 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3809 `fpregset_t'. Call amd64_collect_native_gregset instead of
3810 fill_gregset. Call x86_64_collect_fxsave instead of
3811 fill_fpregset.
3812 (_initialize_am64fbsd_nat): Initialize
3813 amd64_native_gregset32_reg_offset and
3814 amd64_native_gregset64_reg_offset.
3815 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3816
3817 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3818 null pointer. Fix typo in comment.
3819
3820 * regcache.c (supply_register): Reimplement to call
3821 regcache_raw_supply.
3822 (regcache_collect): Reimplement by calling regcache_raw_collect.
3823
3824 2003-08-28 Mark Kettenis <kettenis@gnu.org>
3825
3826 * regcache.c (register_buffer): Consitify first argument.
3827 (regcache_raw_supply, regcache_raw_collect): New
3828 functions.
3829
3830 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3831
3832 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3833 by Nathan J. Williams.
3834
3835 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3836
3837 * lin-lwp.c (wait_lwp): New function, copied from
3838 stop_wait_callback. Clean up.
3839 (stop_wait_callback): Use wait_lwp.
3840
3841 2003-08-28 Andrew Cagney <cagney@redhat.com>
3842
3843 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3844 flavour and disassembler options.
3845 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3846 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3847 deprecated_tm_print_insn_info.
3848
3849 2003-08-27 Andrew Cagney <cagney@redhat.com>
3850
3851 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3852 Use target_read_memory.
3853 (s390_get_frame_info): Update. Do not reference
3854 deprecated_tm_print_insn_info.
3855 (s390_check_function_end, s390_is_sigreturn): Ditto.
3856
3857 2003-08-27 Andrew Cagney <cagney@redhat.com>
3858
3859 * Makefile.in (cris-tdep.o): Update dependencies.
3860 * cris-tdep.c: Include "gdb_assert.h".
3861 (cris_gdbarch_init): Set print_insn.
3862 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3863 (cris_delayed_get_disassembler): Simplify, directly call the
3864 disassembler returned by cris_get_disassembler.
3865 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3866 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3867 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3868 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3869 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3870 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3871 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3872 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3873 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3874 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3875 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3876 (gdb_print_insn_sparc): Delete function.
3877 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3878 deprecated_tm_print_insn_info.
3879 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3880 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3881 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3882 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3883 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3884 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3885 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3886 (s390_gdbarch_init): Set print_insn.
3887
3888 2003-08-27 Andrew Cagney <cagney@redhat.com>
3889
3890 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3891 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3892 * infcall.c (call_function_by_hand): Convert the entry point
3893 address into a code address.
3894
3895 2003-08-27 Andrew Cagney <cagney@redhat.com>
3896
3897 * dsrec.c: Include "gdb_string.h".
3898 * Makefile.in (dsrec.o): Update dependencies.
3899
3900 2003-08-27 Michael Chastain <mec@shout.net>
3901
3902 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3903
3904 2003-08-27 Andrew Cagney <cagney@redhat.com>
3905
3906 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3907 (alpha_osf1_init_abi): Do not set call_dummy_address.
3908
3909 2003-08-27 David Carlton <carlton@kealia.com>
3910
3911 From Randolph Chung <tausq@debian.org>:
3912 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3913 compiles with -Wformat-nonliteral -Werror.
3914
3915 2003-08-26 Jim Blandy <jimb@redhat.com>
3916
3917 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3918 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3919 bfd_lookup_symbol, since we only want symbols in code sections.
3920 (look_for_base): Pass zero as the SECT_FLAGS argument to
3921 bfd_lookup_symbol, since we're not concerned about which section
3922 the symbol is in.
3923
3924 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3925
3926 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3927 we are frameless or the return address register is already known.
3928
3929 2003-08-26 Andrew Cagney <cagney@redhat.com>
3930
3931 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3932 in size. Add comments.
3933
3934 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3935
3936 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3937 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3938
3939 2003-08-26 Jason Merrill <jason@redhat.com>
3940
3941 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3942 case out of #ifdef MIPS block.
3943
3944 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3945
3946 PR java/1322
3947 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3948 available before calling SECT_OFF_TEXT.
3949 * PROBLEMS: Remove description of java/1322.
3950
3951 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3952
3953 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3954 bof, and nat0-nat127 as pseudo-registers.
3955 (ia64_frame_cache): New struct used to cache frame info.
3956 (ia64_register_reggroup_p): New routine used to override default
3957 register grouping so registers without names are still saved and
3958 restored.
3959 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3960 pseudo values.
3961 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3962 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3963 (ia64_alloc_frame_cache): New routine to create a new
3964 ia64_frame_cache.
3965 (examine_prologue): Change prototype to add next_frame pointer.
3966 Assume frameless until otherwise proven. Verify that the cfm for
3967 current frame matches the cfm that should occur for the prologues
3968 alloc insn and if equal, mark as not frameless. At end of routine,
3969 if not frameless, calculate registers for the previous frame and store
3970 in the cache, if a cache is provided.
3971 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3972 and pass 0 for next_frame.
3973 (ia64_store_return_value): Change to use convert_typed_floating()
3974 instead of calling ia64_convert_to_raw().
3975 (ia64_extract_return_value): Change to use convert_typed_floating()
3976 instead of calling ia64_convert_to_virtual().
3977 (ia64_frame_cache): New routine to support new frame model.
3978 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3979 (ia64_frame_sniffer): Ditto.
3980 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3981 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3982 (ia64_sigtramp_frame_prev_register): Ditto.
3983 (ia64_sigtramp_frame_sniffer): Ditto.
3984 (ia64_frame_base_address): Ditto.
3985 (ia64_extract_struct_value_address): Change to issue error message.
3986 (ia64_frame_align): New routine to align sp.
3987 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3988 (ia64_push_arguments): Removed. Logic moved to
3989 ia64_push_dummy_call().
3990 (ia64_push_return_address): Ditto.
3991 (ia64_unwind_dummy_id): New function.
3992 (ia64_unwind_pc): Ditto.
3993 (ia64_convert_register_p): Ditto.
3994 (ia64_register_to_value): Ditto.
3995 (ia64_value_to_register): Ditto.
3996 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3997 (ia64_register_byte, ia64_register_raw_size): Ditto.
3998 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3999 (ia64_saved_pc_after_call): Ditto.
4000 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
4001 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
4002 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
4003 (ia64_register_convert_to_raw): Ditto.
4004 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
4005 (ia64_init_extra_frame_info): Ditto.
4006 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
4007 (ia64_gdbarch_init): Remove registering of deprecated functions that
4008 are no longer used. Add registration of new gdbarch functions.
4009 Remove registering deprecated_write_sp. Replace
4010 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
4011 Delete set_gdbarch_deprecated_register_convertible(),
4012 set_gdbarch_deprecated_register_convert_to_virtual(), and
4013 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
4014 set_gdbarch_deprecated_register_size(),
4015 set_gdbarch_deprecated_register_bytes(),
4016 set_gdbarch_pcregnum(),
4017 set_gdbarch_deprecated_register_byte(),
4018 set_gdbarch_deprecated_register_raw_size(),
4019 set_gdbarch_deprecated_max_register_raw_size(),
4020 set_gdbarch_deprecated_register_virtual_size(),
4021 and set_gdbarch_deprecated_max_register_virtual_size() calls.
4022 Replace set_gdbarch_deprecated_extract_return_value() with
4023 set_gdbarch_extract_return_value(). Remove calls to:
4024 set_gdbarch_deprecated_saved_pc_after_call();
4025 set_gdbarch_deprecated_frame_chain(),
4026 set_gdbarch_deprecated_frame_saved_pc(),
4027 set_gdbarch_deprecated_frame_init_saved_regs(),
4028 set_gdbarch_deprecated_get_saved_register(),
4029 set_gdbarch_deprecated_call_dummy_words(),
4030 set_gdbarch_deprecated_sizeof_call_dummy_words(),
4031 set_gdbarch_deprecated_init_extra_frame_info(),
4032 set_gdbarch_deprecated_frame_args_address(),
4033 set_gdbarch_deprecated_frame_locals_address(),
4034 and set_gdbarch_deprecated_dummy_write_sp().
4035 Add set_gdbarch_convert_register_p(),
4036 set_gdbarch_register_to_value(),
4037 set_gdbarch_value_to_register(),
4038 set_gdbarch_push_dummy_call(),
4039 set_gdbarch_frame_align(),
4040 set_gdbarch_unwind_dummy_id(),
4041 set_gdbarch_unwind_pc(),
4042 frame_unwind_append_sniffer(),
4043 frame_unwind_append_sniffer(),
4044 and frame_base_set_default().
4045
4046 2003-08-25 Chris Demetriou <cgd@broadcom.com>
4047
4048 * configure.tgt: Document need for special "mipsisa64" handling.
4049 (mipsisa64*-*-linux64): Handle as target linux64.
4050 (mipsisa64*-*-*): Handle as target embed64.
4051
4052 2003-08-18 Michael Chastain <mec@shout.net>
4053
4054 * PROBLEMS: Document pr gdb/1322, the Java anonymous
4055 objfile bug.
4056
4057 2003-08-24 Mark Kettenis <kettenis@gnu.org>
4058
4059 * i387-tdep.h: Update copyright date.
4060 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
4061
4062 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
4063 CFLAGS games to reflect reality.
4064
4065 2003-08-24 Andrew Cagney <cagney@redhat.com>
4066
4067 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
4068 GDB_MULTI_ARCH is always non-zero.
4069 * osabi.c (_initialize_gdb_osabi): Ditto.
4070 (gdbarch_init_osabi): Ditto.
4071 * sparc-tdep.c: Ditto for #if code.
4072
4073 2003-08-23 Mark Kettenis <kettenis@gnu.org>
4074
4075 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
4076 Update comments.
4077 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
4078 comments.
4079 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
4080 x86_64_supply_fxsave.
4081 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
4082 x86_64_supply_fxsave.
4083 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
4084 x86_64_supply_fxsave.
4085
4086 2003-08-23 Andreas Jaeger <aj@suse.de>
4087
4088 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
4089 i387_supply_fxsave.
4090
4091 2003-08-23 Mark Kettenis <kettenis@gnu.org>
4092
4093 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
4094 i387_supply_register.
4095 (go32_fetch_registers): Adjust call to i387_supply_fsave.
4096 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
4097 i387_supply_fsave.
4098 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
4099 i387_supply_fxsave.
4100 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
4101 i387_supply_fsave.
4102 * i386bsd-nat.c (supply_fpregset): Adjust call to
4103 i387_supply_fsave.
4104 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
4105 call to i387_supply_fxsave. Call i387_supply_fsave instead of
4106 supply_fpregset.
4107 (store_inferior_registers): Remove extraneous whitespace. Call
4108 i387_fill_fsave instead of fill_fpregset.
4109 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
4110 (supply_fpregset): Likewise.
4111 * i386v4-nat.c (supply_fpregset): Adjust call to
4112 i387_supply_fsave.
4113 * i386-interix-nat.c (supply_fpregset): Adjust call to
4114 i387_supply_fsave.
4115 * i386-linux-nat.c (supply_fpregset): Adjust call to
4116 i387_supply_fsave.
4117 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
4118 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
4119 i387supply_fsave and i387_supply_fxsave.
4120 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
4121 Incorporate code from `i387_supply_register.
4122 (i387_supply_register): Remove.
4123 (i387_supply_fxsave): Add `regnum' argument.
4124 Update comments.
4125 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
4126 prototype.
4127 (i387_supply_register): remove prototype.
4128 Update comments.
4129
4130 2003-08-22 Michael Chastain <mec@shout.net>
4131
4132 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
4133 Add lines for files in gdb/testsuite/gdb.cp/* that are
4134 still not 8.3 unique.
4135
4136 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
4137
4138 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
4139 TYPE_VPTR_FIELDNO is valid.
4140
4141 2003-08-19 Mark Kettenis <kettenis@gnu.org>
4142
4143 * utils.c (set_width_command): Remove prototypes.
4144 (set_screen_size): New prototype.
4145 (init_page_info): Simplify by fetching the screen size from
4146 Readline. Call set_screen_size.
4147 (set_screen_size): New function.
4148 (set_width): Add missing whitespace in comment.
4149 (set_width_command): Call set_screen_size.
4150 (set_height_command): New function.
4151 (initialize_utils): Fix formatting. Make "set height" command
4152 call set_height_command. Remove redundant code that turns off
4153 pagination if output isn't a terminal. Remove redundant call to
4154 set_width_command.
4155
4156 2003-08-22 Mark Kettenis <kettenis@gnu.org>
4157
4158 * sparc64-tdep.h (sparc64_regnum): Fix comment.
4159 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
4160 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
4161 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
4162 `case' keyword.
4163 (sparc64_register_info): Give the reister with number
4164 SPARC64_STATE_REGNUM a name.
4165 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
4166 %asi and %ccr.
4167 (sparc64_push_dummy_call): Take BIAS into account when checking
4168 stcak alignment.
4169 (sparc_software_single_step): Remove assertions that check whether
4170 NPC and NNPC were zero.
4171 (sparc_supply_rwindow): Make public. Merge functionality with
4172 sparc64_supply_rwindow.
4173 (sparc_fill_rwindow): Make public. Merge functionality with
4174 sparc64_fill_rwindow.
4175 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
4176 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
4177 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
4178 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
4179 sparc_supply_rwindow instead of sparc64_supply_rwindow.
4180
4181 * reggroups.c: Add whitespace after declarations of local
4182 variables in functions.
4183
4184 2003-08-21 Michael Chastain <mec@shout.net>
4185
4186 * gdbtypes.h: Change array bound type from an int to enum.
4187
4188 2003-08-21 Andrew Cagney <cagney@redhat.com>
4189
4190 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
4191 * config/sparc/tm-sparc.h: Ditto.
4192 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
4193 unconditionally.
4194 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
4195
4196 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4197
4198 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
4199 (register_objfile_data, set_objfile_data, objfile_data): New
4200 prototypes.
4201 * objfiles.c (objfile_alloc_data, objfile_free_data): New
4202 prototypes.
4203 (allocate_objfile): Call objfile_alloc_data.
4204 (free_objfile): Call objfile_free_data.
4205 (struct objfile_data): New.
4206 (struct objfile_data_registration): New.
4207 (struct objfile_data_registry): New.
4208 (objfile_data_registry): New variable.
4209 (register_objfile_data): New function.
4210 (objfile_alloc_data, objfile_free_data): New functions.
4211 (set_objfile_data, objfile_data): New functions.
4212 * dwarf2-frame.c (dwarf2_frame_data): New variable.
4213 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
4214 (_initialize_dwarf2_frame): New function and prototype.
4215
4216 2003-08-21 Andrew Cagney <cagney@redhat.com>
4217
4218 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
4219 a specific architecture.
4220 * arch-utils.h (set_architecture_from_arch_mach): Delete
4221 declaration.
4222 (target_architecture_hook): Delete declaration.
4223 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
4224 (default_float_format): Assume GDB_MULTI_ARCH.
4225 (default_double_format): Assume GDB_MULTI_ARCH.
4226 (set_endian_from_file): Delete function.
4227 (arch_ok): Delete function.
4228 (set_arch): Delete function.
4229 (set_architecture_from_arch_mach): Delete function.
4230 (set_architecture_from_file): Delete function.
4231 (set_architecture): Assume GDB_MULTI_ARCH.
4232 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
4233
4234 2003-08-21 Mark Kettenis <kettenis@gnu.org>
4235
4236 Rewrite FreeBSD/sparc64 native configuration.
4237 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
4238 * sparc64fbsd-nat.c: New file.
4239 * sparc64fbsd-tdep.c: New file.
4240 * sparc64-tdep.c sparc64-tdep.h: New files.
4241 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
4242 sparc64fbsd-tdep.o): New dependencies.
4243 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
4244 and sparc64fbsd-tdep.c.
4245 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
4246 * config/sparc/fbsd.mh: Remove copyright notice.
4247 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
4248 sparcbsd-nat.o.
4249 * config/sparc/fbsd.mt: Remove copyright notice.
4250 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
4251 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
4252 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
4253 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
4254 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
4255 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
4256 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
4257 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
4258 "sparc/tm-sp64.h".
4259 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
4260 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
4261
4262 2003-08-21 Michael Chastain <mec@shout.net>
4263
4264 * symtab.h: Add doco on the space critical structures and
4265 some measurements of space usage.
4266
4267 2003-08-21 Michael Snyder <msnyder@redhat.com>
4268
4269 * tracepoint.c (trace_dump_command): Trace break address
4270 is subject to DECR_PC_AFTER_BREAK.
4271 (set_traceframe_context): Make "trace_line" an int.
4272 Fixes suggested by Mark Newman <mark.newman@lmco.com>
4273
4274 2003-08-20 Michael Snyder <msnyder@redhat.com>
4275
4276 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4277 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
4278 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
4279 argument passing.
4280 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
4281 functions, replace sh_push_dummy_call.
4282 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
4283
4284 2003-08-20 Michael Chastain <mec@shout.net>
4285
4286 * gdbtypes.h (struct main_type): Rearrange to save space.
4287
4288 2003-08-20 Michael Snyder <msnyder@redhat.com>
4289
4290 * trad-frame.c: Comment typo fix.
4291
4292 2003-08-20 Michael Snyder <msnyder@redhat.com>
4293 Kevin Buettner <kevinb@redhat.com>
4294
4295 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
4296 (frv_frame_init_saved_regs): Add declaration.
4297 (frame_extra_info): Add new field ``saved_regs''.
4298 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
4299 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
4300 Update frame related code.
4301 (frv_extract_struct_value_address): Adjust formatting.
4302 * Makefile.in (frv-tdep.o): Update dependencies.
4303 * config/frv/tm-frv.h (target_insert_watchpoint)
4304 (target_remove_watchpoint, target_insert_hw_breakpoint)
4305 (target_remove_hw_breakpoint): Delete these macros.
4306 (remote_insert_watchpoint, remote_remove_watchpoint)
4307 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
4308 these declarations.
4309
4310 2003-08-20 Michael Chastain <mec@shout.net>
4311
4312 * defs.h (ENUM_BITFIELD): New macro.
4313 * symtab.h (ENUM_BITFIELD): Use it.
4314 (BYTE_BITFIELD): Remove old macro, which was already disabled.
4315
4316 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
4317
4318 * MAINTAINERS (write after approval): Add myself.
4319
4320 2003-08-18 Andrew Cagney <cagney@redhat.com>
4321
4322 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
4323 * gdbarch.h, gdbarch.c: Re-generate.
4324 * infcall.c (call_function_by_hand): Adjust the SP by
4325 frame_red_zone_size before allocating any stack space.
4326 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
4327 * x86-64-tdep.c (x86_64_frame_align): New function.
4328 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
4329
4330 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
4331 Remove code adjusting SP so that it skips over the Red Zone.
4332
4333 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4334
4335 * NEWS (New native configurations): Mention FreeBSD/amd64.
4336
4337 2003-08-18 Andrew Cagney <cagney@redhat.com>
4338
4339 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4340 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
4341 "m68k_frame_p".
4342 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
4343
4344 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4345
4346 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
4347
4348 2003-08-18 Michal Ludvig <mludvig@suse.cz>
4349
4350 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
4351 Define.
4352 * i386-linux-nat.c: Include "linux-nat.h".
4353 (child_post_startup_inferior): New function.
4354
4355 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4356
4357 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4358 at the start of a frameless function. This probably fixes PR
4359 backtrace/1338.
4360
4361 2003-08-17 Michael Chastain <mec@shout.net>
4362
4363 * symfile.c (find_sym_fns): Remove special case for apollo target.
4364
4365 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4366
4367 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4368 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
4369 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
4370 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
4371 (linux_supports_tracevforkdone): New function.
4372 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
4373 TRACEVFORKDONE.
4374 (child_follow_fork): Handle vfork.
4375 (linux_handle_extended_wait): Likewise. Also handle exec.
4376 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
4377 * NEWS: Mention fork tracing.
4378
4379 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4380
4381 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4382
4383 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4384
4385 * Makefile.in (i386-linux-nat.o): Update dependencies.
4386 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
4387 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
4388 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
4389 * i386-linux-nat.c: Include "linux-nat.h".
4390 (child_post_startup_inferior): New function.
4391 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
4392 * infptrace.c (kill_inferior): Wrap in #ifdef.
4393 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
4394 attaching to each LWP.
4395 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
4396 (init_lin_lwp_ops): Fill in some more operations.
4397 * linux-nat.h (linux_enable_event_reporting)
4398 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
4399 prototypes.
4400 * linux-nat.c (linux_enable_event_reporting): New function.
4401 (child_post_attach, linux_child_post_startup_inferior)
4402 (child_post_startup_inferior, child_follow_fork)
4403 (linux_handle_extended_wait, kill_inferior): New functions.
4404
4405 2003-08-16 Andrew Cagney <cagney@redhat.com>
4406
4407 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4408 * gdbarch.h, gdbarch.c: Re-generate.
4409
4410 2003-08-16 Mark Kettenis <kettenis@gnu.org>
4411
4412 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4413
4414 2003-08-16 Andrew Cagney <cagney@redhat.com>
4415
4416 * NEWS: Mention that "set prompt-escape-char" was deleted.
4417 * top.c (get_prompt_1): Delete function.
4418 (gdb_prompt_escape):
4419 (init_main): Do not clear "gdb_prompt_escape". Delete "set
4420 prompt-escape-char" command.
4421 (MAX_PROMPT_SIZE): Delete macro.
4422 (get_prompt): Simplify, do not call get_prompt_1.
4423
4424 2003-08-16 Andrew Cagney <cagney@redhat.com>
4425
4426 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4427 -Werror. -Wformat-nonliteral problems.
4428
4429 2003-08-15 J. Brobecker <brobecker@gnat.com>
4430
4431 Further multiarching work mostly for hppa64-*-hpux11:
4432 * hppa-tdep.h: New file.
4433 * hppa-tdep.c: #include hppa-tdep.c.
4434 (hppa32_num_regs): Renamed from hppa_num_regs.
4435 (hppa64_num_regs): New constant.
4436 (hppa64_call_dummy_breakpoint_offset): New constant.
4437 (hppa32_call_dummy_length): New constant.
4438 (hppa64_call_dummy_length): New constant.
4439 (hppa32_stack_align): Make name 32bit explicit.
4440 (hppa32_register_virtual_type): Likewise.
4441 (hppa32_extract_return_value): Likewise.
4442 (hppa32_use_struct_convention): Likewise.
4443 (hppa32_store_return_value): Likewise.
4444 (hppa64_register_virtual_type): New function.
4445 (hppa64_extract_return_value): New function.
4446 (hppa64_use_struct_convention): New function.
4447 (hppa64_store_return_value): New function.
4448 (hppa_frame_locals_address): Remove declaration, function does
4449 not exist anymore.
4450 (hppa_register_byte): Add support for PA64 ABI.
4451 (hppa_gdbarch_init): Add support for PA64 ABI.
4452 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
4453 Make name 32bit explicit.
4454 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
4455 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
4456 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
4457 (hppa64_hpux_frame_base_before_sigtramp): New function.
4458 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
4459 * config/pa/tm-hppa64.h: Remove macros that are no longer
4460 necessary now that the gdbarch vector is properly setup.
4461 Transform some macros into function calls. Some minor cleanup.
4462 * config/pa/tm-hppah.h: Update function calls in macros
4463 following the function renaming in hppa-hpux-tdep.c.
4464 * Makefile.in (hppa_tdep_h): New variable.
4465 (hppa-tdep.o): Add dependency over hppa_tdep_h.
4466
4467 2003-08-14 Michael Snyder <msnyder@redhat.com>
4468
4469 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
4470
4471 2003-08-13 J. Brobecker <brobecker@gnat.com>
4472
4473 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
4474 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
4475 routine.
4476
4477 2003-08-13 Michael Snyder <msnyder@redhat.com>
4478
4479 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
4480 (frv_saved_pc_after_call): Use deprecated ftype.
4481 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
4482 (frv_remote_translate_xfer_address): Remove.
4483 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
4484
4485 2003-08-13 J. Brobecker <brobecker@gnat.com>
4486
4487 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
4488 initialization after the common gdbarch initialization, not before.
4489
4490 2003-08-13 J. Brobecker <brobecker@gnat.com>
4491
4492 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
4493 (ADDR_BITS_REMOVE): Remove, redundant.
4494
4495 2003-08-13 J. Brobecker <brobecker@gnat.com>
4496
4497 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4498 gdbarch method to clear the 2 low bits of text addresses.
4499
4500 2003-08-12 Andrew Cagney <cagney@redhat.com>
4501
4502 * Makefile.in (dsrec.o): Update dependencies.
4503 * dsrec.c: Include "gdb_assert.h".
4504 (make_srec): Use snprintf instead of sprintf, use a literal format
4505 string.
4506
4507 2003-08-12 Andrew Cagney <cagney@redhat.com>
4508
4509 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4510 FRAME_OBSTACK_ZALLOC.
4511
4512 2003-08-12 Kevin Buettner <kevinb@redhat.com>
4513
4514 * i386-tdep.c (i386_gdbarch_init): Enable default support for
4515 SSE registers.
4516
4517 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4518
4519 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4520 amd64fbsd_sc_reg_offset): Add extern declarations.
4521 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4522 declarations.
4523
4524 2003-08-11 Ben Elliston <bje@wasabisystems.com>
4525
4526 * MAINTAINERS (write after approval): Update my mail address.
4527
4528 2003-08-10 Andrew Cagney <cagney@redhat.com>
4529
4530 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4531
4532 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4533
4534 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4535 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4536 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4537 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4538 i386bsd_sc_reg_offset): Add extern declarations.
4539 * i386obsd-nat.c: Include "i386-tdep.h"
4540 (_initialize_i386obsd_nat): Remove extern declarations.
4541 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4542 declarations.
4543 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4544 declarations.
4545
4546 * i386-tdep.c (i386_register_to_value): Use get_frame_register
4547 instead of frame_read_register.
4548 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4549 instead of frame_read_register. Use I386_ESP_REGNUM instead of
4550 SP_REGNUM.
4551 (i386_frame_prev_register): Use frame_unwind_register_unsigned
4552 instead of frame_unwind_unsigned_register. Use
4553 I386_EFLAGS_REGISTER instead of PS_REGNUM.
4554 (i386_get_longjmp_target): Use regcache_read_unsigned_register
4555 instead of read_register. Use builtin_type_void_data_ptr instead
4556 of builtin_type_void_func_ptr when extracting the address of the
4557 jmp_buf.
4558 (i386_extract_return_value, i386_store_return_value,
4559 i386_pseudo_register_read, i386_pseudo_register_write): Use
4560 register_size instead REGISTER_RAW_SIZE.
4561
4562 2003-08-10 Andrew Cagney <cagney@redhat.com>
4563
4564 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4565 sprintf. Make "name" constant.
4566
4567 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4568
4569 * i387-tdep.c (i387_register_to_value): Use get_frame_register
4570 instead of frame_read_register.
4571 (i387_print_float_info): Use get_frame_register and
4572 get_frame_register_unsigned instead of frame_register_read.
4573
4574 * i386fbsd-nat.c: Include "i386-tdep.h".
4575 (child_resume): Make `eflags' an ULONGEST. Use
4576 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4577 instead of register_read and register_write.
4578
4579 * i386bsd-nat.c (fetch_inferior_registers,
4580 store_inferior_registers): Don't use && at the end of a line.
4581 (_initialize_i386bsd_nat): Fix typo.
4582
4583 * frame.c (_initialize_frame): Add missing backslash.
4584
4585 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4586 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4587 and supply_register instead of manipulating the register buffer
4588 directly.
4589
4590 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4591 * config/i386/nm-i386sol2.h
4592 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4593
4594 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4595 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4596 instructions that GCC likes to mingle into the prologue. Fixes
4597 gdb/1253 and gdb/1255.
4598
4599 2003-08-09 Andrew Cagney <cagney@redhat.com>
4600
4601 Fix GDB PR cli/926.
4602 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4603 * command.h (add_setshow_uinteger_cmd): Declare.
4604 * frame.c (set_backtrace_cmd): New function.
4605 (show_backtrace_cmd): New function.
4606 * frame.c (_initialize_frame): Replace "set/show
4607 backtrace-below-main" with "set/show backtrace past-main". Add
4608 command "set/show backtrace limit".
4609 (backtrace_past_main): Rename "backtrace_below_main".
4610 (backtrace_limit): New variable.
4611 (get_prev_frame): Update. Check the backtrace_limit.
4612
4613 2003-08-09 Andrew Cagney <cagney@redhat.com>
4614
4615 * defs.h (xstrprintf): Declare.
4616 * utils.c (xstrprintf): New function.
4617 * breakpoint.c (insert_breakpoints): Replace sprintf and
4618 non-literal format strings, with xstrprintf and cleanups.
4619 (delete_breakpoint,breakpoint_re_set): Ditto.
4620 (commands_command, insert_breakpoints): Ditto.
4621 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4622 (break_at_finish_command_1): Ditto.
4623
4624 2003-08-09 Andrew Cagney <cagney@redhat.com>
4625
4626 * MAINTAINERS (language support): List Adam Fedor as Objective C
4627 maintainer.
4628
4629 2003-08-08 J. Brobecker <brobecker@gnat.com>
4630
4631 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4632 are now multiarched.
4633
4634 2003-08-08 J. Brobecker <brobecker@gnat.com>
4635
4636 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4637 longer necessary now that hppa64 is partially multiarch'ed.
4638
4639 2003-08-08 Andrew Cagney <cagney@redhat.com>
4640
4641 * interps.c (interp_set): Check for a NULL "old_interp".
4642
4643 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4644
4645 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4646 (install-only): Support DESTDIR.
4647 (uninstall): Likewise.
4648 (install-gdbtk): Likewise.
4649
4650 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
4651
4652 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4653 contains something meaningful at all times.
4654
4655 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
4656
4657 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
4658
4659 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4660
4661 * MAINTAINERS (write after approval): Added self.
4662
4663 2003-08-07 Andrew Cagney <cagney@redhat.com>
4664
4665 * inferior.h (AT_SYMBOL): Define.
4666 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4667 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4668 * mips-tdep.c (mips_call_dummy_address): Delete function.
4669 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4670 set call_dummy_address.
4671
4672 2003-08-07 Andrew Cagney <cagney@redhat.com>
4673
4674 * language.c (op_error): Delete function.
4675 (binop_type_check): Delete function.
4676 * language.h (type_op_error, range_op_error): Delete macros.
4677 (op_error): Delete declaration.
4678
4679 2003-08-07 Andrew Cagney <cagney@redhat.com>
4680
4681 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4682
4683 2003-08-07 Michal Ludvig <mludvig@suse.cz>
4684
4685 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4686 (x86_64_push_arguments): Skip the red zone.
4687
4688 2003-08-05 Andrew Cagney <cagney@redhat.com>
4689
4690 * reggroups.c (reggroup_next): Check for the final entry.
4691
4692 2003-08-04 Andrew Cagney <cagney@redhat.com>
4693
4694 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4695 * cli/cli-script.c (define_command): Call query directly, instead
4696 of passing it a buffer.
4697 * ocd.c (ocd_error): Pass error a constant format string.
4698 * remote-mips.c (mips_error): Use fputs_filtered.
4699
4700 * solib-svr4.c (_initialize_svr4_solib): Update
4701 register_gdbarch_data call.
4702 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4703
4704 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4705 (register_gdbarch_data): Delete "free" parameter. Update
4706 comments.
4707 * gdbarch.h, gdbarch.c: Re-generate.
4708 * reggroups.c (_initialize_reggroup): Update.
4709 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4710 * frame-base.c (_initialize_frame_base): Update.
4711 * frame-unwind.c (_initialize_frame_unwind): Update.
4712 * user-regs.c (_initialize_user_regs): Update.
4713 * remote.c (_initialize_remote): Update.
4714 * regcache.c (_initialize_regcache): Update.
4715
4716 * regcache.c (xfree_regcache_descr): Delete function.
4717 (_initialize_regcache): Update call to register_gdbarch_data.
4718 (init_regcache_descr, init_legacy_regcache_descr): Use
4719 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4720
4721 * remote.c (free_remote_state): Delete function.
4722 (_initialize_remote): Update register_gdbarch_data.
4723 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4724 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4725
4726 2003-08-04 Andrew Cagney <cagney@redhat.com>
4727
4728 * reggroups.c (struct reggroup_el): Define.
4729 (struct reggroups): Delete field "nr_group". Replace array
4730 "group" with a "first" to "last" linked list.
4731 (reggroups_init): Update. Allocate using gdbarch's obstack.
4732 (reggroups_free): Delete function.
4733 (add_group): Update. Add "el" parameter.
4734 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4735 (default_groups): Update.
4736 (reggroup_next): Replace reggroups.
4737 (reggroups_dump): Update.
4738 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4739 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4740 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4741
4742 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
4743
4744 * Makefile.in (tui-interp.o): Update dependencies.
4745
4746 2003-08-04 David Carlton <carlton@kealia.com>
4747
4748 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4749 to internal_error call.
4750 * source.c (forward_search_command): Add "%s" format argument.
4751 (reverse_search_command): Ditto.
4752 * top.c (quit_confirm): Ditto.
4753 * cli/cli-setshow.c (do_setshow_command): Ditto.
4754 * cp-valprint.c (cp_print_class_method): Replace
4755 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4756 (cp_print_class_member): Ditto.
4757 * event-top.c (command_line_handler): Ditto.
4758 * linux-proc.c (linux_info_proc_cmd): Ditto.
4759 * p-typeprint.c (pascal_type_print_base): Ditto.
4760 * p-valprint.c (pascal_object_print_class_method): Ditto.
4761 (pascal_object_print_class_member): Ditto.
4762 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4763 * remote.c (remote_cisco_section_offsets): Ditto.
4764 * top.c (command_line_input): Ditto.
4765 * utils.c (vwarning,error_stream,quit): Ditto.
4766 * valprint.c (print_floating,print_binary_chars)
4767 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4768
4769 2003-08-04 Andrew Cagney <cagney@redhat.com>
4770
4771 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4772
4773 2003-08-02 Andrew Cagney <cagney@redhat.com>
4774
4775 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4776 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4777 amd64fbsd-nat.c.
4778
4779 2003-08-02 Andrew Cagney <cagney@redhat.com>
4780
4781 * Makefile.in: Update all dependencies and definitions.
4782
4783 2003-08-02 Adam Fedor <fedor@gnu.org>
4784
4785 * linespec.c (is_objc_method_format): New function
4786 (decode_line_1, locate_first_half): Use it.
4787 Fixes PR objc/1298
4788
4789 2003-08-01 Andrew Cagney <cagney@redhat.com>
4790
4791 * NEWS: Mention that m32r is multi-arch.
4792 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4793 * configure.tgt: Recognize m32r-*-*.
4794 * config/m32r/tm-m32r.h: Delete file.
4795 * config/m32r/m32r.mt: New file.
4796 * m32r-rom.c (m32r_upload_command): Use hostent only when
4797 gethostname succeeds, in order to avoid a compilation
4798 warning.
4799 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4800 compiler warning.
4801
4802 2003-08-01 Michael Snyder <msnyder@redhat.com>
4803
4804 * sh-tdep.c (sh_frame_align): New gdbarch method.
4805 (sh_gdbarch_init): Set up frame_align method.
4806
4807 2003-07-31 Michael Snyder <msnyder@redhat.com>
4808
4809 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4810 which is already covered by the new frames infrastructure.
4811
4812 2003-07-31 Andrew Cagney <cagney@redhat.com>
4813
4814 * user-regs.c (struct user_reg): Add "next" link.
4815 (struct user_regs): Replace "user" with "first" and "last" links.
4816 (append_user_reg): Add pre-allocated "reg" parameter.
4817 (builtin_user_regs): Provide initial value for "last".
4818 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4819 (user_regs_init): Allocate memory from the gdbarch obstack.
4820 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4821 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4822 linked list.
4823 (usernum_to_user_reg): New function.
4824 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4825 (value_of_user_reg): Use usernum_to_user_reg.
4826 (user_regs_free): Delete function.
4827 (_initialize_user_regs): Update register_gdbarch_data call.
4828
4829 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
4830
4831 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4832
4833 2003-07-30 Michael Snyder <msnyder@redhat.com>
4834
4835 * value.h (value_being_returned): Add a struct_addr argument.
4836 * infcall.c (call_function_by_hand): Pass struct_addr to
4837 value_being_returned.
4838 * infcmd.c (print_return_value): Pass zero as struct_addr.
4839 * values.c (value_being_returned): If struct_addr is passed,
4840 use it instead of trying to recover it from the inferior.
4841
4842 2003-07-30 Kevin Buettner <kevinb@redhat.com>
4843
4844 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4845 the prologue analyzer won't need to attempt to extract the pc
4846 value from the woefully incomplete dummy frame.
4847 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4848 possible. Disable code which modifies the frame.
4849
4850 2003-07-28 Andrew Cagney <cagney@redhat.com>
4851
4852 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4853 to level 2.
4854 (annotate_breakpoints_table, annotate_record): Ditto.
4855 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4856 (annotate_field_name_end, annotate_field_value): Ditto.
4857 (annotate_field_end, annotate_frame_source_begin): Ditto.
4858 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4859 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4860 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4861 (annotate_frame_address_end, annotate_frame_address): Ditto.
4862 (annotate_frame_args, annotate_frame_end): Ditto.
4863 (annotate_frame_where, annotate_arg_begin): Ditto.
4864 (annotate_arg_name_end, annotate_arg_value): Ditto.
4865 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4866 (annotate_function_call, annotate_signal_name): Ditto.
4867 (annotate_signal_string, annotate_signal_name_end): Ditto.
4868 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4869 (annotate_value_begin, annotate_value_history_value): Ditto.
4870 (annotate_value_history_end, annotate_value_end): Ditto.
4871 (annotate_display_begin, annotate_display_number_end): Ditto.
4872 (annotate_display_format, annotate_display_expression): Ditto.
4873 (annotate_display_expression_end, annotate_display_value): Ditto.
4874 (annotate_display_end, annotate_array_section_begin): Ditto.
4875 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4876 (annotate_elt, annotate_array_section_end): Ditto.
4877
4878 2003-07-28 Andrew Cagney <cagney@redhat.com>
4879
4880 * regcache.c (struct regcache_descr): Update comments on
4881 nr_raw_registers.
4882 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4883 sizeof_raw_register_valid_p.
4884 (init_regcache_descr): Set nr_raw_registers and
4885 sizeof_raw_register_valid_p before calling
4886 init_legacy_regcache_descr.
4887
4888 2003-07-28 Andrew Cagney <cagney@redhat.com>
4889
4890 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4891 MOD NUM_REGS.
4892
4893 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4894
4895 * thread.c (info_threads_command): Use get_selected_frame ().
4896 Check that there is at least one non-sentinel frame.
4897
4898 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4899
4900 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4901 (m68hc11_pop_frame): Remove.
4902 (m68hc11_frame_saved_pc): Remove.
4903 (m68hc11_frame_chain): Remove.
4904 (m68hc11_frame_init_saved_regs): Remove.
4905 (m68hc11_init_extra_frame_info): Remove.
4906 (m68hc11_store_struct_return): Remove.
4907 (m68hc11_saved_pc_after_call): Remove.
4908
4909 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4910
4911 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4912 frame unwind information.
4913 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4914 and adapted for frame unwinding.
4915 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4916 (m68hc11_unwind_pc): New function.
4917 (m68hc11_frame_unwind_cache): New function to analyze frames.
4918 (m68hc11_frame_this_id): New function to create new frame struct.
4919 (m68hc11_frame_prev_register): New function to unwind a register from
4920 the frame.
4921 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4922 (m68hc11_frame_p): New function for the above.
4923 (m68hc11_frame_base_address): New function to return fp of frame.
4924 (m68hc11_frame_args_address): Update for frame.
4925 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4926 (m68hc11_unwind_sp): New function.
4927 (m68hc11_unwind_dummy_id): New function.
4928 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4929 calls.
4930
4931 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4932
4933 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4934 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4935 when we are beyond the current pc.
4936
4937 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4938
4939 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4940 from m68hc11_push_arguments.
4941 (m68hc11_push_arguments): Remove.
4942 (m68hc11_push_return_address): Remove.
4943 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4944 handlers; remove deprecated_extra_stack_alignment_needed.
4945
4946 2003-07-27 Andrew Cagney <cagney@redhat.com>
4947
4948 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4949 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4950 REAL_PC and not the pointer.
4951 * hppa-hpux-tdep.c: Include frame.h
4952
4953 2003-07-27 Andrew Cagney <cagney@redhat.com>
4954
4955 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4956 GDB_MULTI_ACH_PARTIAL.
4957
4958 2003-07-27 Andrew Cagney <cagney@redhat.com>
4959
4960 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4961 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4962 operator at start and not end of line.
4963 (decode_prologue): Ditto.
4964 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4965 frame_unwind_register_unsigned instead of
4966 frame_unwind_unsigned_register.
4967 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4968 read_register.
4969 (m32r_push_dummy_call): Use register_size instead of
4970 REGISTER_RAW_SIZE.
4971 (m32r_frame_sniffer): Replace m32r_frame_p.
4972 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4973 * m32r-rom.c (report_transfer_performance): Delete extern
4974 declaration.
4975 (m32r_load, m32r_upload_command): Use print_transfer_performance
4976 instead of report_transfer_performance.
4977 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4978 / add_show_from_set.
4979
4980 2003-07-26 Andrew Cagney <cagney@redhat.com>
4981
4982 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4983 store_return_value and extract_struct_value_address.
4984
4985 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4986
4987 PR c++/1267
4988 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4989 NULL, default to the section containing PC.
4990
4991 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4992
4993 * NEWS: Mention "regs" deprecated for m68hc11 too.
4994
4995 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4996 (m68hc11_print_register): New function to print out one register.
4997 (m68hc11_print_registers_info): New function to print registers.
4998 (show_regs): Deprecate and use the above.
4999 (m68hc11_gdbarch_init): Install the print_registers_info.
5000
5001 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
5002
5003 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
5004 that we have a SIGTRAP before returning non-zero.
5005
5006 2003-07-23 Michal Ludvig <mludvig@suse.cz>
5007 Elena Zannoni <ezannoni@redhat.com>
5008
5009 * linespec.c (decode_line_2): Avoid crash if
5010 find_function_start_sal() returns empty record.
5011
5012 2003-07-23 Andreas Schwab <schwab@suse.de>
5013
5014 * ia64-tdep.c (ia64_print_insn): New function.
5015 (ia64_gdbarch_init): Set print_insn to it.
5016 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
5017 deprecated_tm_print_insn_info.
5018
5019 2003-07-22 Michael Snyder <msnyder@redhat.com>
5020
5021 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
5022 handle 8-bit returns (long long).
5023 (h8300h_extract_return_value): Ditto.
5024 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
5025
5026 2003-07-22 Andrew Cagney <cagney@redhat.com>
5027
5028 * gdbarch.c Include "gdb_obstack.h".
5029 (struct gdbarch): Add an "obstack".
5030 (alloc_gdbarch_data): Allocate the gdbarch data using
5031 GDBARCH_OBSTACK_CALLOC.
5032 (free_gdbarch_data): Delete function.
5033 (gdbarch_obstack_zalloc): New function.
5034 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
5035 Assert that the architecture is not initialized.
5036 (gdbarch_alloc): Allocate an obstack, allocate the architecture
5037 vector from the obstack.
5038 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
5039 architecture obstack.
5040 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
5041 (set_gdbarch_data): Assert that the data is not initialized.
5042 (struct gdbarch_data): Delete member "free".
5043 (register_gdbarch_data): Do not initialize "free".
5044 * gdbarch.h, gdbarch.c: Re-generate.
5045
5046 2003-07-22 Andrew Cagney <cagney@redhat.com>
5047
5048 * configure.in (build_warnings): Add -Wformat-nonliteral.
5049 * configure: Re-generate.
5050
5051 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
5052
5053 * dwarf2loc.c (locexpr_describe_location): Fix typos.
5054
5055 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
5056
5057 * findvar.c (read_var_value): Remove case for thread local storage
5058 variables. It is now entirely handled by the dwarf2 location
5059 expression code.
5060 * printcmd.c (address_info): Ditto.
5061 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
5062 enumeration value.
5063 (struct symbol): Remove objfile field, which was used by
5064 LOC_THREAD_LOCAL_STATIC only.
5065 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
5066 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
5067 usage of objfile pointer.
5068 * dwarf2loc.c (locexpr_describe_location): Add case to handle
5069 thread local variables.
5070 Add include of objfiles.h.
5071 * dwarf2expr.c (execute_stack_op): Add comments about thread local
5072 storage variables.
5073 * Makefile.in (dwarf2loc.o): Update dependencies.
5074
5075 2003-07-22 Andrew Cagney <cagney@redhat.com>
5076
5077 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
5078 get_frame_base.
5079 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
5080 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
5081 (struct value): Add opaque declaration.
5082 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
5083
5084 2003-07-21 Andrew Cagney <cagney@redhat.com>
5085
5086 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5087 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
5088
5089 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5090
5091 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
5092 regcache_cooked_read_unsigned instead of read_register.
5093 (m68hc11_saved_pc_after_call): Likewise.
5094 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
5095 instead of write_register.
5096 (m68hc11_register_type): New function.
5097 (m68hc11_register_virtual_type): Remove.
5098 (m68hc11_store_return_value): Convert to use the regcache.
5099 (m68hc11_extract_struct_value_address): Likewise.
5100 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
5101 m68hc11_register_type; undeprecate store_return_value and
5102 extract_struct_value_address.
5103
5104 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
5105
5106 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
5107 and translate to use regcache.
5108 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
5109
5110 2003-07-18 Andrew Cagney <cagney@redhat.com>
5111
5112 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
5113 * gdbarch.h, gdbarch.c: Re-generate.
5114 * i386-tdep.c (i386_gdbarch_init): Do not set
5115 DWARF2_BUILD_FRAME_INFO.
5116 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
5117 unconditionally.
5118 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
5119 DWARF2_BUILD_FRAME_INFO.
5120
5121 2003-07-18 Andrew Cagney <cagney@redhat.com>
5122
5123 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5124 * disasm.c (gdb_disassemble_info): Initilize di.arch.
5125
5126 2003-07-18 Andrew Cagney <cagney@redhat.com>
5127
5128 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
5129 frame_unwind_address_in_block, instead of frame_pc_unwind.
5130 (dwarf2_frame_cache): Ditto.
5131
5132 2003-07-18 Andrew Cagney <cagney@redhat.com>
5133
5134 * user-regs.h (struct gdbarch): Declare opaque.
5135 * ui-out.h (struct ui_file): Declare opaque.
5136 * dwarf2-frame.h (struct frame_info): Declare opaque.
5137
5138 2003-07-18 Kris Warkentin <kewarken@qnx.com>
5139
5140 * nto-procfs.c: Clean ARI hits. Change #include <..> to
5141 #include "...".
5142 (procfs_meminfo): Change strerror to safe_strerror.
5143 (procfs_can_run): Remove K&R badness.
5144
5145 2003-07-17 Michael Snyder <msnyder@redhat.com>
5146
5147 * remote-sim.c: Comment typo fix.
5148
5149 2003-07-17 Andrew Cagney <cagney@redhat.com>
5150
5151 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
5152 configure.
5153 * sparc-tdep.c (sparc_intreg_size): Make non-static.
5154 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
5155 GDB_MULTI_ARCH_PARTIAL.
5156
5157 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
5158
5159 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
5160 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
5161 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
5162
5163 2003-07-16 Theodore A. Roth <troth@openavr.org>
5164
5165 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
5166 found.
5167 (avr_frame_unwind_cache): Don't unwind FP for main.
5168 Update a comment.
5169 Save the computed prev_sp.
5170 (avr_saved_regs_unwinder): Remove function.
5171 (avr_frame_prev_register): Use PC unwind logic from
5172 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
5173
5174 2003-07-16 Andrew Cagney <cagney@redhat.com>
5175
5176 * frame-base.h (frame_base_p_ftype): Delete definition.
5177 (frame_base_append_predicate): Delete declaration.
5178 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
5179 (frame_unwind_append_predicate): Delete declaration.
5180 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
5181 (append_predicate): Delete parameter "p".
5182 (frame_unwind_append_predicate): Delete function.
5183 (frame_unwind_append_sniffer): Update call to append_predicate.
5184 (frame_unwind_free): Delete function.
5185 (_initialize_frame_unwind): Pass NULL as "free" to
5186 register_gdbarch_data.
5187 (frame_unwind_init): Append the dummy_frame_sniffer.
5188 (frame_unwind_find_by_frame): Simplify.
5189 * frame-base.c (struct frame_base_table): Delete field "p".
5190 (append_predicate): Delete parameter "p".
5191 (frame_base_append_predicate): Delete function.
5192 (frame_base_append_sniffer): Update call to append_predicate.
5193 (frame_base_free): Delete function.
5194 (frame_base_find_by_frame): Simplify.
5195 (_initialize_frame_base): Pass NULL as "free" to
5196 register_gdbarch_data.
5197 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
5198 (x86_64_sigtramp_frame_sniffer): Replace
5199 "x86_64_sigtramp_frame_p".
5200 (x86_64_init_abi): Set the frame unwind sniffers.
5201 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
5202 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
5203 (m68k_gdbarch_init): Set the frame unwind sniffers.
5204 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
5205 "i386_sigtramp_frame_p".
5206 (i386_frame_sniffer): Replace "i386_frame_p".
5207 (i386_gdbarch_init): Set the frame unwind sniffers.
5208 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
5209 (avr_gdbarch_init): Set the frame unwind sniffers.
5210 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
5211 "alpha_sigtramp_frame_p"
5212 (alpha_heuristic_frame_sniffer): Replace
5213 "alpha_heuristic_frame_p".
5214 (alpha_gdbarch_init): Set the frame unwind sniffers.
5215 (alpha_dwarf2_init_abi): Ditto.
5216 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
5217 "alpha_debug_frame_p".
5218 (alpha_mdebug_frame_base_sniffer): Replace
5219 "alpha_mdebug_frame_base_p".
5220 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
5221 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
5222 (d10v_gdbarch_init): Set the frame unwind sniffer.
5223 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5224 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5225 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5226 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5227 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
5228 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
5229
5230 2003-07-16 Michael Snyder <msnyder@redhat.com>
5231
5232 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
5233 should go thru sh_dsp_register_sim_regno, else the dsp regs
5234 will not get the right values.
5235
5236 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5237
5238 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
5239 deprecated_store_floating by call to store_typed_floating.
5240 (sh_sh4_register_convert_to_raw): Substitute call to
5241 deprecated_extract_floating by call to extract_typed_floating.
5242
5243 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5244
5245 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
5246
5247 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5248
5249 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
5250 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
5251 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
5252 as possible.
5253 (do_pseudo_register): Remove.
5254 (sh_push_dummy_code): New function.
5255 (sh64_store_struct_return): Rename from sh_store_struct_return.
5256 Only called for sh64 now.
5257 (sh_extract_struct_value_address): Regcache'ify.
5258 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
5259 and accomodate new tasks.
5260 (sh64_push_return_address): Rename from sh_push_return_address.
5261 Only called for sh64 now.
5262 (sh_default_extract_return_value): Rename from sh_extract_return_value.
5263 Regcache'ify.
5264 (sh3e_sh4_extract_return_value): Regcache'ify.
5265 (sh_default_store_return_value): Ditto.
5266 (sh3e_sh4_store_return_value): Ditto.
5267 (sh_default_register_byte): Remove.
5268 (sh_sh4_register_byte): Remove.
5269 (sh_default_register_raw_size): Remove.
5270 (sh_sh4_register_raw_size): Remove.
5271 (sh_register_virtual_size): Remove.
5272 (sh_sh3e_register_virtual_type): Remove.
5273 (sh_sh3e_register_type): New function.
5274 (sh_sh4_register_virtual_type): Remove.
5275 (sh_sh4_register_type): New function.
5276 (sh_default_register_virtual_type): Remove.
5277 (sh_default_register_type): New function.
5278 (do_fv_register_info): Add parameters to accomodate call from
5279 sh_print_registers_info.
5280 (do_dr_register_info): Ditto.
5281 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
5282 Add parameters to accomodate call from sh_print_registers_info.
5283 (sh_do_fp_register): Ditto.
5284 (sh64_do_pseudo_register): Call do_dr_register_info,
5285 do_fv_register_info and sh_do_fp_register with default parameters.
5286 (sh_do_register): Add parameters to accomodate call from
5287 sh_print_registers_info.
5288 (sh_print_register): Ditto.
5289 (sh_print_registers_info): Rename from sh_do_registers_info.
5290 Add parameters to be used as gdbarch_print_registers_info
5291 implementation. Accomodate removed do_pseudo_register function
5292 pointer.
5293 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
5294 function pointer. Call sh_print_register with default parameters.
5295 (sh64_do_registers_info): Call sh_print_registers_info instead of
5296 sh_do_registers_info.
5297 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
5298 detection of deprecated vs. non-deprecated functionality.
5299 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
5300 function pointer assignments by direct function calls.
5301
5302 2003-07-15 Andrew Cagney <cagney@redhat.com>
5303
5304 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
5305 (frame_register_unwind, create_new_frame): Ditto.
5306 (legacy_get_prev_frame, get_frame_type): Ditto.
5307 (get_frame_base_address): Use frame_base_find_by_frame.
5308 (get_frame_locals_address): Use frame_base_find_by_frame.
5309 (get_frame_args_address): Use frame_base_find_by_frame.
5310 * frame-base.h (frame_base_sniffer_ftype): Declare.
5311 (frame_base_append_sniffer): Declare.
5312 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
5313 * frame-base.c (append_predicate): Add a "sniffer" parameter.
5314 (frame_base_append_sniffer): New function.
5315 (frame_base_append_predicate): Add a NULL sniffer.
5316 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
5317 (struct frame_base_table): Add "sniffer".
5318 (frame_base_free): Free the "sniffer" table.
5319 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
5320 (frame_unwind_append_sniffer): Declare.
5321 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5322 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
5323 (struct frame_unwind_table): Add "sniffer", delete "middle".
5324 (append_predicate): Add "sniffer" parameter, append the sniffer.
5325 (frame_unwind_init): Update append_predicate call.
5326 (frame_unwind_append_sniffer): New function.
5327 (frame_unwind_append_predicate): Update append_predicate call.
5328 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5329
5330 2003-07-15 Andrew Cagney <cagney@redhat.com>
5331
5332 * frame.c (get_prev_frame): Move disabled inside_entry_func to
5333 before code inhibiting repeated unwind attempts. Add to
5334 commentary on that test's problems.
5335 * blockframe.c (inside_main_func): Look for "main" in the minimal
5336 symbol table.
5337 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
5338 identical.
5339
5340 2003-07-15 Andrew Cagney <cagney@redhat.com>
5341
5342 * complaints.c (struct explanation): Define.
5343 (struct complaints): Change type of "explanation" to "struct
5344 explanation".
5345 (symfile_explanations): Convert to a "struct explanation" table.
5346 (vcomplaint): Update.
5347
5348 2003-07-15 Michal Ludvig <mludvig@suse.cz>
5349
5350 * x86-64-linux-nat.c (regmap): Removed.
5351 (supply_gregset, fill_gregset): Call
5352 x86_64_linux_(fill,supply)_gregset functions.
5353 * x86-64-linux-tdep.c (USER_*): New defines.
5354 (user_to_gdb_regmap, x86_64_core_fns): New structure.
5355 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
5356 New functions.
5357 (fetch_core_registers): Ditto.
5358 (_initialize_x86_64_linux_tdep): Call add_core_fns().
5359 * x86-64-linux-tdep.h: New file.
5360 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
5361 and core-regset.o.
5362 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
5363
5364 2003-07-13 Mark Kettenis <kettenis@gnu.org>
5365
5366 * x86-64-tdep.c (x86_64_store_return_value): Use
5367 regcache_cooked_write_part instead of regcache_cooked_write.
5368
5369 * configure.host: Add x86_64-*-freebsd*.
5370 * configure.tgt: Add x86_64-*-freebsd*.
5371 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
5372 * amd64fbsd-nat.c: New file.
5373 * amd64fbsd-tdep.c: New file.
5374 * config/i386/nm-fbsd64.h: New file.
5375 * config/i386/fbsd64.mh: New file.
5376 * config/i386/fbsd64.mt: New file.
5377
5378 2003-07-11 Mark Kettenis <kettenis@gnu.org>
5379
5380 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
5381 `sc_regs_offset' and `sc_fpregs_offset'.
5382 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
5383 SIGFRAME_FPREGSAVE_OFF): Remove defines.
5384 (alpha_sigtramp_register_address): Rewrite to use new members of
5385 `struct gdbarch_tdep'.
5386 (alpha_gdbarch_init): Initialize new members of struct
5387 gdbarch_tdep'.
5388 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
5389 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
5390 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
5391 (alphafbsd_pc_in_sigtramp): Implement.
5392 (alphafbsd_sigtramp_offset): New function.
5393 (alphafbsd_sigcontext_addr): New function.
5394 (alphafbsd_init_abi): Initialize signal trampoline related members
5395 of `struct gdbarch_tdep'.
5396 (_initialize_alphafbsd_tdep): Add prototype.
5397
5398 2003-07-11 Theodore A. Roth <troth@openavr.org>
5399
5400 * Makefile.in (install-only): Quote sed expression when generating
5401 transformed_name.
5402
5403 2003-07-11 Richard Henderson <rth@redhat.com>
5404
5405 * Makefile.in (dwarf2-frame.o): Add complaints_h.
5406 * dwarf2-frame.c: Include complaints.h.
5407 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
5408 variable initialization; return NULL on error.
5409 (decode_frame_entry): New.
5410
5411 2003-07-11 Andrew Cagney <cagney@redhat.com>
5412
5413 * frame.h (frame_address_in_block): Delete declaration.
5414 * blockframe.c (frame_address_in_block): Delete function.
5415 (get_frame_block): Use get_frame_address_in_block.
5416 (block_innermost_frame): Ditto.
5417 * stack.c (print_frame, backtrace_command_1): Ditto.
5418
5419 * frame.h (get_frame_address_in_block): Declare.
5420 (frame_unwind_address_in_block): Declare.
5421 * frame.c (frame_unwind_address_in_block): New function.
5422 (get_frame_address_in_block): New function.
5423
5424 2003-07-10 Andrew Cagney <cagney@redhat.com>
5425
5426 * gdbarch.sh: Simplify predicate methods. Remove need to provide
5427 pre-default. Note: re-generate has no effect.
5428
5429 2003-07-10 Andrew Cagney <cagney@redhat.com>
5430
5431 * gdbarch.sh: When a variable, but not a function, compare against
5432 0. Fix problem in previous patch.
5433 * gdbarch.c: Re-generate.
5434
5435 2003-07-10 Andrew Cagney <cagney@redhat.com>
5436
5437 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
5438 functions against NULL, not 0.
5439 * gdbarch.c: Re-generate.
5440
5441 2003-07-10 Fred Fish <fnf@ninemoons.com>
5442
5443 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
5444 null string instead of a null pointer.
5445 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
5446
5447 2003-07-09 Michael Snyder <msnyder@redhat.com>
5448
5449 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
5450
5451 2003-07-09 Mark Kettenis <kettenis@gnu.org>
5452
5453 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
5454 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
5455 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
5456 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
5457 * x86-64-tdep.c: ... from here.
5458
5459 2003-07-09 Andreas Schwab <schwab@suse.de>
5460
5461 * m68k-tdep.h (enum struct_return): Define.
5462 (struct gdbarch_tdep): Add struct_return.
5463 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
5464 bytes are padded to the right, not to the left. Pass struct value
5465 address in register %a1, not on stack.
5466 (m68k_use_struct_convention): New function.
5467 (m68k_gdbarch_init): Set use_struct_convention. Initialize
5468 struct_return in tdep to pcc_struct_return.
5469 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
5470 reg_struct_return.
5471
5472 2003-07-09 Joel Brobecker <brobecker@gnat.com>
5473
5474 * somread.c (som_symfile_offsets): Fix compilation error.
5475
5476 2003-07-09 Andrew Cagney <cagney@redhat.com>
5477
5478 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
5479 Add comments about the checks.
5480
5481 2003-07-08 Andrew Cagney <cagney@redhat.com>
5482
5483 * Makefile.in: Make dependency section headers consistent.
5484 (config_h): Move to $BUILD headers section.
5485 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
5486 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
5487 (ada-exp.tab.c): Move to YACC/LEX section.
5488 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
5489 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
5490
5491 2003-07-08 Kris Warkentin <kewarken@qnx.com>
5492
5493 * nto-procfs.c: Cleaned up a bunch of ARI hits.
5494 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
5495 of strerror with safe_strerror, use ISO C function definitions,
5496 and replace instances of sprintf with snprintf.
5497
5498 2003-07-07 Andrew Cagney <cagney@redhat.com>
5499
5500 * frame.c (get_prev_frame): Enable check for identical frames.
5501 Update comments. Update error messages.
5502
5503 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5504
5505 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5506
5507 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5508
5509 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5510 sort_symtab_syms, no longer necessary.
5511
5512 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5513
5514 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5515
5516 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5517
5518 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5519 (mips_register_byte): Likewise.
5520
5521 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5522
5523 * Makefile.in (sparc_tdep_h): New.
5524 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5525 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5526 * sparc-linux-nat.c: Include "sparc-tdep.h".
5527 * sparc-nat.c: Likewise.
5528 * sparc-tdep.c: Likewise.
5529 * sparc64nbsd-nat.c: Likewise.
5530 * sparcnbsd-nat.c: Likewise.
5531 * sparcnbsd-tdep.c: Likewise.
5532 * sparc-tdep.h: New file.
5533 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5534 and sparc_npc_regnum.
5535
5536 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5537
5538 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5539 (mips_linux_cannot_store_register): List supported instead of
5540 unsupported registers.
5541
5542 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5543
5544 * disasm.c (dump_insns): Separate instructions from addresses.
5545
5546 2003-07-07 Andreas Schwab <schwab@suse.de>
5547
5548 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5549 dependencies.
5550 * m68k-tdep.c (NUM_FREGS): Delete.
5551 (SIG_PC_FP_OFFSET): Delete.
5552 (TARGET_M68K): Delete.
5553 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5554 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5555 P_MOVEL_SP, P_MOVEML_SP): Define.
5556 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5557 P_TRAP): Delete.
5558 (m68k_register_raw_size): Delete.
5559 (m68k_register_virtual_size): Delete.
5560 (m68k_register_type): Renamed from m68k_register_virtual_type and
5561 add gdbarch argument.
5562 (m68k_store_struct_return): Delete.
5563 (m68k_deprecated_extract_return_value): Delete.
5564 (m68k_deprecated_extract_struct_value_address): Delete.
5565 (m68k_frame_chain): Delete.
5566 (m68k_frame_saved_pc): Delete.
5567 (m68k_fix_call_dummy): Delete.
5568 (m68k_push_dummy_frame): Delete.
5569 (m68k_pop_frame): Delete.
5570 (m68k_extract_return_value): New function.
5571 (m68k_store_return_value): Rewrite using regcache.
5572 (m68k_extract_struct_value_address): Rewrite using regcache.
5573 (m68k_push_dummy_call): New function.
5574 (struct m68k_frame_cache): Define.
5575 (m68k_alloc_frame_cache): New function.
5576 (m68k_analyze_frame_setup): New function.
5577 (m68k_analyze_register_saves): New function.
5578 (m68k_analyze_prologue): New function.
5579 (m68k_skip_prologue): Rewrite using above functions.
5580 (m68k_unwind_pc): New function.
5581 (m68k_frame_cache): New function.
5582 (m68k_frame_this_id): New function.
5583 (m68k_frame_prev_register): New function.
5584 (m68k_frame_unwind): New variable.
5585 (m68k_frame_p): New function.
5586 (m68k_sigtramp_frame_cache): New function.
5587 (m68k_sigtramp_frame_this_id): New function.
5588 (m68k_sigtramp_frame_prev_register): New function.
5589 (m68k_sigtramp_frame_unwind): New variable.
5590 (m68k_sigtramp_frame_p): New function.
5591 (m68k_frame_base_address): New function.
5592 (m68k_frame_base): New function.
5593 (m68k_unwind_dummy_id): New function.
5594 (fill_gregset): Use regcache_collect.
5595 (fill_fpregset): Likewise.
5596 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5597 defined.
5598 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
5599 deprecated_init_frame_pc, deprecated_store_struct_return,
5600 deprecated_extract_return_value, deprecated_store_return_value,
5601 deprecated_frame_chain, deprecated_frame_saved_pc,
5602 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5603 deprecated_register_virtual_size,
5604 deprecated_max_register_raw_size,
5605 deprecated_max_register_virtual_size,
5606 deprecated_register_virtual_type, deprecated_register_size,
5607 deprecated_register_byte, deprecated_register_bytes,
5608 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5609 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5610 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5611 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5612 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5613 deprecated_push_dummy_frame, deprecated_pop_frame,
5614 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5615 only if SYSCALL_TRAP is defined. Set extract_return_value,
5616 store_return_value, extract_struct_value_address, register_type,
5617 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5618 predicates.
5619 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5620 M68K_MAX_REGISTER_SIZE): Define.
5621 (struct m68k_sigtramp_info): Define.
5622 (struct gdbarch_tdep): Add get_sigtramp_info.
5623 * m68klinux-nat.c (fetch_register): Use register_size instead of
5624 REGISTER_RAW_SIZE. Don't put assignment in if.
5625 (store_register): Likewise.
5626 (fetch_inferior_registers): Likewise.
5627 (store_inferior_registers): Likewise.
5628 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5629 (m68k_linux_frame_saved_pc): Delete.
5630 (m68k_linux_sigcontext_reg_offset,
5631 m68k_linux_ucontext_reg_offset): Define.
5632 (m68k_linux_get_sigtramp_info): New function.
5633 (m68k_linux_extract_return_value): Rewrite using regcache.
5634 (m68k_linux_store_return_value): Likewise.
5635 (m68k_linux_extract_struct_value_address): Likewise.
5636 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5637 Don't set deprecated_frame_saved_pc,
5638 deprecated_extract_return_value, deprecated_store_return_value,
5639 deprecated_extract_struct_value_address. Set
5640 extract_return_value, store_return_value,
5641 extract_struct_value_address.
5642
5643 2003-07-07 Andrew Cagney <cagney@redhat.com>
5644
5645 * expprint.c: Include "user-regs.h" instead of "frame.h".
5646 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5647 frame_map_regnum_to_name.
5648 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5649 (frame_map_name_to_regnum): Simplify, call
5650 user_reg_map_name_to_regnum.
5651 (frame_map_regnum_to_name): Simplify, call
5652 user_reg_map_regnum_to_name.
5653 (frame_register_unwind): Update.
5654 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5655 (_initialize_frame_reg): Call user_reg_add_builtin.
5656 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5657 (value_of_register): Use value_of_user_reg.
5658 * eval.c (evaluate_subexp_standard): Update.
5659 * parse.c (write_dollar_variable): Update.
5660 * d10v-tdep.c (d10v_print_registers_info): Update.
5661 * infcmd.c (registers_info): Update.
5662 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5663 (builtin_regs_h): Delete macro.
5664 (user_regs_h): Define.
5665 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5666 (builtin-regs.o): Delete target.
5667 (user-regs.o): Specify dependencies.
5668 (expprint.o): Update dependencies.
5669 (findvar.o): Update dependencies.
5670 (frame.o): Update dependencies.
5671 (std-regs.o): Update dependencies.
5672
5673 2003-07-06 Christopher Faylor <cgf@redhat.com>
5674
5675 * win32-nat.c (solib_symbols_add): Use one variable for all section
5676 address stuff. Pass variable rather than address of variable to
5677 safe_symbol_file_add.
5678
5679 2003-07-06 Andreas Schwab <schwab@suse.de>
5680
5681 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5682
5683 2003-07-04 Joel Brobecker <brobecker@gnat.com>
5684
5685 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5686
5687 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5688
5689 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5690
5691 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5692
5693 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5694 * config/i386/nto.mh: New file.
5695 * config/i386/nm-nto.h: New file.
5696 * configure.host: Add i[3456]86-*-nto*.
5697
5698 2003-07-03 Joel Brobecker <brobecker@gnat.com>
5699
5700 * remote-vx.c (vx_add_symbols): Fix compilation error.
5701
5702 2003-07-03 Andrew Cagney <cagney@redhat.com>
5703
5704 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5705 * gdbarch.h, gdbarch.c: Re-generate.
5706 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5707 (legacy_register_name): Declare.
5708 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5709 (REGISTER_NAME): Define.
5710 * sparc-tdep.c (legacy_register_name): New function.
5711 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5712 (REGISTER_NAME): Define.
5713 (hppa64_register_name): Declare.
5714 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5715 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5716 (hppa64_register_name): New function.
5717 (hppa_register_name): New function.
5718 * arch-utils.c (legacy_register_name): Delete.
5719 * arch-utils.h (legacy_register_name): Delete.
5720
5721 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
5722
5723 * cli/cli-interp.c (cli_interpreter_resume): Update the
5724 cli_uiout's stream to gdb_stdout.
5725
5726 2003-07-03 Andrew Cagney <cagney@redhat.com>
5727
5728 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5729 predicate.
5730 * gdbarch.h, gdbarch.c: Re-generate.
5731 * regcache.c (init_regcache_descr): Use legacy code when either
5732 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5733
5734 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5735
5736 * NEWS: Move "set logging" entry into GDB 6.0 section.
5737
5738 2003-07-02 Jim Blandy <jimb@redhat.com>
5739
5740 * s390-tdep.c (struct frame_extra_info): new member:
5741 'stack_bought_valid'.
5742 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5743 initialize fextra_info->stack_bought.
5744 (s390_frameless_function_invocation): Don't trust the value of
5745 fextra_info_ptr->stack_bought unless
5746 fextra_info->stack_bought_valid is set.
5747
5748 New S390 prologue analyzer.
5749 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5750 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5751 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5752 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5753 compute_x_addr, s390_on_stack, s390_store,
5754 s390_get_signal_frame_info): New functions.
5755 (S390_NUM_SPILL_SLOTS): New macro.
5756 (s390_get_frame_info): Rewritten.
5757 (is_arg_reg): Deleted.
5758
5759 Break out the decoding of S/390 instructions into separate
5760 functions, to make it more legible, and easier to check
5761 against the spec.
5762 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5763 is_rx, is_rxe): New functions.
5764 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5765 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5766 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5767 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5768 enums for opcode values. (Is this an improvement?)
5769
5770 2003-07-02 Andrew Cagney <cagney@redhat.com>
5771
5772 * i386-tdep.c: Revert change committed as part of trad-frame code
5773 below.
5774
5775 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5776
5777 * breakpoint.c (insert_catchpoint): Make static.
5778
5779 2003-07-02 Andreas Schwab <schwab@suse.de>
5780
5781 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5782 former ia64_push_arguments and ia64_push_return_address, and use
5783 regcache functions instead of read/write_register.
5784 (ia64_gdbarch_init): Set push_dummy_call instead of
5785 deprecated_push_arguments and deprecated_push_return_address.
5786
5787 2003-07-01 Andreas Jaeger <aj@suse.de>
5788
5789 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5790 before the call.
5791 Set %rax only to number of SSE registers used.
5792
5793 2003-07-01 Andrew Cagney <cagney@redhat.com>
5794
5795 * trad-frame.h: Update comments, a -1 .addr is reserved.
5796 (trad_frame_value_p, trad_frame_addr_p): Declare.
5797 (trad_frame_reg_p): Declare.
5798 (trad_frame_set_value): Rename trad_frame_register_value.
5799 (trad_frame_set_unknown): Declare.
5800 * trad-frame.c (trad_frame_realreg_p): New function.
5801 (trad_frame_addr_p, trad_frame_value_p): New function.
5802 (trad_frame_set_unknown): New function.
5803 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5804 (trad_frame_prev_register): Use trad_frame_realreg_p,
5805 trad_frame_addr_p and trad_frame_value_p.
5806 (trad_frame_set_value): Rename trad_frame_register_value.
5807 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5808 and trad_frame_set_value.
5809
5810 2003-06-30 Jim Blandy <jimb@redhat.com>
5811
5812 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5813 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5814 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5815 for 16 registers, and then 32 more bytes.
5816 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5817 New macros.
5818 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5819 Move up in the file, since it's now used by is_simple_arg.
5820 (is_simple_arg): Don't assume registers are four bytes long.
5821 Exclude all double arguments. Extended floats are not simple
5822 args.
5823 (is_power_of_two): New function.
5824 (pass_by_copy_ref): Call is_power_of_two, and check that the
5825 length fits in a register, rather than listing all the acceptable
5826 sizes. Extended floats are not passed by reference.
5827 (s390_push_arguments): Don't assume registers are four bytes long.
5828 Reserve an argument register to point to the buffer for structures
5829 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5830 S390_STACK_FRAME_OVERHEAD.
5831
5832 2003-06-30 Andreas Schwab <schwab@suse.de>
5833
5834 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5835 format error message.
5836
5837 2003-06-30 Joel Brobecker <brobecker@gnat.com>
5838
5839 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5840
5841 2003-06-30 David Carlton <carlton@kealia.com>
5842
5843 Band-aid for PR c++/1245.
5844 * Makefile.in (cp-support.o): Depend on complaints_h.
5845 * cp-support.c: Include complaints.h. Add declaration for
5846 find_last_component.
5847 (cp_find_first_component): Separate code into
5848 cp_find_first_component_aux.
5849 (cp_find_first_component_aux): Call demangled_name_complaint.
5850 (demangled_name_complaint): New.
5851
5852 2003-06-30 Andrew Cagney <cagney@redhat.com>
5853
5854 * remote.c (remote_write_bytes): Explicitly compute and then use
5855 the payload size. Update comments to reflect. Fixes problem of
5856 GDB not sending small packets as found by Fred Fish.
5857
5858 2003-06-30 Andrew Cagney <cagney@redhat.com>
5859
5860 * remote.c (remote_async_wait): Fix -Wformat problem.
5861
5862 2003-06-29 Andrew Cagney <cagney@redhat.com>
5863
5864 * remote.c (remote_wait): Call error, and not warning, when the
5865 packet is corrupt.
5866 (remote_async_wait): Ditto.
5867
5868 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5869
5870 * sparc-tdep.c (sparc_y_regnum): Make external again.
5871
5872 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5873
5874 * cli/cli-logging.c (pop_output_files): Add void to function
5875 definition.
5876
5877 2003-06-29 Andrew Cagney <cagney@redhat.com>
5878
5879 * frame.c (frame_register_unwind): Use unsigned char when dumping
5880 the buffer contents.
5881
5882 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5883
5884 * cli/cli-logging.c: New file.
5885 * cli-out.c (struct ui_out_data): Add original_stream.
5886 (cli_redirect): New function.
5887 (cli_ui_out_impl): Add cli_redirect.
5888 (cli_out_new): Initialize original_stream.
5889 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5890 (uo_redirect, ui_out_redirect): New.
5891 * ui-out.h (struct ui_out_impl): Add redirect member.
5892 (redirect_ftype): New.
5893 (ui_out_redirect): Add prototype.
5894 * Makefile.in: Add rules for cli-logging.c.
5895 * NEWS: Mention "set logging".
5896
5897 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5898
5899 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5900
5901 2003-06-27 Andrew Cagney <cagney@redhat.com>
5902
5903 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5904 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5905 * avr-tdep.c (avr_call_dummy_address): Delete function.
5906 (avr_gdbarch_init): Do not set call_dummy_address.
5907
5908 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5909
5910 * symfile.c (syms_from_objfile): Move variables to inner block.
5911 Move the checks for the non-mainline case a bit earlier to avoid
5912 doing some useless computations.
5913
5914 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5915
5916 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5917
5918 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5919
5920 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5921 sections.
5922
5923 2003-06-26 Michael Chastain <mec@shout.net>
5924
5925 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5926 gdb/testsuite/gdb.c++/pr-1210.exp.
5927
5928 2003-06-26 Andrew Cagney <cagney@redhat.com>
5929
5930 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5931 altivec_expression.h and altivec_registers.h.
5932
5933 2003-06-26 Andrew Cagney <cagney@redhat.com>
5934
5935 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5936 info->mach when MIPS16. Patch suggested by Fred Fish.
5937
5938 2003-06-26 Andrew Cagney <cagney@redhat.com>
5939
5940 * utils.c (internal_vproblem): Print the problem to a reason
5941 buffer and then pass to query. Make the msg variable more local.
5942
5943 2003-06-26 Andrew Cagney <cagney@redhat.com>
5944
5945 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5946 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5947 * gdbarch.h, gdbarch.c: Re-generate.
5948 * frame-base.c (default_frame_args_address): Update. Use
5949 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5950 not available.
5951 (default_frame_locals_address): Ditto for
5952 DEPRECATED_FRAME_LOCALS_ADDRESS.
5953 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5954 (vax_frame_num_args): Update.
5955 (vax_gdbarch_init): Update.
5956 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5957 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5958 * mcore-tdep.c (mcore_gdbarch_init): Update.
5959 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5960 * ia64-tdep.c (ia64_gdbarch_init): Update.
5961 * symtab.h (address_class): Update comments.
5962 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5963 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5964 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5965 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5966 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5967 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5968 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5969 * alpha-mdebug-tdep.c: Update.
5970 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5971
5972 2003-06-26 Andreas Jaeger <aj@suse.de>
5973
5974 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5975 of SSE registers so that varargs functions work. Rework handling
5976 of passing arguments on the stack.
5977 (x86_64_store_return_value): Return double and float values in SSE
5978 register.
5979
5980 2003-06-24 Michael Chastain <mec@shout.net>
5981
5982 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5983 the "constructor breakpoints ignored" bug.
5984
5985 2003-06-25 David Carlton <carlton@kealia.com>
5986
5987 * MAINTAINERS: Update e-mail address.
5988
5989 2003-06-24 Jim Blandy <jimb@redhat.com>
5990
5991 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5992
5993 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5994 function.
5995 (ppc_linux_init_abi): Register it as the
5996 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5997
5998 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5999 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
6000 method.
6001
6002 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
6003 (ppc64_standard_linkage_target): Use it.
6004
6005 2003-06-23 Andrew Cagney <cagney@redhat.com>
6006
6007 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
6008 for 0 "int0" and 4 "int32" sized registers.
6009 * gdbtypes.c (builtin_type_int0): Define.
6010 (build_gdbtypes): Initialize builtin_type_int0.
6011 * gdbtypes.h (builtin_type_int0): Declare.
6012
6013 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
6014
6015 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
6016 as characters are unsigned.
6017
6018 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6019
6020 PR gdb/1179
6021 * dwarfread.c (struct_type): Skip static fields without crashing.
6022
6023 2003-06-22 Andrew Cagney <cagney@redhat.com>
6024
6025 GDB 6.0 branch created.
6026 * README: Update.
6027 * PROBLEMS: Update. Empty.
6028 * NEWS: Update.
6029
6030 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6031
6032 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
6033 Suggested by Nick Hibma <n_hibma@webweaving.org>.
6034
6035 2003-06-22 Andrew Cagney <cagney@redhat.com>
6036
6037 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
6038 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
6039 Velikov.
6040
6041 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6042
6043 * cli/cli-cmds.c (shell_escape): Silence warnings from old
6044 compilers.
6045
6046 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
6047
6048 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
6049 argument of val_print.
6050 * cp-valprint.c (cp_print_value): Don't add the offset parameter
6051 to the address argument of baseclass_offset or target_read_memory.
6052 Do add it to the argument of cp_print_value_fields.
6053
6054 2003-06-21 Andrew Cagney <cagney@redhat.com>
6055
6056 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
6057 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
6058 instead of 0..NUM_REGS.
6059 (mips_register_reggroup_p): New function.
6060 (mips_pseudo_register_write): New function.
6061 (mips_pseudo_register_read): New function.
6062 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
6063 based on the register's type.
6064 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
6065 cooked.
6066 (mips_get_saved_register): Simplify. Assert that REGNO is a
6067 pseudo / cooked.
6068 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
6069 (mips_register_type): Replace mips_register_virtual_type. Map
6070 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
6071 when available.
6072 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
6073 that the register is cooked / virtual.
6074 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
6075 Only get the extra info when needed.
6076 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
6077 (mips32_heuristic_proc_desc): Fetch the cooked register.
6078 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
6079 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
6080 (mips_print_register): Use gdbarch_register_type, instead of
6081 REGISTER_VIRTUAL_TYPE.
6082 (print_gp_register_row): Use gdbarch_register_type, instead of
6083 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
6084 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6085 Print the pseudo / cooked registers.
6086 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
6087 Print the pseudo / cooked registers.
6088 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
6089 REG_NUM is pseudo / cooked.
6090 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
6091 (mips_n32n64_xfer_return_value): Ditto.
6092 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
6093 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
6094 (mips_register_sim_regno): New function.
6095 (mips_gdbarch_init): Set deprecated_register_byte,
6096 register_group_p, pseudo_register_write, pseudo_register_read,
6097 register_sim_regno, and num_pseudo_regs. Set register_type,
6098 instead of register_virtual_type.
6099 * Makefile.in (mips-tdep.o): Update dependencies.
6100 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
6101 REGISTER_VIRTUAL_TYPE.
6102 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
6103 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
6104 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
6105 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
6106 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
6107
6108 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
6109
6110 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
6111 * cli/cli-cmds.c: Include "gdb_vfork.h".
6112 (shell_escape): Use vfork.
6113
6114 2003-06-21 Andrew Cagney <cagney@redhat.com>
6115
6116 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
6117 32 bit floating-point register saves.
6118
6119 * frame.h (deprecated_unwind_get_saved_register): Delete.
6120 * frame.c (deprecated_unwind_get_saved_register): Delete function.
6121 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
6122 and deprecated_get_next_frame_hack instead of
6123 deprecated_unwind_get_saved_register.
6124
6125 * mips-tdep.c (mips_dump_tdep): Do not print
6126 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
6127
6128 * frame.c (get_frame_register): New function.
6129 (frame_unwind_register_signed): New function.
6130 (get_frame_register_signed): New function.
6131 (frame_unwind_register_unsigned): New function.
6132 (get_frame_register_unsigned): New function.
6133 * frame.h: Add comments on naming schema.
6134 (get_frame_register, frame_unwind_register_signed): Declare.
6135 (get_frame_register_signed, get_frame_register_signed): Declare.
6136 (frame_unwind_register_unsigned): Declare.
6137 (get_frame_register_unsigned): Declare.
6138
6139 2003-06-20 Theodore A. Roth <troth@openavr.org>
6140
6141 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
6142
6143 2003-06-20 Theodore A. Roth <troth@openavr.org>
6144
6145 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
6146 (avr_read_sp): Ditto.
6147
6148 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
6149
6150 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
6151 * config/arm/nm-linux.h: Likewise.
6152 * config/arm/tm-linux.h: Likewise.
6153 * config/ia64/nm-linux.h: Likewise.
6154 * config/ia64/tm-ia64.h: Likewise.
6155 * config/s390/tm-linux.h: Likewise.
6156 * config/s390/tm-s390.h: Likewise.
6157 * s390-nat.c: Likewise.
6158 * s390-tdep.c: Likewise.
6159
6160 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
6161 * config/ia64/linux.mt: Likewise.
6162 * config/m68k/linux.mh: Likewise.
6163 * config/mips/linux.mt: Likewise.
6164 * config/powerpc/linux.mh: Likewise.
6165 * config/sh/linux.mt: Likewise.
6166
6167 2003-06-19 Kris Warkentin <kewarken@qnx.com>
6168
6169 * solib.c (solib_open): Change tests for whether to search
6170 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
6171 comments.
6172
6173 2003-06-19 Theodore A. Roth <troth@openavr.org>
6174
6175 * avr-tdep.c (avr_frame_address): Delete function.
6176 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
6177 set_gdbarch_frame_args_address.
6178
6179 2003-06-19 Andrew Cagney <cagney@redhat.com>
6180
6181 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
6182 (REGISTER_CONVERT_FROM_TYPE): Delete.
6183 (mips_register_convert_to_type): Delete declaration.
6184 (mips_register_convert_from_type): Delete declaration.
6185 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
6186 kernel/.
6187
6188 2003-06-19 Michael Snyder <msnyder@redhat.com>
6189
6190 * linux-nat.h: New file.
6191 * linux-nat.c: Include linux-nat.h.
6192 * lin-lwp.c: Include linux-nat.h.
6193 Move struct lwp_info def to linux-nat.h.
6194 * linux-proc.c: Include linux-nat.h.
6195 (linux_make_note_section): Iterate over lwps instead of threads.
6196 (linux_do_thread_registers): Use lwp instead of merged pid.
6197 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
6198 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
6199 Add dependency on linux_nat_h.
6200
6201 2003-06-19 Theodore A. Roth <troth@openavr.org>
6202
6203 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
6204
6205 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6206
6207 * varobj.c (get_type, get_target_type): Use check_typedef.
6208
6209 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6210
6211 * breakpoint.c (insert_catchpoint): Call internal_error.
6212
6213 2003-06-19 Theodore A. Roth <troth@openavr.org>
6214
6215 * avr-tdep.c (avr_push_dummy_code): Delete function.
6216 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
6217
6218 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6219
6220 * arch-utils.c (default_prepare_to_proceed): Remove.
6221 (generic_prepare_to_proceed): Remove.
6222 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
6223 (generic_prepare_to_proceed): Remove prototype.
6224 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
6225 * gdbarch.c: Regenerate.
6226 * gdbarch.h: Regenerate.
6227 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
6228 * hppah-nat.c (hppa_switched_threads): Remove.
6229 * infrun.c (prepare_to_proceed): New static function, copied from
6230 generic_prepare_to_proceed. Remove select_it argument.
6231 (proceed): Call prepare_to_proceed.
6232 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
6233 variables.
6234 (ptrace_wait): Don't set the removed variables.
6235 (hppa_switched_threads): Remove.
6236 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
6237 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
6238 (lin_lwp_prepare_to_proceed): Remove prototype.
6239 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
6240 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
6241
6242 2003-06-18 Theodore A. Roth <troth@openavr.org>
6243
6244 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
6245 trad-frame.h.
6246 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
6247 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
6248 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
6249 (AVR_PROLOGUE_*): Enumerate prologue types.
6250 (struct frame_extra_info): Remove.
6251 (struct avr_unwind_cache): Define.
6252 (avr_write_sp): Delete function.
6253 (avr_read_fp): Ditto.
6254 (avr_init_extra_frame_info): Ditto.
6255 (avr_pop_frame): Ditto.
6256 (avr_frame_saved_pc): Ditto.
6257 (avr_saved_pc_after_call): Ditto.
6258 (avr_push_return_address): Ditto.
6259 (avr_frame_chain): Ditto.
6260 (avr_store_struct_return): Ditto.
6261 (avr_push_arguments): Ditto.
6262 (avr_scan_prologue): Update comments. Changed to set up the info for
6263 cache unwinding. Now returns end of prologue PC.
6264 (avr_skip_prologue): Better handling of functions lacking a prologue
6265 by using avr_scan_prologue.
6266 (avr_scan_arg_moves): New function.
6267 (avr_saved_regs_unwinder): Ditto.
6268 (avr_frame_unwind_cache): Ditto.
6269 (avr_unwind_pc): Ditto.
6270 (avr_frame_this_id): Ditto.
6271 (avr_frame_prev_register): Ditto.
6272 (avr_frame_p): Ditto.
6273 (avr_frame_base_address ): Ditto.
6274 (avr_unwind_dummy_id): Ditto.
6275 (avr_push_dummy_code): Ditto.
6276 (push_stack_item): Ditto.
6277 (pop_stack_item): Ditto.
6278 (avr_push_dummy_call): Ditto.
6279 (struct stack_item): Define.
6280 (avr_frame_unwind): Declare structure.
6281 (avr_frame_base): Ditto.
6282 (avr_gdbarch_init): Remove calls to
6283 set_gdbarch_deprecated_init_frame_pc,
6284 set_gdbarch_deprecated_target_read_fp,
6285 set_gdbarch_deprecated_dummy_write_sp,
6286 set_gdbarch_deprecated_fp_regnum,
6287 set_gdbarch_deprecated_push_arguments,
6288 set_gdbarch_deprecated_push_return_address,
6289 set_gdbarch_deprecated_pop_frame,
6290 set_gdbarch_deprecated_store_struct_return,
6291 set_gdbarch_deprecated_frame_init_saved_regs,
6292 set_gdbarch_deprecated_init_extra_frame_info,
6293 set_gdbarch_deprecated_frame_chain,
6294 set_gdbarch_deprecated_frame_saved_pc,
6295 set_gdbarch_deprecated_saved_pc_after_call.
6296 Add calls to set_gdbarch_push_dummy_call,
6297 set_gdbarch_push_dummy_code,
6298 frame_unwind_append_predicate,
6299 frame_base_set_default,
6300 set_gdbarch_unwind_dummy_id,
6301 set_gdbarch_unwind_pc.
6302 Wrap a long line.
6303
6304 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
6305
6306 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
6307 registers for H8/300S.
6308 (h8300_print_registers_info): Ditto.
6309 (h8300_gdbarch_init): Accommodate register count for H8/300S.
6310
6311 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
6312
6313 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
6314 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
6315 (lin_lwp_wait): Likewise. Update comments.
6316 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
6317 (pull_pid_from_list, linux_record_stopped_pid): New.
6318
6319 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6320
6321 * ada-lang.c (scan_discrim_bound): Name first argument.
6322 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
6323 declared by ALL_BLOCK_SYMBOLS.
6324
6325 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6326
6327 * ada-tasks.c (find_function_in_inferior): Don't declare it.
6328 ("regcache.h"): Include it.
6329 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
6330
6331 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6332
6333 * NEWS: Mention gdbserver detach change and "disconnect" command.
6334 * infcmd.c (disconnect_command): New function.
6335 (_initialize_infcmd): Add ``disconnect'' command.
6336 * remote.c (remote_async_detach): Delete.
6337 (remote_detach): Merge remote_async_detach.
6338 (remote_disconnect): New.
6339 (init_remote_ops): Set to_disconnect.
6340 (init_remote_cisco_ops): Likewise.
6341 (init_remote_async_ops): Likewise. Use remote_detach.
6342 * target.c (cleanup_target): Default to_disconnect.
6343 (update_current_target): Inherit to_disconnect.
6344 (target_disconnect, debug_to_disconnect): New functions.
6345 (setup_target_debug): Set to_disconnect.
6346 * target.h (struct target_ops): Add to_disconnect.
6347 (target_disconnect): Add prototype.
6348
6349 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6350
6351 * breakpoint.c (insert_catchpoint): New function.
6352 (insert_breakpoints): Use catch_exceptions to call
6353 insert_catchpoint. Disable catchpoints if they fail to insert.
6354
6355 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6356
6357 * symfile.c (reread_symbols): Clear sym_private.
6358
6359 2003-06-17 Andrew Cagney <cagney@redhat.com>
6360
6361 * trad-frame.h (struct frame_info): Add opaque declaration.
6362 * remote-fileio.h (struct cmd_list_element): Add opaque
6363 declaration.
6364 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
6365 comments.
6366
6367 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6368
6369 * remote.c (remote_prepare_to_store): Replace call to
6370 deprecated_read_register_bytes with multiple regcache_raw_read
6371 calls.
6372
6373 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6374
6375 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
6376 (nto_find_and_open_solib): Likewise.
6377 (nto_init_solib_absolute_prefix): Likewise.
6378 (_initialize_nto_tdep): Fix indentation.
6379
6380 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6381
6382 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
6383
6384 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6385
6386 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
6387
6388 2003-06-17 Jim Blandy <jimb@redhat.com>
6389
6390 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
6391
6392 2003-06-16 Theodore A. Roth <troth@openavr.org>
6393
6394 * avr-tdep.c (avr_extract_return_value): New function.
6395 (avr_gdbarch_init): Set extract_return_value method.
6396
6397 2003-06-16 Andrew Cagney <cagney@redhat.com>
6398
6399 * frame.h (deprecated_get_next_frame_hack): Declare.
6400 * frame.c (legacy_saved_regs_prev_register): Only require
6401 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
6402 there are always saved regs.
6403 (deprecated_generic_get_saved_register): Do not require
6404 DEPRECATED_FRAME_INIT_SAVED_REGS.
6405 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
6406 use frame ID unwind instead.
6407 (deprecated_get_next_frame_hack): New function.
6408
6409 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6410
6411 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
6412 (h8300_push_dummy_call): ...this function. Some minor optimization.
6413 (h8300_push_return_address): Remove.
6414 (h8300_gdbarch_init): Remove calls to
6415 set_gdbarch_deprecated_dummy_write_sp,
6416 set_gdbarch_deprecated_push_arguments and
6417 set_gdbarch_deprecated_push_return_address.
6418 Add call to set_gdbarch_push_dummy_call.
6419
6420 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6421
6422 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
6423 (E_PSEUDO_EXR_REGNUM): Ditto.
6424 (h8300_is_argument_spill): Check for instructions moving argument
6425 registers into safe registers.
6426 (h8300_skip_prologue): Check for stm instruction to push registers
6427 used for register variables onto stack.
6428 (gdb_print_insn_h8300): Remove.
6429 (h8300_examine_prologue): Add a comment.
6430 (h8300_register_name): Take pseudo registers into account.
6431 (h8300s_register_name): Ditto.
6432 (h8300sx_register_name): Ditto.
6433 (h8300_print_register): Ditto.
6434 (h8300_print_registers_info): Define "nice" printing order.
6435 (h8300_saved_pc_after_call): Take pseudo registers into account.
6436 (h8300_register_type): Ditto. Return type used for remote connection
6437 when requesting real CCR or EXR register, return actual type when
6438 requesting pseudo CCR or EXR.
6439 (h8300_pseudo_register_read): New function.
6440 (h8300_pseudo_register_write): Ditto.
6441 (h8300_dbg_reg_to_regnum): Ditto.
6442 (h8300s_dbg_reg_to_regnum): Ditto.
6443 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
6444 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
6445 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
6446 set_gdbarch_print_insn architecture dependent.
6447 Call set_gdbarch_pseudo_register_read and
6448 set_gdbarch_pseudo_register_write.
6449 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
6450
6451 2003-06-16 Andrew Cagney <cagney@redhat.com>
6452
6453 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
6454 * gdbarch.h, gdbarch.c: Re-generate.
6455 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6456 * s390-tdep.c (s390_gdbarch_init): Update.
6457 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6458 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6459 * mips-tdep.c (mips_gdbarch_init): Update.
6460 * mcore-tdep.c (mcore_gdbarch_init): Update.
6461 * cris-tdep.c (cris_gdbarch_init): Update.
6462 * infcall.c (call_function_by_hand): Update.
6463 * ia64-tdep.c (ia64_push_arguments): Update comment.
6464 * frame.c (legacy_get_prev_frame): Do not assume
6465 SAVE_DUMMY_FRAME_TOS_P.
6466 * dummy-frame.c (find_dummy_frame): Update comment.
6467
6468 2003-06-16 Andrew Cagney <cagney@redhat.com>
6469
6470 * regcache.c (do_cooked_read): Do not use register_valid_p.
6471
6472 2003-06-15 Theodore A. Roth <troth@openavr.org>
6473
6474 * avr-tdep.c (avr_register_type): Remove a blank line.
6475 (avr_scan_prologue): Correct some comments.
6476
6477 2003-06-15 Theodore A. Roth <troth@openavr.org>
6478
6479 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
6480 prologue types.
6481 Properly scan prologues generated by gcc with the -mcall-prologues
6482 option.
6483 Add code to scan -mcall-prologues for mega devices.
6484
6485 2003-06-15 Theodore A. Roth <troth@openavr.org>
6486
6487 * avr-tdep.c (avr_register_byte): Delete function.
6488 (avr_register_raw_size): Delete function.
6489 (avr_register_virtual_size): Delete function.
6490 (avr_register_virtual_type): Delete function.
6491 (avr_register_type): New function.
6492 (avr_address_to_pointer): Remove unused code.
6493 (avr_read_fp): Need to read FP as two separate bytes due to change to
6494 avr_register_type() usage.
6495 (avr_gdbarch_init): Don't set deprecated_register_size.
6496 Don't set deprecated_register_bytes.
6497 Don't set deprecated_register_byte.
6498 Don't set deprecated_register_raw_size.
6499 Don't set deprecated_max_register_raw_size.
6500 Don't set deprecated_register_virtual_size.
6501 Don't set deprecated_max_register_virtual_size.
6502 Don't set deprecated_register_virtual_type.
6503 Set register_type method.
6504
6505 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
6506
6507 * Makefile.in (linux-nat.o): Add rule.
6508 * linux-nat.c: New file.
6509 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6510 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6511 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6512 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6513 * config/arm/linux.mh (NATDEPFILES): Likewise.
6514 * config/i386/linux.mh (NATDEPFILES): Likewise.
6515 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6516 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6517 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6518 * config/mips/linux.mh (NATDEPFILES): Likewise.
6519 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6520 * config/s390/s390.mh (NATDEPFILES): Likewise.
6521 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6522
6523 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6524
6525 * i387-tdep.c: Reorder includes, fix some whitespace issues and
6526 replace out-of-date comment.
6527
6528 2003-06-15 Andrew Cagney <cagney@redhat.com>
6529
6530 * rdi-share/host.h (Fail): Change to a varargs function.
6531 * remote-rdi.c (Fail): Update.
6532
6533 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6534
6535 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6536 (i386_convert_register_p, i386_register_to_value,
6537 i386_register_from_value): Handle types longer than 8 bytes.
6538
6539 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6540
6541 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6542 Move floating-point code to new function in i387-tdep.c.
6543 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6544 New functions containing code moved here from i386-tdep.c.
6545 * i387-tdep.h: Add opaque declaration for `struct type'.
6546 (i387_register_to_value, i387_value_to_register): New prototypes.
6547 * x86-64-tdep.c (x86_64_convert_register_p): New function.
6548 (x86_64_init_abi): Set convert_register_p, register_to_value and
6549 value_to_register here.
6550
6551 2003-06-14 Andrew Cagney <cagney@redhat.com>
6552
6553 * mips-tdep.c (mips_register_to_value): Make static.
6554 (mips_value_to_register): Make static.
6555 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6556 * ia64-tdep.c (ia64_register_raw_size): Make static.
6557 (ia64_register_virtual_size): Make static.
6558 (ia64_register_byte): Make static.
6559 * i387-tdep.c: Include "i387-tdep.h".
6560 (print_387_control_word): Delete function.
6561 (print_387_status_word): Delete function.
6562 (print_387_status_bits): Delete function.
6563 (print_387_control_bits): Delete function.
6564 * Makefile.in (i387-tdep.o): Update dependencies.
6565 * rdi-share/host.h (Fail): Declare.
6566 * remote-rdi.c (Fail): Update to match declaration.
6567
6568 2003-06-14 Andrew Cagney <cagney@redhat.com>
6569
6570 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6571 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6572 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6573 * config/djgpp/fnchange.lst: Delete "remote-array.c".
6574 * README: Delete reference to remote-array.
6575 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6576 (remote-array.o): Delete target.
6577 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6578 * remote-array.c: Delete file.
6579
6580 2003-06-14 Andrew Cagney <cagney@redhat.com>
6581 Mark Kettenis <kettenis@gnu.org>
6582
6583 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6584 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6585 parameter with "frame".
6586 * gdbarch.h, gdbarch.c: Re-generate.
6587 * frame.h (put_frame_register): Declare.
6588 * frame.c (put_frame_register): New function.
6589 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6590 (legacy_register_to_value): Rewrite, use "frame" to get the
6591 register value.
6592 (legacy_value_to_register): Rewrite, use "frame" to find the
6593 register's location before storing.
6594 * arch-utils.h (legacy_convert_register_p): Update.
6595 (legacy_register_to_value, legacy_value_to_register): Update.
6596 * findvar.c (value_from_register): Rewrite, eliminate use of
6597 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6598 "frame" to REGISTER_TO_VALUE.
6599 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6600 lval_reg_frame_relative + lval_register branch of the switch. Do
6601 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
6602 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6603 I386_EDI_REGNUM): New defines.
6604 (i386_next_regnum, i386_convert_register_p,
6605 i386_register_to_value, i386_value_to_register): New functions.
6606 (i386_register_convertible, i386_register_convert_to_virtual,
6607 i386_convert_to_raw): Remove functions.
6608 (i386_gdbarch_init): Set convert_register_p, register_to_value and
6609 value_to_register instead of register_convertible,
6610 register_convert_to_virtual and register_convert_to_raw.
6611 * mips-tdep.c (mips_convert_register_p): New function.
6612 (mips_value_to_register): Replace mips_register_convert_from_type.
6613 (mips_register_to_value): Replace mips_register_convert_to_type.
6614 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6615 register_to_value.
6616 * alpha-tdep.c (alpha_convert_register_p): Update.
6617 (alpha_value_to_register): Update, store the register.
6618 (alpha_register_to_value): Update, fetch the register.
6619
6620 2003-06-14 Theodore A. Roth <troth@openavr.org>
6621
6622 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6623 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6624 Don't set deprecated_call_dummy_words.
6625 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6626 Don't set remote_translate_xfer_address.
6627 (avr_io_reg_read_command): Remove commented out debug printf.
6628 Wrap a long line.
6629
6630 2003-06-14 Theodore A. Roth <troth@openavr.org>
6631
6632 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6633 causes gdb to seg fault.
6634
6635 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
6636
6637 * sparc-nat.c (fetch_inferior_registers): Correct
6638 a reference to "registers".
6639
6640 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6641
6642 * Makefile.in (exc_request_U_h): Define
6643 (exc_request_S_h): Likewise.
6644 (msg_reply_S_h): Likewise.
6645 (msg_U_h): Likewise.
6646 (notify_S_h): Likewise.
6647 (process_reply_S_h): Likewise.
6648 (gnu-nat.o): Depend on gdb_obstack_h
6649 * gnu-nat.c: Include "gdb_obstack.h".
6650
6651 2003-06-13 Andrew Cagney <cagney@redhat.com>
6652
6653 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6654 * gdbarch.h, gdbarch.c: Re-generate.
6655
6656 2003-06-13 Andrew Cagney <cagney@redhat.com>
6657
6658 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6659 when deprecated REGISTER macros can be deleted.
6660 * gdbarch.h, gdbarch.c: Re-generate.
6661
6662 2003-06-13 Jim Blandy <jimb@redhat.com>
6663
6664 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6665 Linux entry point symbols for _dl_debug_state, too.
6666
6667 2003-06-13 Andrew Cagney <cagney@redhat.com>
6668
6669 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6670 available, do not use the FP register, and always save the TOS.
6671 * dummy-frame.c (dummy_frame_this_id): Do not assert
6672 SAVE_DUMMY_FRAME_TOS.
6673 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6674 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6675 (i386_push_dummy_call): Add 8 to the returned SP.
6676 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6677 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6678 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6679 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6680 (x86_64_push_dummy_call): Return "sp + 16".
6681 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6682 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6683 save_dummy_frame_tos.
6684
6685 2003-06-13 Jim Blandy <jimb@redhat.com>
6686
6687 * frv-tdep.c (frv_use_struct_convention): Delete static
6688 declaration for function deleted in my change of 2003-06-12.
6689
6690 2003-06-13 Theodore A. Roth <troth@openavr.org>
6691
6692 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6693 (avr_pointer_to_address): Shift code addrs left 1 bit.
6694 (avr_convert_from_func_ptr_addr): Delete function since operation is
6695 better handled by avr_address_to_pointer and avr_pointer_to_address.
6696 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6697
6698 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6699
6700 From Kelley Cook <kelleycook@wideopenwest.com>:
6701 * configure.host: Accept i[34567]86 variants.
6702 * configure.tgt: Likewise.
6703 * nlm/configure.in: Likewise.
6704 * nlm/configure: Regenerated.
6705
6706 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
6707
6708 * arm-tdep.c (solib-svr4.h): Dont' include it.
6709 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6710 * arm-linux-tdep.c: ... here. Make static.
6711 (arm_linux_init_abi): Register it.
6712 (solib-svr4.h): Include it.
6713 * Makefile.in: Update dependencies.
6714 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6715 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6716
6717 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6718
6719 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6720 indicate registers used for return values.
6721 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6722 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6723 members.
6724 (h8300_init_extra_frame_info): Ditto.
6725 (h8300_frame_locals_address): Removed.
6726 (h8300_frame_args_address): Removed.
6727 (h8300_extract_return_value): Use new regcache structure. Only care
6728 for 16 bit CPUs.
6729 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6730 (h8300_store_return_value): Use new regcache structure. Only care
6731 for 16 bit CPUs.
6732 (h8300h_store_return_value): Same function for 32 bit CPUs.
6733 (h8300_store_struct_return): Removed.
6734 (h8300_extract_struct_value_address): Use new regcache structure.
6735 (h8300h_extract_struct_value_address): Removed.
6736 (h8300_push_dummy_code): New function.
6737 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6738 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6739 set_gdbarch_store_return_value architecture dependent.
6740 Call set_gdbarch_push_dummy_code and
6741 set_gdbarch_extract_struct_value_address.
6742 Remove calls to set_gdbarch_frame_args_address,
6743 set_gdbarch_frame_locals_address,
6744 set_gdbarch_deprecated_store_struct_return,
6745 set_gdbarch_deprecated_extract_return_value,
6746 set_gdbarch_deprecated_extract_struct_value_address,
6747 set_gdbarch_deprecated_call_dummy_words and
6748 set_gdbarch_deprecated_sizeof_call_dummy_words.
6749
6750 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6751
6752 * h8300-tdep.c (h8300_register_byte): Remove.
6753 (h8300h_register_byte): Remove.
6754 (h8300_register_virtual_type): Remove. Substitute by...
6755 (h8300_register_type): New function.
6756 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6757 (h8300h_extract_struct_value_address): Ditto.
6758 (h8300_gdbarch_init): Drop calls to
6759 set_gdbarch_deprecated_register_byte and
6760 set_gdbarch_deprecated_register_virtual_type.
6761 Add call to set_gdbarch_register_type.
6762
6763 2003-06-13 Andrew Cagney <cagney@redhat.com>
6764
6765 * gdbarch.sh: Update comments on registers.
6766 (deprecated_register_byte): Rename register_byte.
6767 (deprecated_register_raw_size): Rename register_raw_size.
6768 (deprecated_register_virtual_size): Rename register_virtual_size.
6769 (deprecated_register_virtual_type): Rename register_virtual_type.
6770 * gdbarch.h, gdbarch.c: Re-generate.
6771 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6772 * vax-tdep.c (vax_gdbarch_init): Update.
6773 * v850-tdep.c (v850_gdbarch_init): Update.
6774 * sparc-tdep.c (sparc_gdbarch_init): Update.
6775 * sh-tdep.c (sh_gdbarch_init): Update.
6776 * s390-tdep.c (s390_gdbarch_init): Update.
6777 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6778 * ns32k-tdep.c: Update.
6779 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6780 * mips-tdep.c (mips_gdbarch_init): Update.
6781 * mcore-tdep.c (mcore_gdbarch_init): Update.
6782 * m68k-tdep.c (m68k_gdbarch_init): Update.
6783 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6784 * ia64-tdep.c (ia64_gdbarch_init): Update.
6785 * hppa-tdep.c (hppa_gdbarch_init): Update.
6786 * h8300-tdep.c (h8300_gdbarch_init): Update.
6787 * frv-tdep.c (frv_gdbarch_init): Update.
6788 * cris-tdep.c (cris_gdbarch_init): Update.
6789 * avr-tdep.c (avr_gdbarch_init): Update.
6790 * alpha-tdep.c (alpha_gdbarch_init): Update.
6791 * arm-tdep.c (arm_gdbarch_init): Update.
6792
6793 2003-06-13 Andrew Cagney <cagney@redhat.com>
6794
6795 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6796 mips_o32_use_struct_convention with always_use_struct_convention.
6797
6798 2003-06-12 David Carlton <carlton@kealia.com>
6799
6800 * cp-namespace.c (cp_set_block_scope): Comment out
6801 processing_has_namespace_info branch.
6802
6803 2003-06-12 Jim Blandy <jimb@redhat.com>
6804
6805 Recognize and skip 64-bit PowerPC Linux linkage functions.
6806 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6807 insn_pattern, insns_match_pattern, d_field, ds_field): New
6808 functions, macros, and types for working with PPC instructions.
6809 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6810 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6811 ppc64_skip_trampoline_code): New functions, variables, and macros
6812 for recognizing and skipping linkage functions.
6813 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6814 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6815
6816 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6817 register offsets for both the 32- and 64-bit interfaces.
6818
6819 Actually finish the job started by my change of 2003-05-29.
6820 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6821 other #definition of this.
6822 (ppc_linux_skip_trampoline_code): Remove declaration.
6823 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6824 static.
6825 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6826 method for GDBARCH.
6827
6828 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6829 'long' on ppc64-*-linux*.
6830
6831 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6832 isn't #defined, assume the register doesn't exist: act as if
6833 tdep->ppc_mq_regnum were -1.
6834
6835 * configure.host, configure.tgt: Add entries for
6836 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6837 powerpc/linux.mt.
6838 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6839 New files.
6840
6841 * arch-utils.c (always_use_struct_convention): New function.
6842 * arch-utils.h (always_use_struct_convention): New prototype.
6843 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6844 (alpha_gdbarch_init): Register always_use_struct_convention,
6845 instead of alpha_use_struct_convention.
6846 * cris-tdep.c (cris_use_struct_convention): Delete.
6847 (cris_gdbarch_init): Register always_use_struct_convention,
6848 instead of cris_use_struct_convention.
6849 * frv-tdep.c (frv_use_struct_convention): Delete.
6850 (frv_gdbarch_init): Register always_use_struct_convention,
6851 instead of frv_use_struct_convention.
6852 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6853 (h8300_gdbarch_init): Register always_use_struct_convention,
6854 instead of h8300_use_struct_convention.
6855 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6856 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6857 instead of mips_o32_use_struct_convention.
6858
6859 2003-06-12 Andrew Cagney <cagney@redhat.com>
6860
6861 * wince.c: Include "mips-tdep.h".
6862 * mips-tdep.h (mips_next_pc): Declare.
6863 * mcore-tdep.c: Make more local functions static.
6864 * Makefile.in (wince.o): Update dependencies.
6865
6866 2003-06-12 David Carlton <carlton@kealia.com>
6867
6868 * symtab.c (lookup_symbol_aux_minsyms): Replace
6869 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6870 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6871 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6872 SYMBOL_NATURAL_NAME.
6873
6874 2003-06-12 Andreas Schwab <schwab@suse.de>
6875
6876 * Makefile.in (tuiDisassem.o): Update dependencies.
6877
6878 2003-06-12 David Carlton <carlton@bactrian.org>
6879
6880 * symtab.h: Delete declaration of make_symbol_overload_list.
6881 Add declaration of lookup_partial_symbol.
6882 * symtab.c (remove_params): Move to cp-support.c.
6883 (overload_list_add_symbol, make_symbol_overload_list)
6884 (sym_return_val_size, sym_return_val_index): Ditto.
6885 (lookup_partial_symbol): Make extern.
6886 * cp-support.h: Add declaration of make_symbol_overload_list.
6887 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6888 symtab.h, and block.h.
6889 (remove_params): Move here from symtab.c.
6890 (overload_list_add_symbol, make_symbol_overload_list)
6891 (sym_return_val_size, sym_return_val_index): Ditto.
6892 * valops.c: Include cp-support.h.
6893 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6894 frame_h, and block_h.
6895 (valops.o): Depend on cp_support_h.
6896
6897 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6898
6899 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6900 substitute by NUM_REGS throughout.
6901 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6902 (h8300s_register_name): New function for H8S registers.
6903 (h8300sx_register_name): Ditto for H8SX registers.
6904 (h8300_print_register): Revise register printing, avoid depending
6905 on 32 bit long.
6906 (h8300_register_byte): Only care for H8/300 registers.
6907 (h8300h_register_byte): New function for any other architecture.
6908 (h8300_register_raw_size): Remove.
6909 (h8300_register_virtual_type): Revise to return actually useful
6910 type.
6911 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6912 (h8300h_extract_struct_value_address): New function for any other
6913 architecture.
6914 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6915 set_gdbarch_register_name, set_gdbarch_register_byte,
6916 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6917 Remove calls to set_gdbarch_deprecated_register_size,
6918 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6919 set_gdbarch_deprecated_max_register_raw_size,
6920 set_gdbarch_register_virtual_size and
6921 set_gdbarch_deprecated_max_register_virtual_size entirely.
6922 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6923 set_gdbarch_long_double_bit.
6924
6925 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6926
6927 * doublest.c (convert_doublest_to_floatformat): When dealing
6928 with the implied integer bit, only alter mant_bits if we are
6929 processing a full 32 bits of mantissa.
6930
6931 2003-06-11 David Carlton <carlton@bactrian.org>
6932
6933 * dictionary.h: New.
6934 * dictionary.c: New.
6935 * block.h: Add opaque declaration for struct dictionary.
6936 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6937 'sym' members.
6938 (BLOCK_DICT): New macro.
6939 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6940 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6941 BLOCK_SHOULD_SORT.
6942 (ALL_BLOCK_SYMBOLS): Update definition.
6943 * Makefile.in (SFILES): Add dictionary.c.
6944 (dictionary_h): New.
6945 (COMMON_OBS): Add dictionary.o.
6946 (dictionary.o): New.
6947 (ada-lang.o): Depend on dictionary_h.
6948 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6949 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6950 (mi-cmd-stack.o): Ditto.
6951 (gdbtk-cmds.o): Update dependencies.
6952 (gdbtk-stack.o): Ditto.
6953 * ada-lang.c: Include dictionary.h.
6954 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6955 (fill_in_ada_prototype, debug_print_block): Ditto.
6956 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6957 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6958 'is_sorted'.
6959 * mdebugread.c: Include dictionary.h.
6960 (struct parse_stack): Delete 'maxsyms' member.
6961 (parse_symbol): Update calls to new_block. Delete calls to
6962 shrink_block. Use dictionary methods.
6963 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6964 Update calls to new_symtab. Don't maintain maxsyms data.
6965 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6966 (add_symbol): Just call dict_add_symbol.
6967 (new_symtab): Delete 'maxsyms' argument.
6968 (new_symtab): Update calls to new_block.
6969 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6970 (shrink_block): Delete function.
6971 (fixup_sigtramp): Update call to new_block. Add symbol via
6972 dict_add_symbol.
6973 * jv-lang.c: Include dictionary.h.
6974 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6975 appropriately. Set class_symtab->free_func. Make sure the
6976 blockvector is big enough to hold two blocks.
6977 (add_class_symtab_symbol): Use dictionary methods.
6978 (free_class_block): New function.
6979 (type_from_class): Replace explicit iteration by
6980 ALL_BLOCK_SYMBOLS.
6981 * symtab.h (struct symtab): Replace 'free_ptr' method by
6982 'free_func'.
6983 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6984 sort_symtab_syms.
6985 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6986 sort_symtab_syms.
6987 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6988 Include dictionary.h.
6989 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6990 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6991 sort_symtab_syms.
6992 * objfiles.c: Include dictionary.h.
6993 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6994 * buildsym.c: Include dictionary.h.
6995 (finish_block): Use dictionary methods.
6996 (end_symtab): Set free_func to NULL, not free_ptr.
6997 * tracepoint.c: Include dictionary.h.
6998 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6999 (scope_info): Ditto.
7000 * stack.c: Include dictionary.h.
7001 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
7002 (print_block_frame_labels, print_frame_arg_vars)
7003 (print_frame_args): Ditto.
7004 * symmisc.c (free_symtab_block): Use dictionary methods.
7005 (dump_symtab): Ditto.
7006 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
7007 Include dictionary.h.
7008 * symfile.h: Delete declarations of sort_block_syms,
7009 sort_symtab_syms.
7010 * symfile.c (sort_block_syms): Delete.
7011 (sort_symtab_syms): Delete.
7012 * symtab.c: Include dictionary.h.
7013 (lookup_block_symbol): Use dictionary iterators.
7014 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
7015 (search_symbols, make_symbol_completion_list): Ditto.
7016 (make_symbol_overload_list): Ditto.
7017 * valops.c (value_of_local): Use dict_empty.
7018 Include dictionary.h.
7019
7020 2003-06-11 J. Brobecker <brobecker@gnat.com>
7021
7022 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
7023
7024 2003-06-11 David Carlton <carlton@bactrian.org>
7025
7026 * block.h (BLOCK_SHOULD_SORT): Delete.
7027 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
7028 blocks.
7029 * ada-lang.c (ada_add_block_symbols): Ditto.
7030 * symfile.c (sort_block_syms): Delete.
7031 (sort_symtab_syms): Ditto.
7032 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
7033 declarations.
7034 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
7035 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
7036 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
7037 * dwarfread.c (psymtab_to_symtab_1): Ditto.
7038 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
7039 * mdebugread.c (psymtab_to_symtab_1): Ditto.
7040 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
7041
7042 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
7043
7044 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
7045 bits to 128.
7046
7047 2003-06-11 Andrew Cagney <cagney@redhat.com>
7048
7049 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
7050 REGISTER_CONVERTIBLE.
7051 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
7052 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
7053 * gdbarch.h, gdbarch.c: Re-generate.
7054 * arch-utils.h (deprecated_register_convertible_not): Rename
7055 generic_register_convertible_not.
7056 * arch-utils.c (deprecated_register_convertible_not): Rename
7057 generic_register_convertible.
7058 (legacy_convert_register_p, legacy_register_to_value): Update.
7059 * sh-tdep.c (sh64_push_arguments): Update.
7060 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
7061 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
7062 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
7063 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
7064 * arch-utils.c (legacy_value_to_register): Update.
7065 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7066 (rs6000_register_convert_to_raw): Make parameter "from" const.
7067 * mips-tdep.c (mips_gdbarch_init): Update.
7068 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
7069 * infcmd.c (default_print_registers_info): Update.
7070 * ia64-tdep.c (ia64_gdbarch_init): Update.
7071 (ia64_register_convert_to_raw): Make parameter "from" const.
7072 * i386-tdep.c (i386_gdbarch_init): Update.
7073 (i386_register_convert_to_raw): Update.
7074
7075 2003-06-11 Andrew Cagney <cagney@redhat.com>
7076
7077 * remote-fileio.c: Include "remote-fileio.h".
7078 * Makefile.in (remote-fileio.o): Update dependencies.
7079 (remote_fileio_h): Fix typo.
7080
7081 2003-06-11 Andrew Cagney <cagney@redhat.com>
7082
7083 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
7084 (xstormy16_save_dummy_frame_tos): Make static.
7085 (_initialize_xstormy16_tdep): Add declaration.
7086 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
7087 * v850-tdep.c: Make local functions static.
7088 (_initialize_v850_tdep): Add declaration.
7089 * sparc-tdep.c: Make local functions static.
7090 (_initialize_sparc_tdep): Add declaration.
7091 * sh-tdep.c: Make local functions static.
7092 (_initialize_sh_tdep): Add declaration.
7093 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
7094 * s390-tdep.c: Make local functions static.
7095 (_initialize_s390_tdep): Add declaration.
7096 * dbxread.c (find_stab_function_addr): Make static.
7097 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
7098 * ocd.c (_initialize_remote_ocd): Add declaration.
7099 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
7100 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
7101 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
7102 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
7103 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
7104 * remote-array.c (_initialize_array): Add declaration.
7105 (_initialize_remote_monitors): Add declaration.
7106 * remote-mips.c: Make local functions static.
7107 (_initialize_remote_mips): Add declaration.
7108 * mcore-tdep.c: Make all local functions static.
7109 (_initialize_mcore_tdep): Add declaration.
7110 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
7111 * abug-rom.c (_initialize_abug_rom): Add declaration.
7112 * rom68k-rom.c (_initialize_rom68k): Add declaration.
7113 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
7114 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
7115 * remote-est.c (_initialize_est): Add declaration.
7116 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
7117 (m68hc11_call_dummy_address): Make static.
7118 * ia64-tdep.c: Make local functions static.
7119 (_initialize_ia64_tdep): Add declaration.
7120 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
7121 * monitor.c (monitor_wait_filter): Make static.
7122 (_initialize_remote_monitors): Add declaration.
7123 * remote-hms.c (_initialize_remote_hms): Add declaration.
7124 * remote-e7000.c (fetch_regs_from_dump): Make static.
7125 (expect_n): Make static.
7126 (_initialize_remote_e7000): Add declaration.
7127 * ser-e7kpc.c: Always include "defs.h".
7128 (_initialize_ser_e7000pc): Add declaration.
7129 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
7130 * cris-tdep.c: Make all but one function static.
7131 (_initialize_cris_tdep): Add declaration.
7132 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
7133 * solib.c (update_solib_list): Make static.
7134 (_initialize_solib): Add declaration.
7135 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
7136 (_initialize_avr_tdep): Add declaration.
7137 * remote-rdi.c (voiddummy): Make static.
7138 (_initialize_remote_rdi): Add declaration.
7139 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
7140 * remote-rdp.c (send_rdp): Make static.
7141 (_initialize_remote_rdp): Add declaration.
7142 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
7143
7144 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
7145
7146 * remote-fileio.c: Make ari happy.
7147
7148 2003-06-10 J. Brobecker <brobecker@gnat.com>
7149
7150 * rs6000-nat.c (child_xfer_memory): Compute the right address when
7151 fetching the trailing bytes of the buffer we are about to write.
7152
7153 2003-06-10 Andrew Cagney <cagney@redhat.com>
7154
7155 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
7156 * Makefile.in (remote-fileio.o): Update dependencies.
7157 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
7158 include <setjmp.h>, or <sys/types.h> conditional on USG.
7159 (remote_fio_jmp_buf): Delete global variable.
7160
7161 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
7162 Martin M. Hunt <hunt@redhat.com>
7163
7164 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
7165 (SFILES): Add remote-fileio.c.
7166 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
7167 dependencies for building remote.o.
7168 * remote-fileio.c: New file implementing the remote File-I/O protocol.
7169 * remote-fileio.h: New header file defining remote File-I/O interface.
7170 * remote.c (remote_write_bytes, remote_read_bytes): Remove
7171 static storage class.
7172 (remote_wait, remote_async_wait): Call remote_fileio_request() on
7173 'F' packet.
7174 (_initialize_remote): Call initialize_remote_fileio().
7175 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
7176 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7177 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7178 (captured_main): Initialize new ui_files.
7179 * ui-file.c: Add read and fgets input functions.
7180 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
7181 (null_file_read): New function.
7182 (ui_file_read): New function.
7183 (set_ui_file_read): New function.
7184 (stdio_file_read): New function.
7185 * ui-file.h: New type ui_file_read_ftype.
7186 (set_ui_file_read): Declare.
7187 (ui_file_read): Declare.
7188
7189 2003-06-09 Andrew Cagney <cagney@redhat.com>
7190
7191 * frame.h (deprecated_unwind_get_saved_register): Rename
7192 generic_unwind_get_saved_register, update comments.
7193 * mips-tdep.c (mips_get_saved_register): Update.
7194 * frame.c (deprecated_unwind_get_saved_register): Update.
7195
7196 2003-06-09 Andrew Cagney <cagney@redhat.com>
7197
7198 * vax-tdep.c (vax_frame_locals_address): Delete function.
7199 (vax_gdbarch_init): Do not set frame_locals_address.
7200 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
7201 (m68hc11_gdbarch_init): Do not set frame_locals_address.
7202 * s390-tdep.c (s390_frame_args_address): Delete function.
7203 (s390_gdbarch_init): Do not set frame_args_address or
7204 frame_locals_address.
7205 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
7206 (ns32k_gdbarch_init): Do not set frame_locals_address.
7207 * hppa-tdep.c (hppa_frame_args_address): Delete function.
7208 (hppa_frame_locals_address): Delete function.
7209 (hppa_gdbarch_init): Do not set frame_args_address, or
7210 frame_locals_address.
7211 * arm-tdep.c (arm_frame_args_address): Delete.
7212 (arm_frame_locals_address): Delete.
7213 (arm_gdbarch_init): Do not set frame_args_address, or
7214 frame_locals_address.
7215
7216 2003-06-09 Andrew Cagney <cagney@redhat.com>
7217
7218 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
7219 * gdbarch.h, gdbarch.c: Re-generate.
7220 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
7221 * arch-utils.c (frame_num_args_unknown): Delete function.
7222 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
7223 (frame_info): Use FRAME_NUM_ARGS_P.
7224 * arm-tdep.c (arm_frame_num_args): Delete function.
7225 (arm_gdbarch_init): Do not set frame_num_args.
7226 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
7227 * hppa-tdep.c (hppa_frame_num_args): Delete function.
7228 (hppa_gdbarch_init): Do not set frame_num_args.
7229 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
7230 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7231 frame_num_args to default frame_num_args_unknown.
7232 * v850-tdep.c (v850_gdbarch_init): Ditto.
7233 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7234 * sh-tdep.c (sh_gdbarch_init): Ditto.
7235 * s390-tdep.c (s390_gdbarch_init): Ditto.
7236 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7237 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7238 * mips-tdep.c (mips_gdbarch_init): Ditto.
7239 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7240 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7241 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7242 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7243 * i386-tdep.c (i386_gdbarch_init): Ditto.
7244 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7245 * frv-tdep.c (frv_gdbarch_init): Ditto.
7246 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7247 * cris-tdep.c (cris_gdbarch_init): Ditto.
7248 * avr-tdep.c (avr_gdbarch_init): Ditto.
7249 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7250
7251 2003-06-09 Andrew Cagney <cagney@redhat.com>
7252
7253 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
7254 (print_frame_args): Moved to "stack.c".
7255 * stack.c: Include "gdb_assert.h".
7256 (print_frame_nameless_args): Moved from "printcmd.c", made static.
7257 (print_frame_args): Moved from "printcmd.c".
7258 * frame.h (print_frame_args): Delete declaration.
7259 * Makefile.in (stack.o): Update dependencies.
7260
7261 2003-06-08 Andrew Cagney <cagney@redhat.com>
7262
7263 * frame.c (get_prev_frame): Remove reference to
7264 frame_args_address_correct in comments.
7265 * frame-base.c (default_frame_args_address): Delete code
7266 conditional on FRAME_ARGS_ADDRESS_CORRECT.
7267 * vax-tdep.c (vax_frame_args_address_correct): Delete.
7268 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
7269 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
7270 (vax_frame_args_address_correct): Delete declaration.
7271
7272 2003-06-08 Andrew Cagney <cagney@redhat.com>
7273
7274 * gdbarch.sh (UNWIND_SP): Add.
7275 * gdbarch.h, gdbarch.c: Re-generate.
7276 * frame.c (frame_sp_unwind): New function.
7277 (get_frame_sp): New function.
7278 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
7279 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
7280 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
7281 value.
7282 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
7283 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
7284
7285 2003-06-08 Andrew Cagney <cagney@redhat.com>
7286
7287 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
7288 REMOTE_BREAKPOINT.
7289 * remote.c: Update.
7290 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
7291 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
7292 * config/m68k/tm-sun3.h: Update.
7293 * config/m68k/tm-m68klynx.h: Update.
7294 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
7295
7296 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
7297 trad_frame". Update comments.
7298 * d10v-tdep.c (struct d10v_unwind_cache): Update.
7299 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7300 (trad_frame_register_value, trad_frame_prev_register): Update.
7301
7302 2003-06-08 Andrew Cagney <cagney@redhat.com>
7303
7304 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
7305 from GCC's acinclude.m4.
7306 * configure.in: Check for getopt's delcaration.
7307 * aclocal.m4, config.in, configure: Re-generate.
7308 * main.c (error_init): Delete declaration.
7309 * defs.h (error_init): Declare.
7310 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
7311 (rs6000_convert_from_func_ptr_addr): Make static.
7312 (_initialize_rs6000_tdep): Add declaration.
7313 * cli/cli-cmds.c (dont_repeat): Delete declaration.
7314 (show_commands, set_verbose, show_history): Delete declaration.
7315 * top.h (set_verbose): Add declaration.
7316 (show_history, set_history, show_commands): Add declaration.
7317 (do_restore_instream_cleanup): Add declaration.
7318 * objc-lang.c (specialcmp): Make static.
7319 (print_object_command): Make static.
7320 (find_objc_msgsend): Make static.
7321 (find_objc_msgcall_submethod_helper): Make static.
7322 (find_objc_msgcall_submethod): Make static.
7323 (_initialize_objc_language): Add declaration.
7324 (find_implementation_from_class): Make static.
7325 (find_implementation): Make static.
7326 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
7327 * objc-lang.h (lookup_struct_typedef): Add declaration.
7328 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
7329 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
7330 (do_restore_user_call_depth): Make static.
7331 (do_restore_instream_cleanup): Delete declaration.
7332 (dont_repeat): Delete declaration.
7333 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
7334 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
7335 * reggroups.c (_initialize_reggroup): Add declaration.
7336 * cp-support.c (_initialize_cp_support): Add declaration.
7337 * cp-abi.c (_initialize_cp_abi): Add declaration.
7338 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
7339 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
7340 (_initialize_gnu_v3_abi): Add declaration.
7341 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
7342 (_initialize_gnu_v2_abi): Add declaration.
7343 * frame-base.c (_initialize_frame_base): Add declaration.
7344 * doublest.c (floatformat_from_length): Make static.
7345 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
7346 * frame.c (create_sentinel_frame): Make static.
7347 (_initialize_frame): Add declaration.
7348 * top.c (do_catch_errors): Make static.
7349 (gdb_rl_operate_and_get_next_completion): Make static.
7350 * typeprint.c: Include "typeprint.h".
7351 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
7352 (sentinel_frame_this_id): Make static.
7353 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
7354 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
7355 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
7356 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
7357 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
7358 * maint.c (maintenance_print_architecture): Make static.
7359 * signals/signals.c (_initialize_signals): Add declaration.
7360 * std-regs.c (_initialize_frame_reg): Add declaration.
7361 * jv-exp.y (push_variable): ISO C definition.
7362 (push_qualified_expression_name): Ditto.
7363 * memattr.c (_initialize_mem): Add declaration.
7364 * remote.c (remote_check_watch_resources): Make static.
7365 (remote_stopped_by_watchpoint): Make static.
7366 (remote_stopped_data_address): Make static.
7367 * d10v-tdep.c (nr_dmap_regs): Make static.
7368 (a0_regnum): Make static.
7369 (d10v_frame_unwind_cache): Make static.
7370 (d10v_frame_p): Make static.
7371 * osabi.c (show_osabi): Make static.
7372 (_initialize_gdb_osabi): Add extern declaration.
7373 * gdbtypes.c (make_qualified_type): Make static.
7374 (safe_parse_type): Make static.
7375 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
7376 * macrotab.c (macro_bcache_free): Make static.
7377 * interps.c (interp_set_quiet): Make static.
7378 (interpreter_exec_cmd): Make static.
7379 * stack.h (select_frame_command): New file.
7380 * stack.c: Include "stack.h".
7381 (select_frame_command_wrapper): Delete function.
7382 (select_frame_command): Make global.
7383 * infcall.c: Include "infcall.h".
7384 * linespec.c: Include "linespec.h".
7385 * symfile.c (sections_overlap): Make static.
7386 * cp-support.h (cp_initialize_namespace): ISO C declaration.
7387 * charset.c (_initialize_charset): Add missing prototype.
7388 * regcache.c (init_legacy_regcache_descr): Make static.
7389 (do_regcache_xfree): Make static.
7390 (regcache_xfer_part): Make static.
7391 (_initialize_regcache): Add missing prototype.
7392 * breakpoint.c (parse_breakpoint_sals): Make static.
7393 (breakpoint_sals_to_pc): Make static.
7394 * interps.h (clear_interpreter_hooks): ISO C declaration.
7395 * Makefile.in (stack_h): Define.
7396 (stack.o, typeprint.o, mi-main.o): Update dependencies.
7397 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
7398
7399 2003-06-08 Andrew Cagney <cagney@redhat.com>
7400
7401 * Makefile.in (d10v-tdep.o): Update dependencies.
7402 (SFILES): Add trad-frame.c.
7403 (trad_frame_h): Define.
7404 (COMMON_OBS): Add trad-frame.o.
7405 (trad-frame.o): Specify dependencies.
7406 * d10v-tdep.c: Include "trad-frame.h".
7407 (saved_regs_unwinder): Delete function.
7408 (d10v_frame_prev_register): Use trad_frame_prev_register.
7409 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
7410 trad_frame", delete "regs" and "prev_sp".
7411 (prologue_find_regs): Use trad-frame.
7412 * trad-frame.h, trad-frame.c: New files.
7413
7414 2003-06-08 Mark Kettenis <kettenis@gnu.org>
7415
7416 * dwarf2cfi.c, dwarf2cfi.h: Remove.
7417
7418 2003-06-07 Adam Fedor <fedor@gnu.org>
7419
7420 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
7421 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
7422 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
7423 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
7424 resolve_msgsend_super, resolve_msgsend_super_stret):
7425 Use it.
7426
7427 2003-06-07 Andrew Cagney <cagney@redhat.com>
7428
7429 * symfile.h: Re-indent, clean up comments.
7430
7431 2003-06-07 Andrew Cagney <cagney@redhat.com>
7432
7433 * inferior.h (deprecated_write_sp): Replace
7434 generic_target_write_sp.
7435 * regcache.c (deprecated_write_sp): Replace
7436 generic_target_write_sp.
7437 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7438 * vax-tdep.c (vax_gdbarch_init): Update.
7439 * v850-tdep.c (v850_gdbarch_init): Update.
7440 * sparc-tdep.c (sparc_gdbarch_init): Update.
7441 * sh-tdep.c (sh_gdbarch_init): Update.
7442 * s390-tdep.c (s390_gdbarch_init): Update.
7443 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7444 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7445 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7446 * mcore-tdep.c (mcore_gdbarch_init): Update.
7447 * m68k-tdep.c (m68k_gdbarch_init): Update.
7448 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7449 * ia64-tdep.c (ia64_gdbarch_init): Update.
7450 * h8300-tdep.c (h8300_gdbarch_init): Update.
7451 * frv-tdep.c (frv_gdbarch_init): Update.
7452 * cris-tdep.c (cris_gdbarch_init): Update.
7453 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
7454
7455 2003-06-07 Andrew Cagney <cagney@redhat.com>
7456
7457 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
7458 Assert that PC_REGNUM is valid.
7459 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
7460
7461 2003-06-07 Andrew Cagney <cagney@redhat.com>
7462
7463 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
7464 * gdbarch.h, gdbarch.c: Regenerate.
7465 * mn10300-tdep.c: Include "gdb_assert.h".
7466 (mn10300_read_fp): New function.
7467 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
7468 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
7469 * ia64-tdep.c: Include "gdb_assert.h".
7470 (ia64_read_fp): New function.
7471 (ia64_gdbarch_init): Set deprecated_target_read_fp to
7472 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
7473 * regcache.c (generic_target_read_sp): Delete function.
7474 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
7475 * inferior.h (generic_target_read_sp): Delete declaration.
7476 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
7477 generic_target_read_sp.
7478 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7479 * sparc-tdep.c (sparc_gdbarch_init): Ditto
7480 * sh-tdep.c (sh_gdbarch_init): Ditto.
7481 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7482 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
7483
7484 2003-06-07 Andrew Cagney <cagney@redhat.com>
7485
7486 * gdbarch.sh: Comment each field of startup_gdbarch.
7487 * gdbarch.h, gdbarch.c: Re-generate.
7488
7489 2003-06-07 Andrew Cagney <cagney@redhat.com>
7490
7491 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
7492 * gdbarch.h, gdbarch.c: Re-generate.
7493 * regcache.c: Update comments on read_pc et.al.
7494 (generic_target_read_pc): Delete function.
7495 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
7496 * inferior.h (generic_target_read_pc): Delete declaration.
7497 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7498 generic_target_read_pc.
7499 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7500 * sh-tdep.c (sh_gdbarch_init): Ditto.
7501 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7502 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7503
7504 2003-06-07 Andrew Cagney <cagney@redhat.com>
7505
7506 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7507 "index" with "special_local_sect". Use strcmp instead of STREQ.
7508 Append period to coments.
7509
7510 2003-06-06 Mark Mitchell <mark@codesourcery.com>
7511
7512 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7513 (elfstab_offset_sections): Likewise.
7514 * gdb-stabs.h (stab_section_info): Likewise.
7515 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7516 * objfiles.c (objfile_relocate): Likewise.
7517 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7518 * remote.c (get_offsets): Likewise.
7519 (remote_cisco_objfile_relocate): Likewise.
7520 * somread.c (som_symfile_offsets): Likewise.
7521 * symfile.c (alloc_section_addr_info): New function.
7522 (build_section_addr_info_from_section_tab): Use it.
7523 (free_section_addr_info): Adjust.
7524 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7525 (syms_from_objfile): Allocate local_addr dynamically.
7526 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7527 dynamically.
7528 (add_symbol_file_command): Allocate sect_opts dynamically.
7529 (reread_symbols): Avoid use of SECT_OFF_MAX.
7530 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7531 (alloc_section_addr_info): Declare it.
7532 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7533 * win32-nat.c (solib_symbols_add): Allocate section_addrs
7534 dynamically.
7535 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
7536
7537 2003-06-06 Andrew Cagney <cagney@redhat.com>
7538
7539 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7540 (d10v_frame_unwind_cache): Do not set "return_pc".
7541
7542 2003-06-06 Michael Snyder <msnyder@redhat.com>
7543
7544 * h8300-tdep.c: Make tidy (long lines).
7545
7546 2003-06-06 Michal Ludvig <mludvig@suse.cz>
7547
7548 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
7549 to regcache_collect().
7550
7551 2003-06-05 J. Brobecker <brobecker@gnat.com>
7552
7553 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7554 pc_in_sigtramp multiarch method.
7555 (hppa_hpux_som_init_abi): Use it.
7556 (hppa_hpux_elf_init_abi): Likewise.
7557 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7558 macro has been multiarched.
7559 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7560 macro here, as hppa64 isn't multiarched yet.
7561
7562 2003-06-05 Andrew Cagney <cagney@redhat.com>
7563
7564 * Makefile.in (value_h): Add $(frame_h).
7565 * value.h: Include "frame.h".
7566 (struct value): Replace "frame_addr" with "frame_id".
7567 (VALUE_FRAME_ID): Replace VALUE_FRAME.
7568 * values.c (allocate_value): Use VALUE_FRAME_ID.
7569 (value_copy): Use VALUE_FRAME_ID.
7570 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7571 * valops.c (value_assign): Update. Use frame_find_by_id.
7572
7573 2003-06-05 Michal Ludvig <mludvig@suse.cz>
7574
7575 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7576 in each pass.
7577
7578 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
7579
7580 * thread-db.c (check_event): For create/death event breakpoints,
7581 loop through all messages to ensure that we read the message
7582 corresponding to the breakpoint we are at.
7583
7584 2003-06-04 Michael Snyder <msnyder@redhat.com>
7585
7586 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7587
7588 2003-06-04 Mark Kettenis <kettenis@gnu.org>
7589
7590 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7591 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7592 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7593 when handling .eh_frame sections.
7594
7595 2003-06-04 J. Brobecker <brobecker@gnat.com>
7596
7597 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7598 prepare_to_proceed procedure instead of the hppa-specific one.
7599 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7600
7601 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
7602
7603 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7604 * config.in: Regenerated.
7605 * configure.in: Add test for syscall function and check for
7606 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7607 * configure: Regenerated.
7608 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7609 <sys/syscall.h>.
7610 (kill_lwp): New function that uses tkill syscall or
7611 uses kill, depending on whether threading model is nptl or not.
7612 All callers of kill() changed to use kill_lwp().
7613 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7614 see if all threads have already exited in the nptl model.
7615 (stop_and_resume_callback): New callback function used by the
7616 lin_lwp_wait thread exit handling code.
7617 (stop_wait_callback): Check for threads already having exited and
7618 delete such threads fromt the lwp list when discovered.
7619 (stop_callback): Don't assert retcode of kill call.
7620
7621 Roland McGrath <roland@redhat.com>
7622 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7623 nptl libthread_db.
7624
7625 2003-06-03 Richard Henderson <rth@redhat.com>
7626
7627 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7628 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7629 (alpha_sigtramp_frame_prev_register): Likewise.
7630 (alpha_heuristic_frame_prev_register): Likewise.
7631 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7632
7633 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7634 alpha-specific register id names.
7635 (alpha_mdebug_frame_unwind_cache): Likewise.
7636 (alpha_mdebug_frame_prev_register): Likewise.
7637
7638 2003-06-03 Richard Henderson <rth@redhat.com>
7639
7640 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7641 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7642 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7643 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7644 unwind routines.
7645 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7646 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7647 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7648
7649 * alpha-linux-tdep.c: Remove unnecessary includes.
7650 * Makefile.in (alpha-linux-tdep.o): Update.
7651
7652 2003-06-03 Richard Henderson <rth@redhat.com>
7653
7654 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7655 (alphabsd_fill_fpreg): Likewise.
7656
7657 2003-06-03 J. Brobecker <brobecker@gnat.com>
7658
7659 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7660 references to struct frame_info fields by calls to the equivalent
7661 accessors. Necessary now that frame_info is opaque.
7662
7663 2003-06-03 J. Brobecker <brobecker@gnat.com>
7664
7665 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7666 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7667 structure, field no longer exists.
7668
7669 2003-06-03 J. Brobecker <brobecker@gnat.com>
7670
7671 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7672 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7673
7674 2003-06-03 J. Brobecker <brobecker@gnat.com>
7675
7676 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7677 references to struct frame_info fields by calls to the equivalent
7678 accessors. Necessary now that frame_info is opaque.
7679
7680 2003-06-03 J. Brobecker <brobecker@gnat.com>
7681
7682 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7683 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7684 structure, field no longer exists.
7685
7686 2003-06-03 Theodore A. Roth <troth@openavr.org>
7687
7688 * remote.c (init_remote_state): Compute sizeof_g_packet by
7689 accumulation of the size of all registers instead of blindly using
7690 DEPRECATED_REGISTER_BYTES.
7691
7692 2003-06-03 Michael Snyder <msnyder@redhat.com>
7693
7694 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7695 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7696 for h8300sx.
7697
7698 2003-06-03 J. Brobecker <brobecker@gnat.com>
7699
7700 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7701 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7702
7703 2003-06-03 Andrew Cagney <cagney@redhat.com>
7704
7705 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7706 (sparc_convert_to_raw): Delete function.
7707 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7708 register_convert_to_virtual.
7709
7710 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7711
7712 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7713 layer if not dealing with a statically-linked threaded program.
7714
7715 2003-06-03 Kris Warkentin <kewarken@qnx.com>
7716
7717 * solib.c (solib_open): Update comment to reflect actual search order.
7718
7719 2003-06-03 Andrew Cagney <cagney@redhat.com>
7720
7721 * frame.c (get_frame_memory_signed): New function.
7722 (get_frame_memory, get_frame_memory_unsigned): New function.
7723 (get_frame_arch): New function.
7724 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7725 (get_frame_memory, get_frame_unsigned_memory): Declare.
7726 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7727 get_frame_memory_unsigned and get_frame_arch.
7728 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7729
7730 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7731
7732 * MAINTAINERS (write after approval): Add myself.
7733
7734 2003-06-03 Jim Blandy <jimb@redhat.com>
7735
7736 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7737 elements of gregset_t are 64 bits each, but access registers
7738 are still 32 bits, so they're packed two per gregset_t
7739 element. Unpack/pack them properly.
7740
7741 2003-06-02 David Carlton <carlton@bactrian.org>
7742
7743 * linespec.c (find_methods): Break out code into
7744 add_matching_methods and add_constructors.
7745 (add_matching_methods): New.
7746 (add_constructors): Ditto.
7747
7748 2003-06-02 Andrew Cagney <cagney@redhat.com>
7749
7750 * sparc-tdep.c (sparc_print_registers): Delete call to
7751 REGISTER_CONVERTIBLE.
7752 (sparc_gdbarch_init): Do not set register_convertible.
7753 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7754 * frv-tdep.c (frv_gdbarch_init): Ditto.
7755 * cris-tdep.c (cris_gdbarch_init): Ditto.
7756
7757 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
7758
7759 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7760 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7761 (syms_from_objfile): Ditto.
7762
7763 2003-06-03 Andreas Schwab <schwab@suse.de>
7764
7765 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7766 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7767
7768 2003-06-02 Richard Henderson <rth@redhat.com>
7769
7770 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7771 a member of all_reggroup.
7772
7773 2003-06-02 Richard Henderson <rth@redhat.com>
7774
7775 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7776 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7777 (alpha_lds, alpha_sts): New.
7778 (alpha_convert_register_p): Change from _register_convertible.
7779 (alpha_register_to_value): Change from _convert_to_virtual;
7780 restructure and fail for type sizes other than 4 or 8.
7781 (alpha_value_to_register): Similarly.
7782 (alpha_extract_return_value): Use alpha_sts.
7783 (alpha_store_return_value): Use alpha_lds.
7784 (alpha_gdbarch_init): Update hooks.
7785
7786 2003-06-02 Richard Henderson <rth@redhat.com>
7787
7788 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7789 regnum identifiers.
7790 (alpha_sigtramp_register_address): Likewise.
7791
7792 2003-06-02 Richard Henderson <rth@redhat.com>
7793
7794 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7795 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7796 * alpha-tdep.h: Declare them.
7797
7798 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7799 Remove zerobuf. Don't error on UNIQUE.
7800 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7801 (ALPHA_REGSET_UNIQUE): Provide default.
7802 (supply_gregset): Use alpha_supply_int_regs.
7803 (fill_gregset): Use alpha_fill_int_regs.
7804 (supply_fpregset): Use alpha_supply_fp_regs.
7805 (fill_fpregset): Use alpha_fill_fp_regs.
7806 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7807 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7808 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7809 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7810 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7811 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7812
7813 2003-06-02 Richard Henderson <rth@redhat.com>
7814
7815 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7816
7817 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7818 (alpha_store_return_value): Likewise.
7819
7820 2003-06-02 David Carlton <carlton@math.stanford.edu>
7821
7822 * block.c (contained_in): Add 'const' to arguments.
7823 (block_function): Ditto.
7824 * block.h: Update declarations for block_function and
7825 contained_in.
7826
7827 2003-06-02 David Carlton <carlton@math.stanford.edu>
7828
7829 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7830 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7831 * p-valprint.c (pascal_val_print): Ditto.
7832 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7833
7834 2003-06-02 Richard Henderson <rth@redhat.com>
7835
7836 * alpha-tdep.c (alpha_push_dummy_call): Use
7837 builtin_type_ieee_double_little instead of builtin_type_double.
7838
7839 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7840 sign-extension of 32-bit values.
7841 (alpha_store_return_value): Similarly.
7842
7843 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7844 (alpha_extract_return_value): Likewise.
7845 (alpha_store_return_value): Likewise.
7846
7847 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7848 (alpha_store_return_value): Error on IEEE Quad floats.
7849
7850 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7851 (alpha_extract_struct_value_address): Likewise.
7852 (alpha_store_return_value): Likewise.
7853 (alpha_store_struct_return): Remove.
7854 (alpha_gdbarch_init): Update hook registration to match.
7855
7856 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7857 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7858 macros where appropriate.
7859 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7860 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7861
7862 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7863 for SP, GP; void_func_ptr for PC; non-language-specific types
7864 for all others.
7865 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7866
7867 2003-06-02 Richard Henderson <rth@redhat.com>
7868
7869 * top.h (lim_at_start): Declare.
7870 * main.c (captured_main): Set it.
7871 * top.c (lim_at_start): Define.
7872 (command_loop): Use it instead of &environ.
7873 * event-top.c (command_handler): Likewise.
7874
7875 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7876
7877 * mipsnbsd-tdep.c: Update copyright years.
7878 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7879
7880 2003-06-01 Richard Henderson <rth@redhat.com>
7881
7882 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7883 (alpha-linux-tdep.o): Update dependencies.
7884 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7885 * alpha-mdebug-tdep.c: Remove unneeded includes.
7886
7887 2003-06-01 Richard Henderson <rth@redhat.com>
7888
7889 * alpha-tdep.c (alpha_register_reggroup_p): New.
7890 (alpha_gdbarch_init): Register it.
7891
7892 2003-06-02 Andrew Cagney <cagney@redhat.com>
7893
7894 * dwarfread.c: Eliminate "register"
7895 (decode_die_type): Eliminate assignment within "if".
7896 (struct_type, decode_array_element_type): Ditto.
7897 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7898 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7899 (decode_modified_type, completedieinfo): Ditto.
7900 * block.c: Eliminate "register".
7901 (blockvector_for_pc_sect): Eliminate assignment within "if".
7902 * cp-support.h (struct symbol): Opaque declaration.
7903 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7904
7905 2003-06-01 Richard Henderson <rth@redhat.com>
7906
7907 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7908 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7909
7910 2003-06-01 Adam Fedor <fedor@gnu.org>
7911
7912 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7913 * gdbarch.[ch]: Regenerate.
7914 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7915 (hppa_gdbarch_init): Set it in the gdbarch vector.
7916 * i386-tdep.c (i386_fetch_pointer_argument): New
7917 (i386_gdbarch_init): Set it into gdbarch.
7918 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7919 (rs6000_gdbarch_init): Set it in gdbarch.
7920 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7921 (sparc_gdbarch_init): Set it in gdbarch.
7922
7923 2003-06-01 Andrew Cagney <cagney@redhat.com>
7924
7925 * defs.h (extract_address): Delete declaration.
7926 * findvar.c (extract_address): Delete function.
7927 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7928 extract_address with the inline equivalent,
7929 extract_unsigned_integer.
7930 (xstormy16_extract_struct_value_address): Ditto.
7931 (xstormy16_pointer_to_address): Ditto.
7932 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7933 * v850-tdep.c (v850_push_arguments): Ditto.
7934 (v850_extract_return_value): Ditto.
7935 (v850_extract_struct_value_address): Ditto.
7936 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7937 (sparcnbsd_get_longjmp_target_64): Ditto.
7938 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7939 (get_longjmp_target): Ditto.
7940 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7941 (sh64_extract_struct_value_address): Ditto.
7942 (sh_push_arguments): Ditto.
7943 (sh64_push_arguments): Ditto.
7944 * remote-vxsparc.c (vx_read_register): Ditto.
7945 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7946 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7947 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7948 * mipsv4-nat.c (get_longjmp_target): Ditto.
7949 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7950 * mips-nat.c (get_longjmp_target): Ditto.
7951 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7952 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7953 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7954 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7955 * irix5-nat.c (get_longjmp_target): Ditto.
7956 * irix4-nat.c (get_longjmp_target): Ditto.
7957 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7958 (ia64_push_arguments): Ditto.
7959 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7960 * h8300-tdep.c (h8300_push_arguments): Ditto.
7961 (h8300_store_return_value): Ditto.
7962 (h8300_extract_struct_value_address): Ditto.
7963 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7964 (frv_push_arguments): Ditto.
7965 * avr-tdep.c (avr_pointer_to_address): Ditto.
7966 (avr_push_arguments): Ditto.
7967 * arm-tdep.c (arm_push_dummy_call): Ditto.
7968 (arm_get_longjmp_target): Ditto.
7969 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7970 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7971 (alpha_get_longjmp_target): Ditto.
7972
7973 * solib-irix.c (extract_mips_address): Inline extract_address,
7974 replacing it with extract_signed_integer.
7975 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7976 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7977 (first_link_map_member, open_symbol_file_object): Ditto.
7978 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7979 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7980 (LM_NEXT, LM_NAME): Ditto.
7981
7982 2003-06-01 Richard Henderson <rth@redhat.com>
7983
7984 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7985 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7986 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7987 (alpha_cannot_store_register): Likewise.
7988 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7989 * alpha-nat.c (supply_gregset): Likewise.
7990 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7991
7992 2003-06-01 Andrew Cagney <cagney@redhat.com>
7993
7994 * infcall.c (call_function_by_hand): Update comment on
7995 DEPRECATED_DUMMY_WRITE_SP.
7996
7997 * mips-tdep.c (mips_gdbarch_init): Do not set
7998 deprecated_dummy_write_sp.
7999 (mips_eabi_push_dummy_call): Set the SP register.
8000 (mips_o64_push_dummy_call): Set the SP register.
8001 (mips_o32_push_dummy_call): Set the SP register.
8002 (mips_n32n64_push_dummy_call): Set the SP register.
8003
8004 2003-06-01 Richard Henderson <rth@redhat.com>
8005
8006 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
8007 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
8008 (supply_gregset): Likewise.
8009 * alpha-tdep.c (alpha_store_return_value): Likewise.
8010 (alpha_get_longjmp_target): Likewise.
8011 (alpha_register_name): Constify array.
8012 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
8013 deprecated_register_size, deprecated_register_bytes,
8014 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
8015 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
8016 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
8017
8018 2003-06-01 Richard Henderson <rth@redhat.com>
8019
8020 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
8021 from arg_reg_buffer to regcache to avoid double conversion.
8022
8023 2003-06-01 Mark Kettenis <kettenis@gnu.org>
8024
8025 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8026 SP_REGNUM.
8027 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
8028 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
8029
8030 2003-06-01 Richard Henderson <rth@redhat.com>
8031
8032 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
8033 (decode_frame_entry): Set it. Skip FDE augmentation.
8034
8035 2003-06-01 Richard Henderson <rth@redhat.com>
8036
8037 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
8038 not overlapping PC_REGNUM.
8039
8040 2003-06-01 Richard Henderson <rth@redhat.com>
8041
8042 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
8043 alpha_push_arguments. Don't dump argument register data to
8044 the target stack. Fix float and 128-bit long double semantics.
8045 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
8046 (alpha_fix_call_dummy): Remove.
8047 (alpha_call_dummy_words): Remove.
8048 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
8049
8050 2003-06-01 Richard Henderson <rth@redhat.com>
8051
8052 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
8053
8054 2003-06-01 Andrew Cagney <cagney@redhat.com>
8055
8056 * mips-tdep.c (is_mips16_addr): New function.
8057 (make_mips16_addr, unmake_mips16_addr): New functions.
8058 (pc_is_mips16, mips_fetch_instruction): Use.
8059 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
8060 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
8061 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
8062 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
8063 TARGET_MIPS.
8064 * config/mips/tm-mips.h: Update copyright.
8065 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
8066 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
8067 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
8068 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
8069 (TM_PRINT_INSN_MACH): Delete.
8070 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
8071
8072 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
8073 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
8074 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
8075 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
8076 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
8077 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
8078 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
8079 mips*-*-riscos* and mips*-*-sysv* onto mips.
8080 * config/mips/mips64.mt: New file.
8081 * config/mips/mips.mt: New file.
8082 * config/mips/littlemips.mt: Delete file.
8083 * config/mips/decstation.mt: Delete file.
8084 * config/mips/vr4300el.mt: Delete file.
8085 * config/mips/vr5000el.mt: Delete file.
8086 * config/mips/vr5000.mt: Delete file.
8087 * config/mips/vr4100.mt: Delete file.
8088 * config/mips/vr4xxxel.mt: Delete file.
8089 * config/mips/vr4300.mt: Delete file.
8090 * config/mips/vr4xxx.mt: Delete file.
8091 * config/mips/bigmips.mt: Delete file.
8092 * config/mips/bigmips64.mt: Delete file.
8093 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
8094 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
8095 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
8096 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
8097 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
8098 "tm-bigmips.h".
8099 * config/mips/tm-irix3.h: Ditto.
8100 * config/mips/tm-mipsv4.h: Ditto.
8101 * config/mips/tm-embed.h: Ditto.
8102 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
8103 "tm-bigmips64.h".
8104 * config/mips/tm-vr5000el.h: Delete file.
8105 * config/mips/tm-tx39l.h: Delete file.
8106 * config/mips/tm-vr4300el.h: Delete file.
8107 * config/mips/tm-vr4xxxel.h: Delete file.
8108 * config/mips/tm-vr4300.h: Delete file.
8109 * config/mips/tm-vr4100.h: Delete file.
8110 * config/mips/tm-vr4xxx.h: Delete file.
8111 * config/mips/tm-vr5000.h: Delete file.
8112 * config/mips/tm-embedl64.h: Delete file.
8113 * config/mips/tm-embedl.h: Delete file.
8114 * config/mips/tm-embed64.h: Delete file.
8115 * config/mips/tm-bigmips64.h: Delete file.
8116 * config/mips/tm-bigmips.h: Delete file.
8117
8118 2003-06-01 Mark Kettenis <kettenis@gnu.org>
8119
8120 Fix gdb/1216.
8121 * shnbsd-nat.c: Include "sh-tdep.h".
8122
8123 From Richard Henderson <rth@redhat.com>:
8124 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
8125
8126 2003-05-31 Andrew Cagney <cagney@redhat.com>
8127
8128 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
8129 forward declaration.
8130 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8131 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8132 (mips_find_saved_regs): Use set_reg_offset.
8133 (mips_frame_init_saved_regs): Delete function.
8134 (mips_pop_frame): Call mips_find_saved_regs instead of
8135 DEPRECATED_FRAME_INIT_SAVED_REGS.
8136
8137 2003-05-31 Andrew Cagney <cagney@redhat.com>
8138
8139 * mips-tdep.c (mips_gdbarch_init): Do not set
8140 deprecated_max_register_raw_size, register_virtual_size, and
8141 deprecated_max_register_virtual_size.
8142
8143 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8144
8145 * i386-tdep.c: Include "dwarf2-frame.h".
8146 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
8147 * Makefile.in (i386-tdep.o): Update dependencies.
8148
8149 * dwarf2-frame.c, dwarf2-frame.h: New files.
8150 * Makefile.in (SFILES): Add dwarf2-frame.c.
8151 (dwarf2_frame_h): Define.
8152 (COMMON_OBS): Add dwarf2-frame.o.
8153 (dwarf2-frame.o): Add dependencies.
8154
8155 2003-05-31 Andreas Jaeger <aj@suse.de>
8156
8157 * x86-64-linux-nat.c: Fix comment.
8158
8159 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8160
8161 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
8162 function signature.
8163
8164 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
8165 have a sigcontext_addr handler.
8166 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
8167 sigcontext_addr handler.
8168
8169 2003-05-31 Andrew Cagney <cagney@redhat.com>
8170
8171 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
8172 (print_fp_register_row): Replace do_fp_register_row.
8173 (mips_print_fp_register): Add "file" and "frame" parameters.
8174 (mips_print_register): Add "file" and "frame" parameters.
8175 (mips_print_registers_info): Replace mips_do_registers_info.
8176 (mips_gdbarch_init): Set print_registers_info instead of
8177 deprecated_do_registers_info.
8178 (mips_read_fp_register_single): Add "frame" parameter.
8179 (mips_read_fp_register_double): Add "frame" parameter.
8180
8181 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8182
8183 * i386-tdep.c (i386_register_name): Check for MMX registers first.
8184 Fixes a bug where GDB would print the wrong register names for
8185 targets without SSE.
8186
8187 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
8188 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8189 registers.
8190
8191 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
8192 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
8193 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8194 TDEP->sc_sp_offset.
8195
8196 From Michal Ludvig <mludvig@suse.cz>:
8197 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
8198 and `sc_num_regs'.
8199 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8200 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8201 I386_ST0_REGNUM): Move here from...
8202 * i386-tdep.c: ... here.
8203 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
8204 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8205 registers if possible.
8206 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
8207 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
8208 Remove variables.
8209 (i386bsd_sc_reg_offset): New variable.
8210 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
8211 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8212 TDEP->sc_sp_offset.
8213 (i386fbsd_sc_reg_offset): New variable.
8214 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
8215 TDEP->sc_num_regs.
8216 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
8217 variables.
8218 (i386fbsd4_sc_reg_offset): New variable.
8219 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
8220 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8221 TDEP->sc_sp_offset.
8222 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
8223 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
8224 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
8225 Remove variables.
8226 (i386nbsd_sc_reg_offset): New variable.
8227 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
8228 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8229 TDEP->sc_sp_offset.
8230 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
8231 Remove variables.
8232 (i386obsd_sc_reg_offset): New variable.
8233 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
8234 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8235 TDEP->sc_sp_offset.
8236 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
8237 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
8238 for frame pointer offset in `struct sigcontext'.
8239
8240 2003-05-31 Andrew Cagney <cagney@redhat.com>
8241
8242 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
8243 architecture methods call_dummy_words, sizeof_call_dummy_words,
8244 push_return_address, store_struct_return, and fix_call_dummy. Set
8245 push_dummy_call instead of deprecated_push_arguments.
8246 (mips_store_struct_return): Delete function.
8247 (mips_fix_call_dummy): Delete function.
8248 (mips_push_return_address): Delete function.
8249 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
8250 RA_REGNUM and T9_REGNUM.
8251 (mips_n32n64_push_dummy_call): Ditto for
8252 mips_n32n64_push_arguments.
8253 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
8254 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
8255
8256 2003-05-31 Andrew Cagney <cagney@redhat.com>
8257
8258 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
8259 "dummy_addr" to "bp_addr".
8260 * infcall.c (call_function_by_hand): Pass "funaddr" to
8261 gdbarch_push_dummy_call.
8262 * gdbarch.h, gdbarch.c: Re-generate.
8263 * i386-tdep.c (i386_push_dummy_call): Update.
8264 * arm-tdep.c (arm_push_dummy_call): Update.
8265 * d10v-tdep.c (d10v_push_dummy_call): Update.
8266
8267 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8268
8269 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
8270 variable declarations.
8271 (x86_64_register_number, x86_64_register_name): Remove prototypes.
8272 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
8273 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
8274 x86_64_init_frame_pc, x86_64_init_frame_pc,
8275 x86_64_function_has_prologue): Remove prototypes.
8276 (X86_64_NUM_GREGS): New define.
8277 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
8278 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
8279 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
8280 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
8281 XMM1_REGNUM): Remove defines.
8282 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
8283 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
8284 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
8285 X86_64_XMM1_REGNUM): New defines.
8286 (struct x86_64_register_info): Renamed from `struct
8287 register_info'. Remove `size' member.
8288 (x86_64_register_info_table): Remove variable.
8289 (x86_64_register_info): New variable.
8290 (X86_64_NUM_REGS): New define.
8291 (X86_64_NUM_GREGS): Remove define.
8292 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
8293 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
8294 Remove variables.
8295 (x86_54_dwarf2_reg_to_regnum): Remove function.
8296 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
8297 (x86_64_dwarf_reg_to_regnum): New function.
8298 (x86_64_register_name): Rewrite.
8299 (x86_64_register_raw_size): Remove function.
8300 (x86_64_register_byte_table): Remove variable.
8301 (x86_64_register_byte): Remove function.
8302 (x86_64_register_virtual_type): Remove function.
8303 (x86_64_register_type): New function.
8304 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
8305 x86_64_register_convert_to_raw): Remove functions.
8306 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
8307 (x86_64_use_struct_convention): Make static. Adjust for renamed
8308 defines.
8309 (x86_64_frame_init_saved_regs): Remove function.
8310 (x86_64_push_arguments): Make static. Change to accept a regcache
8311 as argument.
8312 (x86_64_store_return_value, x86_64_extract_return_value): Make
8313 static. Rewrite based on i386 counterparts.
8314 (x86_64_push_dummy_call): New function.
8315 (X86_64_NUM_SAVED_REGS): New define.
8316 (x86_64_register_number): Remove function.
8317 (x86_64_store_struct_return): Remove function.
8318 (x86_64_frameless_function_invocation,
8319 x86_64_function_has_prologue): Remove functions.
8320 (PROLOG_BUFSIZE): Remove define.
8321 (struct x86_64_frame_cache): New structure.
8322 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
8323 x86_64_frame_cache, x86_64_frame_this_id,
8324 x86_64_frame_prev_register, x86_64_frame_p,
8325 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
8326 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
8327 functions.
8328 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
8329 variables.
8330 (x86_64_skip_prologue): Rewrite in terms of
8331 x86_64_analyze_prologue.
8332 (x86_64_frame_base_address): New function.
8333 (x86_64_frame_base): New variable.
8334 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
8335 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
8336 set deprecated_fp_regnum, deprecated_register_size,
8337 deprecated_register_bytes, register_raw_size, register_byte,
8338 register_virtual_type, register_convertiable,
8339 register_convert_to_virtual, convert_to_raw,
8340 deprecated_get_saved_register, deprecated_target_read_fp,
8341 deprecated_push_arguments, deprecated_push_return_address,
8342 deprecated_pop_frame, deprecated_store_struct_return,
8343 deprecated_frame_init_saved_regs, deprecated_frame_chain,
8344 frameless_function_invocation, deprecated_frame_saved_pc,
8345 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
8346 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
8347 deprecated_init_frame_pc and virtual_frame_pointer. Call
8348 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
8349 and x86_64_frame_p. Call frame_base_set_default to register
8350 x86_64_frame_base.
8351 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
8352 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
8353 (_initialize_x86_64_tdep): Remove function.
8354 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
8355 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
8356 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
8357 define.
8358 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
8359 (x86_64_linux_sigcontext_addr): Rewrite.
8360 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
8361 x86_64_linux_frame_saved_pc): Remove functions.
8362 (x86_64_linux_pc_in_sigtramp): Renamed from
8363 x86_64_linux_in_sigtramp. Try harder to recognize a signal
8364 trampoline.
8365 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
8366 Remove_functions.
8367 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
8368 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8369 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
8370 (x86_64_regmap): Rename to regmap.
8371 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
8372 x86_64_num_gregs.
8373 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
8374 x86_64_regmap.
8375 (x86_64_fxsave_offset): Remove function.
8376 (supply_fpregset): Simply call x86_64_supply_fxsave.
8377 (fill_fpregset): Simply call x86_64_fill_fxsave.
8378 (fetch_inferior_registers, store_inferior_registers): Avoid
8379 asignment in if-statement.
8380 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
8381 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
8382 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
8383 (fetch_core_registers): Remove function.
8384 (linux_elf_core_fns): Remove.
8385 (offsetoff): Don't define.
8386 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
8387 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
8388 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
8389 add core-regset.o.
8390 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
8391 protection against multiple includes instead of NM_X86_64_h. Add
8392 various comments. Include "config/nm-linux.h". Don't include
8393 <signal.h>.
8394 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
8395 GET_THREAD_SIGNALS): Remove defines.
8396 (x86_64_register_u_addr, kernel_u_size,
8397 lin_thread_get_thread_signals): Remove prototypes.
8398 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
8399 [HAVE_LINK_H]: Don't include "solib.h".
8400 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
8401 * config/i386/tm-x86-64linux.h: Fix comments.
8402 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
8403 x86-64-tdep.o): Update dependencies.
8404
8405 2003-05-30 Andrew Cagney <cagney@redhat.com>
8406
8407 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
8408 Change parameter type to a "struct regcache *".
8409
8410 * gdbarch.sh: Regardless of the multi-arch level, always define
8411 the macro when not already defined.
8412 * gdbarch.h, gdbarch.c: Re-generate.
8413
8414 2003-05-30 Richard Henderson <rth@redhat.com>
8415
8416 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
8417 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
8418 (alpha_mdebug_frame_this_id): Likewise.
8419 (alpha_mdebug_frame_prev_register): Likewise.
8420 (alpha_mdebug_frame_base_address): Likewise.
8421 (alpha_mdebug_frame_locals_address): Likewise.
8422 (alpha_mdebug_frame_args_address): Likewise.
8423 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
8424 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
8425 (alpha_heuristic_frame_unwind_cache): Make static; add missing
8426 loop increment.
8427 (alpha_heuristic_frame_this_id): Make static.
8428 (alpha_heuristic_frame_prev_register): Likewise.
8429 (alpha_heuristic_frame_base_address): Likewise.
8430 * alpha-tdep.h: Update.
8431
8432 2003-05-30 Mark Kettenis <kettenis@gnu.org>
8433
8434 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
8435 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
8436 defenitions.
8437 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
8438 * i386-tdep.c: Mark functions that are 64-bit safe as such.
8439 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8440 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8441 I386_ST0_REGNUM): New defines.
8442 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
8443 codestream_get): Remove define.
8444 (codestream_next_addr, condestream_addr, condestream_buf,
8445 codestream_off, codestream_cnt): Remove variables.
8446 (codestream_fill, codestream_seek, codestream_read): Remove
8447 functions.
8448 (i386_follow_jump): Rewrite to avoid usage of removed codestream
8449 functionality.
8450 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
8451 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
8452 i386_frame_saved_pc, i386_saved_pc_after_call,
8453 i386_frame_num_args, i386_frame_init_saved_regs,
8454 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
8455 i386_push_arguments): Remove functions.
8456 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
8457 functionality. Use i386_analyze_prologue instead of
8458 i386_get_frame_setup.
8459 (I386_NUM_SAVED_REGS): New define.
8460 (struct i386_frame_cache): New structure.
8461 (i386_alloc_frame_cache, i386_analyze_struct_return,
8462 i386_skip_probe, i386_analyze_frame_setup,
8463 i386_analyze_register_saves, i386_analyze_prologue,
8464 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
8465 i386_frame_prev_register, i386_sigtramp_frame_cache,
8466 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
8467 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
8468 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
8469 New functions.
8470 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
8471 New variables.
8472 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
8473 I386_EAX_REGNUM and I386_EDX_REGNUM.
8474 (i386_extract_return_value, i386_store_return_value): Use
8475 I386_ST0_REGNUM where appropriate.
8476 (i386_extract_struct_value_address): Rewrite to use extract_address.
8477 (i386_svr4_pc_in_sigtramp): Add comment.
8478 (i386_svr4_sigcontext_addr): Rewrite.
8479 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
8480 TDEP->sc_sp_offset.
8481 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
8482 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
8483 of new defines. Set push_dummy_call, don't set
8484 deprecated_push_arguments, deprecated_push_return_address,
8485 deprecated_pop_frame. Don't set parm_boundary. Don't set
8486 deprecated_frame_chain, deprecated_frame_saved_pc,
8487 deprecated_saved_pc_after_call. Set unwind_dummy_id,
8488 save_dummy_frame_tos, unwind_pc. Call
8489 frame_unwind_append_predicate and frame_base_set_default. Don't
8490 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
8491 Don't set frameless_function_invocation. Don't set
8492 deprecated_register_bytes, deprecated_register_size,
8493 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
8494 * i386-linux-tdep.c: Fix formatting in some comments.
8495 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
8496 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8497 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8498 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8499 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8500 redundant parentheses.
8501 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8502 (i386_linux_sigcontext_addr): Use it. Rewrite.
8503 (find_minsym_and_objfile): Change name of second argument.
8504 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
8505 changed. Use frame_pc_unwind instead of
8506 DEPRECATED_SAVED_PC_AFTER_CALL.
8507 (i386_linux_init_abi): Don't set deprecated_register_bytes.
8508 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8509 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8510 unwinder.
8511 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8512 "dummy-frame.h".
8513 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8514 (_initialize_i386_cygwin_tdep): New prototype.
8515 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8516 deprecated_frame_chain_valid.
8517 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8518 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8519 Rely on the SVR4 defaults.
8520 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8521 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8522
8523 2003-05-30 Andrew Cagney <cagney@redhat.com>
8524
8525 * infcall.c (call_function_by_hand): Always call
8526 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8527
8528 2003-05-30 Richard Henderson <rth@redhat.com>
8529
8530 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8531 increment.
8532
8533 2003-05-29 Jim Blandy <jimb@redhat.com>
8534
8535 Use gdbarch methods for solib stuff on PowerPC Linux.
8536 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8537 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8538 show through.
8539 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8540 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8541 giving the same effect as the #definitions above.
8542
8543 2003-05-29 Adam Fedor <fedor@gnu.org>
8544
8545 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8546 (find_implementation_from_class): Replace it with the standard
8547 case i.e. do nothing.
8548
8549 2003-05-29 Richard Henderson <rth@redhat.com>
8550
8551 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8552 (alpha_linux_sigtramp_offset): Use it. Make static.
8553 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8554 update for new frame model.
8555 * alpha-mdebug-tdep.c: New file.
8556 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8557 (alpha_osf1_init_abi): Install it.
8558 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8559 (linked_proc_desc_table): Remove.
8560 (alpha_frame_past_sigtramp_frame): Remove.
8561 (alpha_dynamic_sigtramp_offset): Remove.
8562 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8563 (alpha_proc_desc_is_dyn_sigtramp): Remove.
8564 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8565 (push_sigtramp_desc): Remove.
8566 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8567 (alpha_cannot_store_register): Likewise.
8568 (alpha_sigcontext_addr): Remove.
8569 (alpha_find_saved_regs): Remove.
8570 (alpha_frame_init_saved_regs): Remove.
8571 (alpha_init_frame_pc_first): Remove.
8572 (read_next_frame_reg): Remove.
8573 (alpha_frame_saved_pc): Remove.
8574 (alpha_saved_pc_after_call): Remove.
8575 (temp_proc_desc, temp_saved_regs): Remove.
8576 (alpha_about_to_return): Remove.
8577 (cached_proc_desc): Remove.
8578 (alpha_frame_chain): Remove.
8579 (alpha_print_extra_frame_info): Remove.
8580 (alpha_init_extra_frame_info): Remove.
8581 (alpha_frame_locals_address): Remove.
8582 (alpha_frame_args_address): Remove.
8583 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8584 (alpha_push_dummy_frame): Remove.
8585 (alpha_pop_frame): Remove.
8586 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8587 (alpha_read_insn): New.
8588 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8589 for different insn encodings.
8590 (alpha_in_lenient_prologue): Remove.
8591 (struct alpha_sigtramp_unwind_cache): New.
8592 (alpha_sigtramp_frame_unwind_cache): New.
8593 (alpha_sigtramp_register_address): New.
8594 (alpha_sigtramp_frame_this_id): New.
8595 (alpha_sigtramp_frame_prev_register): New.
8596 (alpha_sigtramp_frame_unwind): New.
8597 (alpha_sigtramp_frame_p): New.
8598 (struct alpha_heuristic_unwind_cache): New.
8599 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8600 don't count nop insns that occur between functions.
8601 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8602 heuristic_proc_desc, but without the mdebug wrapping.
8603 (alpha_heuristic_frame_this_id): New.
8604 (alpha_heuristic_frame_prev_register): New.
8605 (alpha_heuristic_frame_unwind): New.
8606 (alpha_heuristic_frame_p): New.
8607 (alpha_heuristic_frame_base_address): New.
8608 (alpha_heuristic_frame_base): New.
8609 (alpha_unwind_dummy_id): New.
8610 (alpha_unwind_pc): New.
8611 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8612 frame related deprecated initializations; install replacements.
8613 (alpha_dump_tdep): Remove.
8614 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8615 (alpha_read_insn, alpha_after_prologue,
8616 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8617 alpha_heuristic_frame_prev_register,
8618 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8619 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8620 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8621 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8622
8623 2003-05-29 Andrew Cagney <cagney@redhat.com>
8624
8625 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8626 dependant on the availability of ASSERT_FUNCTION.
8627 (ASSERT_FUNCTION): Do not define when there is no function name.
8628
8629 2003-05-29 Kevin Buettner <kevinb@redhat.com>
8630
8631 From Jimi X <jimix@watson.ibm.com>:
8632 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8633
8634 2003-05-28 Jim Blandy <jimb@redhat.com>
8635
8636 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8637 argument to ptrace to int; the system headers should give it the
8638 right type, and pointers don't fit in ints on powerpc64-*-*.
8639
8640 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8641
8642 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8643 DW_TAG_catch_block.
8644
8645 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8646
8647 * stabsread.c (dbx_lookup_type): Make static.
8648 (read_type): Ditto.
8649 (add_undefined_type): Ditto.
8650 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8651 not export.
8652
8653 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8654
8655 * hpread.c (hpread_has_name): Make static.
8656 (hpread_psymtab_to_symtab): Ditto.
8657 (file_exists): Ditto.
8658 (hpread_call_pxdb): Ditto.
8659 (hpread_pxdb_needed): Ditto.
8660 (hpread_quick_traverse): Ditto.
8661 (hpread_get_header): Ditto.
8662 (hpread_get_lntt): Ditto.
8663 (hpread_get_slt): Ditto.
8664 (class_of): Ditto.
8665
8666 2003-05-25 Andreas Schwab <schwab@suse.de>
8667
8668 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8669 stack_align and deprecated_extra_stack_alignment_needed.
8670 (m68k_stack_align): Delete.
8671
8672 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8673 (m68k_register_virtual_size): Likewise.
8674 (altos_skip_prologue): Remove obsolete function.
8675 (isi_frame_num_args): Likewise.
8676 (news_frame_num_args): Likewise.
8677 (m68k_fix_call_dummy): Make static.
8678 (m68k_push_dummy_frame): Likewise.
8679 (m68k_pop_frame): Likewise.
8680 (m68k_skip_prologue): Likewise.
8681 (m68k_frame_init_saved_regs): Likewise.
8682 (m68k_saved_pc_after_call): Likewise.
8683 (m68k_get_longjmp_target): Make multi-arch.
8684 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8685 structure. Register m68k_get_longjmp_target if enabled.
8686 * m68k-tdep.h (struct gdbarch_tdep): Define.
8687 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8688
8689 * Makefile.in (config.status): Also depend on configure.tgt
8690 and configure.host.
8691 (m68klinux-tdep.o): Update dependencies.
8692 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8693 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8694 (M68K_LINUX_JB_PC): Define.
8695 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8696 and take additional parameter.
8697 (m68k_linux_sigtramp_saved_pc): Update.
8698 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8699 m68k_linux_pc_in_sigtramp, in_plt_section,
8700 find_solib_trampoline_target.
8701 * config/m68k/tm-linux.h: Don't include any tm headers.
8702 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8703 (JB_ELEMENT_SIZE): Likewise.
8704 (JB_PC): Likewise.
8705 (GET_LONGJMP_TARGET): Likewise.
8706 (IN_SIGTRAMP): Likewise.
8707 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8708
8709 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8710
8711 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8712 (sparc32_push_arguments): Re-implement by calling
8713 sparc32_do_push_arguments.
8714
8715 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8716
8717 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8718 SPARC_O1_REGNUM): New defines.
8719 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8720 (sparc32_store_return_value): New function.
8721 (sparc_extract_struct_value_address): Rewrite to operate on a
8722 regcache.
8723 (sparc_gdbarch_init): Don't set
8724 deprecated_extract_struct_value_address. Set
8725 extract_struct_value_address instead. Don't set
8726 deprecated_extract_return_value and deprecated_store_return_value
8727 for 32-bit targets. Set extract_return_value and
8728 store_return_value instead.
8729 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8730 DEPRECATED_EXTRACT_RETURN_VALUE,
8731 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8732 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8733 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8734 (sparc_store_return_value): Remove prototype.
8735 (sparc32_store_return_value): New prototype.
8736 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8737 Adjust prototypes.
8738
8739 2003-05-24 Mark Kettenis <kettenis@gnu.org>
8740
8741 * sparcnbsd-tdep.c: Include "gdb_string.h".
8742
8743 2003-05-23 Andrew Cagney <cagney@redhat.com>
8744
8745 * p-valprint.c (pascal_val_print): Replace extract_address with
8746 the inline equivalent extract_unsigned_integer.
8747 * jv-valprint.c (java_value_print): Ditto.
8748 * ada-valprint.c (ada_val_print_1): Ditto.
8749 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8750
8751 2003-05-23 Theodore A. Roth <troth@openavr.org>
8752
8753 * blockframe.c (frameless_look_for_prologue): Remove unused
8754 after_prologue variable.
8755
8756 2003-05-23 Mark Kettenis <kettenis@gnu.org>
8757
8758 * blockframe.c (get_pc_function_start): Rewrite to avoid
8759 asignments in if-statements.
8760
8761 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8762
8763 Committed by Elena Zannoni <ezannoni@redhat.com>.
8764 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8765 files, don't relocate absolute symbols (and do use mst_abs).
8766
8767 2003-05-23 Andrew Cagney <cagney@redhat.com>
8768
8769 * objc-lang.c: Include "gdb_assert.h".
8770 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8771 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8772 (gdb_check, gdb_check_fatal): Delete functions.
8773 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8774 gdb_assert.
8775 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8776 * Makefile.in (objc-lang.o): Update dependencies.
8777
8778 2003-05-22 Ian Lance Taylor <ian@airs.com>
8779
8780 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8781 with fprintf_filtered, not fprintf_unfiltered.
8782
8783 2003-05-22 Andrew Cagney <cagney@redhat.com>
8784
8785 * stack.c (frame_info): Inline extract_address, replacing it with
8786 extract_unsigned_integer.
8787 * findvar.c (unsigned_pointer_to_address): Ditto.
8788 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8789 * dwarf2expr.c (dwarf2_read_address): Ditto.
8790 * frame.c (frame_pc_unwind): Update comment.
8791 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8792
8793 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8794
8795 * infptrace.c (detach): Call print_sys_errmsg rather than
8796 perror_with_name to issue warning message when errno is non-zero
8797 after calling ptrace detach.
8798
8799 2003-05-21 J. Brobecker <brobecker@gnat.com>
8800
8801 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8802 macro definitions from here...
8803 * hppa-tdep.c: ...to there.
8804
8805 2003-05-20 Kevin Buettner <kevinb@redhat.com>
8806
8807 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8808 register_ptrace_addr(). Fix all callers.
8809
8810 2003-05-21 Andreas Schwab <schwab@suse.de>
8811
8812 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8813 dependencies.
8814 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8815 end.
8816 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8817 (_initialize_m68k_linux_tdep): New function.
8818 (m68k_linux_frame_saved_pc): Make static.
8819 (m68k_linux_extract_return_value): Likewise.
8820 (m68k_linux_store_return_value): Likewise.
8821 (m68k_linux_extract_struct_value_address): Likewise.
8822 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8823 Remove.
8824 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8825 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8826 (DEPRECATED_FRAME_SAVED_PC): Remove.
8827
8828 2003-05-20 Kris Warkentin <kewarken@qnx.com>
8829
8830 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8831 regset numbering rather than our own.
8832
8833 2003-05-19 David Carlton <carlton@bactrian.org>
8834
8835 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8836
8837 2003-05-19 David Carlton <carlton@bactrian.org>
8838
8839 Partial fix for PR c++/827.
8840 * cp-support.h: Include symtab.h.
8841 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8842 * cp-namespace.c: Update contributors.
8843 (cp_lookup_symbol_nonlocal): New.
8844 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8845 (lookup_symbol_file): Ditto.
8846 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8847 * block.h: Declare block_scope, block_using, block_global_block.
8848 * block.c (block_scope): New.
8849 (block_using, block_global_block): Ditto.
8850 * Makefile.in (cp_support_h): Depend on symtab_h.
8851 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8852
8853 2003-05-19 David Carlton <carlton@bactrian.org>
8854
8855 * language.h (struct language_defn): Add 'la_value_of_this'
8856 and 'la_lookup_symbol_nonlocal' members.
8857 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8858 lookup_symbol_static, lookup_symbol_global,
8859 lookup_symbol_aux_block.
8860 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8861 if we should search fields of this and how to do static/global
8862 lookup.
8863 (lookup_symbol_aux_block): Make extern.
8864 (basic_lookup_symbol_nonlocal): New.
8865 (lookup_symbol_static, lookup_symbol_global): Ditto.
8866 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8867 'la_lookup_symbol_nonlocal' members.
8868 * c-lang.c (c_language_defn, cplus_language_defn)
8869 (asm_language_defn, minimal_language_defn): Ditto.
8870 * jv-lang.c (java_language_defn): Ditto.
8871 * language.c (unknown_language_defn, auto_language_defn)
8872 (local_language_defn): Ditto.
8873 * m2-lang.c (m2_language_defn): Ditto.
8874 * objc-lang.c (objc_language_defn): Ditto.
8875 * scm-lang.c (scm_language_defn): Ditto.
8876 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8877 * p-lang.c (pascal_language_defn): Ditto for both.
8878 * Makefile.in (f-lang.o): Depend on value_h.
8879 (p-lang.o): Ditto.
8880
8881 2003-05-19 David Carlton <carlton@bactrian.org>
8882
8883 * block.h: Declare block_static_block.
8884 * block.c (block_static_block): New.
8885 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8886 lookup_symbol_aux_local, calling block_static_block instead.
8887 (lookup_symbol_aux_local): Delete 'static_block' argument.
8888
8889 2003-05-19 David Carlton <carlton@bactrian.org>
8890
8891 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8892
8893 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8894
8895 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8896 register numbers mapping.
8897
8898 2003-05-18 Adam Fedor <fedor@gnu.org>
8899
8900 * symtab.c (completion_list_objc_symbol): New function.
8901 (make_symbol_completion_list): Use it to add ObjC symbols
8902 when looking though the list.
8903 (language_search_unquoted_string): New function.
8904 (make_file_symbol_completion_list): Use it.
8905
8906 2003-05-18 Andreas Schwab <schwab@suse.de>
8907
8908 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8909 dependencies.
8910 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8911 as m68k_linux_extract_return_value.
8912 (DEPRECATED_STORE_RETURN_VALUE): Define as
8913 m68k_linux_store_return_value.
8914 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8915 m68k_linux_extract_struct_value_address.
8916 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8917 get_next_frame, get_frame_base, get_frame_pc.
8918 (m68k_linux_frame_saved_pc): Use get_frame_base.
8919 (m68k_linux_extract_return_value): New function.
8920 (m68k_linux_store_return_value): New function.
8921 (m68k_linux_extract_struct_value_address): New function.
8922 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8923
8924 * c-exp.y (typebase): Remove duplicate occurence of
8925 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8926 of lookup_signed_typename.
8927
8928 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8929
8930 * dwarf2loc.c (find_location_expression): Change type of second
8931 argument to `size_t *'.
8932 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8933 for size variable.
8934
8935 2003-05-18 David Carlton <carlton@bactrian.org>
8936
8937 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8938 'linkage_name'. Add comment.
8939 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8940 'linkage_name'.
8941 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8942 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8943 (lookup_block_symbol): Ditto.
8944
8945 2003-05-16 Andrew Cagney <cagney@redhat.com>
8946
8947 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8948 * gdbarch.h, gdbarch.c: Re-generate.
8949 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8950 * TODO (REGISTER_BYTES): Delete reference.
8951 * alpha-tdep.c (alpha_gdbarch_init): Update.
8952 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8953 * x86-64-tdep.c (x86_64_init_abi): Update.
8954 * vax-tdep.c (vax_gdbarch_init): Update.
8955 * v850-tdep.c (v850_gdbarch_init): Update.
8956 * sparc-tdep.c (sparc_gdbarch_init): Update.
8957 * sh-tdep.c (sh_gdbarch_init): Update.
8958 * s390-tdep.c (s390_gdbarch_init): Update.
8959 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8960 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8961 (ns32k_gdbarch_init_32382): Update.
8962 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8963 * mcore-tdep.c (mcore_gdbarch_init): Update.
8964 * m68k-tdep.c (m68k_gdbarch_init): Update.
8965 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8966 * ia64-tdep.c (ia64_gdbarch_init): Update.
8967 * i386-tdep.c (i386_gdbarch_init): Update.
8968 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8969 * hppa-tdep.c (hppa_gdbarch_init): Update.
8970 * h8300-tdep.c (h8300_gdbarch_init): Update.
8971 * frv-tdep.c (frv_gdbarch_init): Update.
8972 * cris-tdep.c (cris_gdbarch_init): Update.
8973 * avr-tdep.c (avr_gdbarch_init): Update.
8974 * arm-tdep.c (arm_gdbarch_init): Update.
8975 * sparc-tdep.c (sparc_pop_frame): Update.
8976 * rs6000-tdep.c (rs6000_pop_frame): Update.
8977 * remote.c (init_remote_state): Update.
8978 (remote_prepare_to_store): Update.
8979 * remote-vx.c (vx_prepare_to_store): Update.
8980 * remote-sds.c (sds_fetch_registers): Update.
8981 (sds_prepare_to_store): Update.
8982 * remote-array.c: Update.
8983 * regcache.c (init_legacy_regcache_descr): Update.
8984 (init_regcache_descr): Update.
8985 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8986 (mips_o64_extract_return_value): Update.
8987 * irix5-nat.c (fetch_core_registers): Update.
8988 * irix4-nat.c (fetch_core_registers): Update.
8989 * i386-tdep.h: Update.
8990 * hppa-tdep.c (pa_do_registers_info): Update.
8991 (pa_do_strcat_registers_info): Update.
8992 * cris-tdep.c (cris_register_bytes_ok): Update.
8993 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8994 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8995 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8996 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8997 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8998 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8999 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
9000 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
9001 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
9002 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
9003 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
9004 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
9005 (REGISTER_BYTES_OK): Update.
9006 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
9007 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
9008
9009 2003-05-16 Ian Lance Taylor <ian@airs.com>
9010
9011 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
9012 (vax_print_insn, print_insn_arg): Remove static functions.
9013 (vax_gdbarch_init): Call set_gdbarch_print_insn with
9014 print_insn_vax from opcodes library.
9015 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
9016
9017 2003-05-15 Andrew Cagney <cagney@redhat.com>
9018
9019 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
9020 * target.h (memory_breakpoint_from_pc): Delete declaration.
9021 * mem-break.c (memory_breakpoint_from_pc): Delete function.
9022 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
9023 * monitor.c (monitor_insert_breakpoint): Use
9024 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
9025 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
9026 * gdbarch.h, gdbarch.c: Re-generate.
9027 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
9028 (sparc_gdbarch_init): Set breakpoint_from_pc to
9029 sparc_breakpoint_from_pc.
9030 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
9031 (BREAKPOINT_FROM_PC): Define.
9032 (sparc_breakpoint_from_pc): Declare.
9033 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
9034 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
9035 (BREAKPOINT_FROM_PC): Define.
9036 (BREAKPOINT): Delete macro.
9037 * target.h: Update comment.
9038 * s390-tdep.c (s390_gdbarch_init): Update comments.
9039 * remote.c: Update comments.
9040 * remote-mips.c: Update comments.
9041 * proc-api.c (write_with_trace): Do not check for a breakpoint.
9042 * mem-break.c: Update comment.
9043 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
9044 (ia64_memory_insert_breakpoint): Update.
9045 * config/sparc/tm-sparc.h: Update comment.
9046 * config/pa/tm-hppa64.h: Update comment.
9047 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9048 (rs6000_breakpoint_from_pc): Update.
9049 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
9050 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
9051 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
9052 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
9053 (mips_breakpoint_from_pc): Update.
9054 (mips_dump_tdep): Update.
9055
9056 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
9057 * minsyms.c (lookup_minimal_symbol): Inline
9058 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
9059
9060 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
9061 * p-valprint.c (pascal_object_print_value_fields): Ditto.
9062 * p-lang.c (pascal_printstr): Ditto.
9063 * objc-lang.c (objc_printstr): Ditto.
9064 * m2-lang.c (m2_printstr): Ditto.
9065 * jv-valprint.c (java_print_value_fields): Ditto.
9066 * f-lang.c (f_printstr): Ditto.
9067 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
9068 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
9069 for repeat_count_threshold.
9070 * Makefile.in (cp-valprint.o): Update dependencies.
9071
9072 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
9073
9074 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
9075 (examine_prologue): Support looking through leaf functions, knowing
9076 they start with mov r2,r12. Support skipping over indirect stores
9077 of the input registers. Upon hitting a non-nop branch instruction
9078 or predicated instruction, bail out by setting lim_pc to the current
9079 pc value in the loop. At the end, if the lim_pc value is still
9080 beyond our calculated value and we have trust_limit set,
9081 use the lim_pc value.
9082
9083 2003-05-15 Andrew Cagney <cagney@redhat.com>
9084
9085 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
9086 generic_find_dummy_frame.
9087 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
9088 (deprecated_generic_find_dummy_frame): Update.
9089 (deprecated_read_register_dummy): Update.
9090 * frame.c (deprecated_generic_get_saved_register): Update.
9091
9092 2003-05-15 Theodore A. Roth <troth@openavr.org>
9093
9094 * avr-tdep.c (avr_breakpoint_from_pc): New function.
9095 (avr_gdbarch_init): Set breakpoint_from_pc method.
9096
9097 2003-05-15 Andrew Cagney <cagney@redhat.com>
9098
9099 * regcache.c (build_regcache): Set deprecated_register_valid
9100 directly.
9101 (deprecated_grub_regcache_for_register_valid): Delete function.
9102 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
9103 declaration.
9104
9105 2003-05-15 David Carlton <carlton@bactrian.org>
9106
9107 Committed by Elena Zannoni <ezannoni@redhat.com>
9108 * symtab.c (lookup_symbol_aux): Delete calls to
9109 lookup_symbol_aux_minsyms.
9110 (lookup_symbol_aux_minsyms): Comment out function and
9111 prototype. Delete lookup by mangled name.
9112
9113 2003-05-14 Kevin Buettner <kevinb@redhat.com>
9114
9115 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
9116 correctly indicate an empty stack and ``stack_allocated'' to the
9117 indicate the number of elements initially allocated.
9118 (dwarf_expr_grow_stack): Simplify method for computing new
9119 stack size. Don't loop infinitely if ``stack_len'' is zero.
9120 (execute_stack_op): Move ``ctx->in_reg'' initialization
9121 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
9122 be used in conjuction with DW_OP_piece. Revise error message
9123 accordingly.
9124
9125 2003-05-14 Theodore A. Roth <troth@openavr.org>
9126
9127 * MAINTAINERS: Update my email address.
9128 * avr-tdep.c: Ditto.
9129
9130 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
9131
9132 * symtab.h (enum domain_enum): Rename from namespace_enum.
9133 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
9134 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
9135 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
9136 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
9137 TYPES_NAMESPACE, METHODS_NAMESPACE.
9138 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
9139 (struct symbol, struct partial_symbol): Rename field
9140 'namespace_enum namespace' to 'domain_enum domain'.
9141 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
9142 Delete old define kludge for namespace.
9143
9144 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
9145 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
9146 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
9147 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
9148 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
9149 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
9150 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
9151 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
9152 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
9153 occurrences of the above.
9154
9155 2003-05-14 Ian Lance Taylor <ian@airs.com>
9156
9157 * Makefile.in (install-only): Use $(SHELL) when running
9158 mkinstalldirs.
9159
9160 2003-05-13 Ian Lance Taylor <ian@airs.com>
9161
9162 * MAINTAINERS (write after approval): Add myself.
9163
9164 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
9165 second and third arguments.
9166 * ser-tcp.c (_initialize_ser_tcp): Likewise.
9167 * ser-unix.c (_initialize_ser_hardwire): Likewise.
9168
9169 2003-05-13 Andrew Cagney <cagney@redhat.com>
9170
9171 * defs.h (store_address): Delete declaration.
9172 findvar.c (store_address): Delete function.
9173 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
9174 store_unsigned_integer.
9175 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
9176 * v850-tdep.c (v850_push_arguments): Ditto.
9177 * sparc-tdep.c (sparc_get_saved_register): Ditto.
9178 * sh-tdep.c (sh64_get_saved_register): Ditto.
9179 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
9180 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
9181 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
9182 (mips_get_saved_register): Ditto.
9183 * ia64-tdep.c (ia64_get_saved_register): Ditto.
9184 (find_func_descr, ia64_push_arguments): Ditto.
9185 * i386-tdep.c (i386_push_arguments): Ditto.
9186 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9187 * frv-tdep.c (frv_push_arguments): Ditto.
9188 * frame.c (legacy_saved_regs_prev_register): Ditto.
9189 (deprecated_generic_get_saved_register): Ditto.
9190 * findvar.c (unsigned_address_to_pointer): Ditto.
9191 * dwarf2read.c (dwarf2_const_value): Ditto.
9192 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
9193 * alpha-tdep.c (alpha_push_arguments): Ditto.
9194
9195 2003-05-12 J. Brobecker <brobecker@gnat.com>
9196
9197 * NEWS: Mention that the hppa-hpux port has been partially
9198 multiarched (32bit ABIT only, so far).
9199
9200 2003-05-11 Andrew Cagney <cagney@redhat.com>
9201
9202 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
9203 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
9204 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
9205 sim/testsuite/sim/arm/misaligned2.ms, and
9206 sim/testsuite/sim/arm/misaligned3.ms.
9207 * disasm.h (struct ui_file): Add opaque struct declaration.
9208 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
9209 * frame.h (struct ui_file): Ditto.
9210
9211 2003-05-11 Mark Kettenis <kettenis@gnu.org>
9212
9213 * value.h: Pretty print.
9214
9215 2003-05-10 Mark Kettenis <kettenis@gnu.org>
9216
9217 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
9218
9219 2003-05-08 Andrew Cagney <cagney@redhat.com>
9220
9221 * regcache.h (max_register_size): Delete declaration.
9222 * regcache.c (max_register_size): Delete function.
9223 (struct regcache_descr): Delete field "max_register_size".
9224 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
9225 registers fit in MAX_REGISTER_SIZE.
9226 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
9227 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
9228 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
9229 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
9230 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
9231 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
9232 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
9233 * dve3900-rom.c, hppa-tdep.c: Ditto.
9234
9235 2003-05-08 David Carlton <carlton@math.stanford.edu>
9236
9237 * valops.c (push_word): Fix typo.
9238
9239 2003-05-08 Andrew Cagney <cagney@redhat.com>
9240
9241 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
9242 * gdbarch.h: Re-generate.
9243 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
9244 (legacy_max_register_raw_size): Delete declaration.
9245 * regcache.c (legacy_max_register_raw_size): Delete function.
9246 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
9247 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
9248 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
9249 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
9250 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
9251 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
9252 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
9253 * findvar.c, dwarf2cfi.c: Ditto.
9254
9255 2003-05-08 Andrew Cagney <cagney@redhat.com>
9256
9257 * mips-tdep.c (read_signed_register): New function, moved to here
9258 from "regcache.c".
9259 (read_signed_register_pid): Ditto.
9260 * regcache.c (read_signed_register_pid): Delete function, moved to
9261 "mips-tdep.c".
9262 (read_signed_register): Ditto.
9263 * regcache.h (read_signed_register): Delete declaration.
9264 (read_signed_register_pid): Delete declaration.
9265
9266 2003-05-08 Andrew Cagney <cagney@redhat.com>
9267
9268 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
9269 * gdbarch.h: Re-generate.
9270 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
9271 (legacy_max_register_virtual_size): Delete declaration.
9272 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
9273 * d10v-tdep.c (d10v_print_registers_info): Ditto.
9274 * tracepoint.c (memrange_sortmerge): Ditto.
9275 * sparc-tdep.c (sparc_print_registers): Ditto.
9276 * regcache.c (legacy_max_register_virtual_size): Delete function.
9277
9278 2002-05-08 J. Brobecker <brobecker@gnat.com>
9279
9280 * fork-child.c (escape_bang_in_quoted_argument): New function.
9281 (fork_inferior): Escape '!' characters in quoted arguments
9282 only when needed.
9283
9284 2003-05-08 J. Brobecker <brobecker@gnat.com>
9285
9286 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
9287 the language of the CU is not currently supported by GDB.
9288
9289 2003-05-08 J. Brobecker <brobecker@gnat.com>
9290
9291 * defs.h (language): Add language_minimal enum value.
9292 * c-lang.c (minimal_language_defn): New language definition.
9293 (_initialize_c_language): Add the new minimal language to the list
9294 of languages known to GDB.
9295
9296 2003-05-08 Kevin Buettner <kevinb@redhat.com>
9297
9298 * frame.c (get_frame_type): Don't attempt to lazily initialize
9299 frame's unwinder for legacy frames.
9300
9301 2003-05-07 Andrew Cagney <cagney@redhat.com>
9302
9303 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
9304 and "regcache" parameters.
9305 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
9306
9307 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9308
9309 * dwarf2read.c (dwarf_decode_lines): Only use output of
9310 check_cu_functions() when calling record_line(). Do not update
9311 the current address.
9312
9313 2003-05-07 Andrew Cagney <cagney@redhat.com>
9314
9315 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
9316 code.
9317
9318 2003-05-07 Jim Blandy <jimb@redhat.com>
9319
9320 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
9321 'maint info symtabs' and 'maint info psymtabs'.
9322 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
9323 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
9324 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
9325 Declarations updated.
9326 * maint.c (maintenance_list_command): Delete.
9327 (_initialize_maint_cmds): Update calls to add_cmd.
9328 * gdbcmd.h (maintenancelistlist): Delete declaration.
9329 * cli/cli-cmds.c (maintenancelistlist): Delete.
9330 (init_cmd_lists): Don't initialize it.
9331 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
9332
9333 2003-05-07 Andrew Cagney <cagney@redhat.com>
9334
9335 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
9336 "regcache".
9337 (d10v_print_registers_info): Update.
9338 (d10v_dmap_register, d10v_imap_register): Delete functions.
9339 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
9340 and "imap_register".
9341 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
9342 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
9343 * arch-utils.c (generic_remote_translate_xfer_address): Add
9344 "regcache" and "gdbarch" parameters.
9345 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
9346 parameter. Change class to multi-arch.
9347 * gdbarch.h, gdbarch.c: Re-generate.
9348 * remote.c (remote_xfer_memory): Use
9349 gdbarch_remote_translate_xfer_address.
9350
9351 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9352
9353 * infrun.c (prev_pc): Move declaration ahead of proceed().
9354 (proceed): Refresh prev_pc value before resuming.
9355 (stop_stepping): Remove code to refresh prev_pc.
9356
9357 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9358
9359 * nto-tdep.c: Removed stray comment.
9360
9361 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9362
9363 * i386-nto-tdep.c: Fix old K&R function definitions.
9364 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
9365 Also change add_show_from_set() call to add_setshow_cmd().
9366 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
9367
9368 2003-05-05 Andrew Cagney <cagney@redhat.com>
9369
9370 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
9371 (fprint_dummy_frames): New function.
9372 (maintenance_print_dummy_frames): New function.
9373 (_initialize_dummy_frame): Add command "maint print dummy-frames".
9374 * frame.c (fprint_frame_id): Make global.
9375 * frame.h (fprint_frame_id): Declare.
9376 * Makefile.in (dummy-frame.o): Update dependencies.
9377
9378 2003-05-05 Andrew Cagney <cagney@redhat.com>
9379
9380 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
9381 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
9382 SIZEOF_CALL_DUMMY_WORDS.
9383 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
9384 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
9385 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
9386 CALL_DUMMY_BREAKPOINT_OFFSET.
9387 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
9388 CALL_DUMMY_START_OFFSET.
9389 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
9390 * gdbarch.h, gdbarch.c: Re-generate.
9391 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
9392 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
9393 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
9394 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
9395 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
9396 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
9397 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
9398 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
9399 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
9400 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
9401 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
9402 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
9403 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
9404 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
9405 * config/sparc/tm-sparc.h: Update.
9406
9407 2003-05-05 Kris Warkentin <kewarken@qnx.com>
9408
9409 * configure.tgt: Add i[3456]86-*-nto*.
9410 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
9411 * nto-tdep.c: New file. Neutrino target support routines.
9412 * nto-tdep.h: New file. Neutrino target header.
9413 * config/tm-qnxnto.h: New file.
9414 * config/i386/i386nto.mt: New file.
9415 * config/i386/tm-i386nto.h: New file.
9416
9417 2003-05-04 Andrew Cagney <cagney@redhat.com>
9418
9419 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
9420 (load_infrun_state): Ditto.
9421 (struct thread_info): Drop "prev_func_name" field.
9422 * thread.c (load_infrun_state): Update.
9423 (save_infrun_state): Update.
9424 * infrun.c (prev_func_name): Delete variable.
9425 (init_wait_for_inferior): Do not clear prev_func_name.
9426 (stop_stepping, keep_going, context_switch): Do not swap
9427 prev_func_name.
9428 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
9429 instead of PC_IN_SIGTRAMP.
9430
9431 2003-05-04 Andrew Cagney <cagney@redhat.com>
9432
9433 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9434 REGISTER_BYTE with register_offset_hack.
9435 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
9436 that REGISTER_BYTE is consistent with the regcache.
9437 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
9438 * gdbarch.h, gdbarch.c: Regenerate.
9439
9440 2003-05-04 Mark Kettenis <kettenis@gnu.org>
9441
9442 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
9443 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
9444
9445 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
9446
9447 2003-05-03 J. Brobecker <brobecker@gnat.com>
9448
9449 From Thierry Schneider <tpschneider1@yahoo.com>
9450 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
9451 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
9452 (mi-cmd-symbol.o): Add rule.
9453
9454 2003-05-03 Andrew Cagney <cagney@redhat.com>
9455
9456 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
9457 comments noteing that it replaces the old FIX_CALL_DUMMY code.
9458 * gdbarch.h, gdbarch.c: Re-generate.
9459 * d10v-tdep.c (d10v_push_dummy_code): New function.
9460 (d10v_gdbarch_init): Set push_dummy_code.
9461 * infcall.c (legacy_push_dummy_code): New function.
9462 (generic_push_dummy_code): New function.
9463 (push_dummy_code): New function.
9464 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
9465 instead of dummy_addr, to push_dummy_call. Move call to
9466 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
9467 switch.
9468 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
9469
9470 2003-05-03 Andrew Cagney <cagney@redhat.com>
9471
9472 * disasm.h (print_insn): Declare.
9473 * disasm.c (init_gdb_disassemble_info): New function.
9474 (gdb_disassembly): Call init_gdb_disassemble_info.
9475 (gdb_print_insn): New function.
9476 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
9477 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
9478 * mcore-tdep.c: Include "disasm.h"
9479 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
9480 * d10v-tdep.c: Include "disasm.h".
9481 (display_trace): Call gdb_print_insn, instead of print_insn.
9482 (print_insn): Delete function.
9483 * printcmd.c: Include "disasm.h".
9484 (print_insn): Delete function.
9485 (print_formatted): Call gdb_print_insn, instead of print_insn.
9486 * Makefile.in (printcmd.o): Update dependencies.
9487 (mcore-tdep.o, d10v-tdep.o): Ditto.
9488
9489 2003-05-02 Andrew Cagney <cagney@redhat.com>
9490
9491 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
9492 PC_REGNUM, re-indent.
9493 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
9494 PC_REGNUM isn't set.
9495
9496 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9497 * gdbarch.h, gdbarch.c: Re-generate.
9498 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9499 register_virtual_size, pc_regnum, or register_bytes.
9500 (D10V_PC_REGNUM): Rename _PC_REGNUM.
9501 (d10v_register_type): Use D10V_PC_REGNUM.
9502 (d10v_print_registers_info, d10v_read_pc): Ditto.
9503 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9504 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9505
9506 2003-05-02 David Carlton <carlton@bactrian.org>
9507
9508 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9509 the name with mstrsave.
9510
9511 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9512
9513 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9514 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9515 (host_charset_name, target_charset_name): New vars for use by
9516 set/show commands.
9517 (host_charset_enum, target_charset_enum): New enums for set/show
9518 commands.
9519 (set_charset_sfunc, set_host_charset_sfunc,
9520 set_target_charset_sfunc): New functions.
9521 (set_host_charset, set_target_charset): Make static.
9522 (list_charsets, set_host_charset_command,
9523 set_target_charset_command): Delete functions.
9524 (show_charset_command): Rewrite as....
9525 (show_charset): Hook this up with the set/show command mechanism.
9526 (_initialize_charset): Change names of charsets to match the
9527 set/show enums. Use host_charset_name and target_charset_name.
9528 Use set/show mechanism for charset, host-charset, target-charset
9529 commands. Do not make 'show host-charset' and 'show
9530 target-charset' be aliases of 'show charset'.
9531
9532 * charset.h (set_host_charset, set_target_charset): Don't export,
9533 they are not used outside the file.
9534
9535 2003-05-01 Andrew Cagney <cagney@redhat.com>
9536
9537 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9538 (gdb_disassembly): Make "di" non static, always initialize and
9539 cleanup. Always use dis_asm_read_memory.
9540 (gdb_dis_asm_read_memory): Delete function.
9541
9542 2003-05-01 Andrew Cagney <cagney@redhat.com>
9543
9544 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9545 (d10v_gdbarch_init): Set frame_align instead of stack_align.
9546
9547 2003-04-30 Andrew Cagney <cagney@redhat.com>
9548
9549 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9550 "tm_print_insn_info".
9551 (TARGET_PRINT_INSN_INFO): Delete macro.
9552 (dis_asm_read_memory): Delete function declaration.
9553 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9554 (tm_print_insn_info): Delete variable definition.
9555 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9556 * gdbarch.h, gdbarch.c: Re-generate.
9557 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9558 "deprecated_tm_print_insn_info".
9559 * mcore-tdep.c (mcore_dump_insn): Ditto.
9560 * mips-tdep.c (mips_gdbarch_init): Ditto.
9561 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9562 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9563 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9564 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9565 instead of TARGET_PRINT_INSN_INFO, add comment.
9566 * s390-tdep.c (s390_get_frame_info): Instead of
9567 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9568 (s390_check_function_end, s390_is_sigreturn): Ditto.
9569 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9570 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9571 * disasm.c: Include "gdbcore.h".
9572 (_initialize_disasm): New function, initialize
9573 "deprecated_tm_print_insn_info".
9574 (deprecated_tm_print_insn_info): New variable.
9575 (dis_asm_read_memory): Moved from "corefile.c", made static.
9576 (dis_asm_print_address, dis_asm_memory_error): Ditto.
9577 * Makefile.in (disasm.o): Update dependencies.
9578
9579 2003-04-30 Andrew Cagney <cagney@redhat.com>
9580
9581 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9582
9583 2003-04-29 Adam Fedor <fedor@gnu.org>
9584
9585 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9586 * infcall.c (find_function_addr): Make non-static.
9587 * infcall.h (find_function_addr): Declare.
9588 * Makefile.in (eval.o): Update dependencies.
9589
9590 2003-04-28 Adam Fedor <fedor@gnu.org>
9591
9592 * symtab.c (symbol_find_demangled_name): Check for and demangle
9593 ObjC symbols.
9594 (symbol_init_demangled_name): Init for language_objc as well.
9595
9596 2003-04-28 Andrew Cagney <cagney@redhat.com>
9597
9598 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9599 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9600 * gdbarch.h, gdbarch.c: Re-generate.
9601 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9602 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9603 * inferior.h (deprecated_read_fp): Rename read_fp.
9604 (generic_target_read_fp): Delete declaration.
9605 * regcache.c (generic_target_read_fp): Delete function.
9606 (deprecated_read_fp): Replace read_fp, use
9607 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9608 * d10v-tdep.c (d10v_read_fp): Delete function.
9609 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9610
9611 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9612 deprecated_target_read_fp to generic_target_read_fp.
9613 * sh-tdep.c (sh_gdbarch_init): Ditto.
9614 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9615 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9616 * frv-tdep.c (frv_gdbarch_init): Ditto.
9617
9618 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9619 deprecated_fp_regnum.
9620 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9621 * vax-tdep.c (vax_gdbarch_init): Ditto.
9622 * v850-tdep.c (v850_gdbarch_init): Ditto.
9623 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9624 * sh-tdep.c (sh_gdbarch_init): Ditto.
9625 * s390-tdep.c (s390_gdbarch_init): Ditto.
9626 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9627 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9628 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9629 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9630 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9631 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9632 * i386-tdep.c (i386_gdbarch_init): Ditto.
9633 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9634 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9635 * frv-tdep.c (frv_gdbarch_init): Ditto.
9636 * cris-tdep.c (cris_gdbarch_init): Ditto.
9637 * avr-tdep.c (avr_gdbarch_init): Ditto.
9638 * arm-tdep.c (arm_gdbarch_init): Ditto.
9639 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9640
9641 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9642 * v850-tdep.c (v850_gdbarch_init): Ditto.
9643 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9644 * sh-tdep.c (sh_gdbarch_init): Ditto.
9645 * s390-tdep.c (s390_gdbarch_init): Ditto.
9646 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9647 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9648 * mips-tdep.c (mips_gdbarch_init): Ditto.
9649 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9650 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9651 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9652 * frv-tdep.c (frv_gdbarch_init): Ditto.
9653 * avr-tdep.c (avr_gdbarch_init): Ditto.
9654 * arm-tdep.c (arm_gdbarch_init): Ditto.
9655
9656 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9657 DEPRECATED_FP_REGNUM.
9658 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9659 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9660 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9661 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9662 (sparc32_register_virtual_type): Ditto.
9663 * sh-tdep.c (sh64_frame_chain): Ditto.
9664 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9665 (sh_nofp_frame_init_saved_regs): Ditto.
9666 (sh64_nofp_frame_init_saved_regs): Ditto.
9667 (sh_fp_frame_init_saved_regs): Ditto.
9668 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9669 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9670 * procfs.c (procfs_fetch_registers): Ditto.
9671 (procfs_store_registers): Ditto.
9672 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9673 (store_inferior_registers, fetch_core_registers): Ditto.
9674 (fetch_kcore_registers, clear_regs): Ditto.
9675 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9676 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9677 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9678 * nlm/i386.c (do_status): Ditto.
9679 * mipsv4-nat.c (supply_gregset): Ditto.
9680 * mips-tdep.c: Ditto for comments.
9681 * mips-nat.c (fetch_inferior_registers): Ditto.
9682 (store_inferior_registers, fetch_core_registers): Ditto.
9683 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9684 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9685 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9686 (i386_do_pop_frame, i386_register_type): Ditto.
9687 * hppa-tdep.c (hppa_frame_chain): Ditto.
9688 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9689 (hppa_pop_frame, hppa_read_fp): Ditto.
9690 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9691 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9692 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9693 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9694 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9695 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9696 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9697 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9698 * blockframe.c: Ditto for comments.
9699 * arch-utils.h: Ditto for comments.
9700 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9701 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9702 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9703 * alpha-tdep.h: Ditto for comments.
9704 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9705 (alpha_cannot_store_register): Ditto.
9706 (alpha_push_dummy_frame): Ditto.
9707 * alpha-nat.c (supply_gregset): Ditto.
9708
9709 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9710 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9711 * config/sparc/tm-sparc.h: Update comment.
9712
9713 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9714 deprecated_read_fp instead of TARGET_READ_FP.
9715 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9716 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9717 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9718 deprecated_read_fp instead of read_fp.
9719 * s390-tdep.c (s390_push_arguments): Ditto.
9720 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9721 * frame.h: Ditto in comments.
9722 * frame.c (legacy_get_prev_frame): Ditto.
9723 * dummy-frame.c (dummy_frame_this_id): Ditto.
9724 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9725
9726 2003-04-28 Andrew Cagney <cagney@redhat.com>
9727
9728 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9729 * gdbarch.h, gdbarch.c: Re-generate.
9730 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9731 * vax-tdep.c (_initialize_vax_tdep): Update.
9732 * v850-tdep.c (_initialize_v850_tdep): Update.
9733 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9734 * s390-tdep.c (_initialize_s390_tdep): Update.
9735 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9736 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9737 * mips-tdep.c (_initialize_mips_tdep): Update.
9738 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9739 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9740 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9741 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9742 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9743 * frv-tdep.c (_initialize_frv_tdep): Update.
9744 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9745 (_initialize_cris_tdep): Update.
9746 * arch-utils.c (legacy_print_insn): Update.
9747 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9748
9749 2003-04-26 Adam Fedor <fedor@gnu.org>
9750
9751 * linespec.c (decode_objc): New function to decode ObjC calls
9752 (decode_line_1): Check for ObjC calls (using decode_objc)
9753 * Makefile (linespec.o): Update dependencies.
9754
9755 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
9756
9757 * breakpoint.h (struct breakpoint_ops): New.
9758 (struct breakpoint): Add ops member.
9759
9760 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9761 (mention): Use new breakpoint ops member.
9762 (set_raw_breakpoint): Initialize ops field to NULL.
9763 (print_exception_catchpoint, print_one_exception_catchpoint)
9764 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9765 (gnu_v3_exception_catchpoint_ops): New.
9766 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9767
9768 2003-04-25 Adam Fedor <fedor@gnu.org>
9769
9770 * Makefile.in (COMMON_OBS): Add objc-lang.o
9771
9772 2003-04-25 Andrew Cagney <cagney@redhat.com>
9773
9774 * d10v-tdep.c (print_insn): Delete function.
9775 (display_trace): Use TARGET_PRINT_INSN.
9776 (_initialize_d10v_tdep): Do not set tm_print_insn.
9777 (d10v_gdbarch_init): Set print_insn.
9778
9779 2003-04-25 Andrew Cagney <cagney@redhat.com>
9780
9781 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9782 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9783 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9784 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9785 (nr_dmap_regs, a0_regnum): ... new functions.
9786 (d10v_print_registers_info): Use a0_regnum, use register_size.
9787 (d10v_register_byte): Delete function.
9788 (d10v_register_raw_size): Delete function.
9789 (d10v_register_type): Use a0_regnum.
9790 (d10v_print_registers_info): Use a0_regnum.
9791 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9792 (d10v_gdbarch_init): Do not set register_byte or
9793 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9794 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9795 extract_address.
9796 (trace_command): Use XCALLOC.
9797 (print_insn): Delete reference to tm_print_insn.
9798 (saved_regs_unwinder): Use store_unsigned_integer instead of
9799 store_address.
9800 * frame.h (FRAME_OBSTACK_CALLOC): Define
9801
9802 2003-04-25 David Carlton <carlton@bactrian.org>
9803
9804 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9805
9806 2003-04-24 Adam Fedor <fedor@gnu.org>
9807
9808 * objc-lang.c: Include "valprint.h"
9809 * Makefile.in (objc-lang.o): Update dependencies.
9810
9811 2003-04-24 Adam Fedor <fedor@gnu.org>
9812
9813 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9814 architecture dependant compilation and mark as unimplemented
9815 (until they get put in the gdbarch vector).
9816
9817 2003-04-23 David Carlton <carlton@bactrian.org>
9818
9819 * cp-support.c (cp_find_first_component): Accept 'operator' in
9820 more locations.
9821
9822 2003-04-23 Andrew Cagney <cagney@redhat.com>
9823
9824 * infcall.c (call_function_by_hand): Eliminate redundant
9825 indentation. Move "saved_async" and "old_cleanups" to where they
9826 are needed.
9827
9828 2003-04-23 Andrew Cagney <cagney@redhat.com>
9829
9830 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9831 and "buffer". Move the "name" code to where it is needed.
9832
9833 2003-04-23 Andrew Cagney <cagney@redhat.com>
9834
9835 * infcall.c (call_function_by_hand): Move variables "start_sp",
9836 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9837 code to ON_STACK switch branch.
9838
9839 2003-04-23 Andrew Cagney <cagney@redhat.com>
9840
9841 * infcall.c (call_function_by_hand): Make declaration of "i",
9842 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9843 lint.
9844
9845 2003-04-23 Andrew Cagney <cagney@redhat.com>
9846
9847 * infcall.c (call_function_by_hand): Delete variable
9848 "n_method_args". Localize "param_type"'s declaration to the loop
9849 that it is used. Reinstate code assigning to said variable -
9850 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9851 Rationalize code using "param_type".
9852
9853 2003-04-22 Andrew Cagney <cagney@redhat.com>
9854
9855 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9856 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9857 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9858 to DEPRECATED_PUSH_RETURN_ADDRESS.
9859
9860 2003-04-22 Kevin Buettner <kevinb@redhat.com>
9861
9862 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9863 on the DWARF2 register number prior to fetching a register.
9864
9865 2003-04-22 J. Brobecker <brobecker@gnat.com>
9866
9867 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9868 Update all the tests using SOFT_FLOAT considering the fact that
9869 this macro was always set to 0.
9870 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9871 considering the fact that this macro was always set to 0.
9872 * hppa-tdep.h (hppa_store_return_value): Likewise.
9873 (hppa_extract_return_value): Likewise.
9874
9875 2003-04-22 J. Brobecker <brobecker@gnat.com>
9876
9877 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9878 the hppa-pro target only.
9879
9880 2003-04-21 J. Brobecker <brobecker@gnat.com>
9881
9882 Ongoing multi-arch conversion effort for HP/UX:
9883 * config/pa/tm-hppa.h: Move all macro that are no longer
9884 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9885 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9886
9887 2003-04-21 J. Brobecker <brobecker@gnat.com>
9888
9889 * config/pa/tm-hppa.h: Obsolete a section that was only used
9890 for hppa-pro.
9891
9892 2003-04-21 J. Brobecker <brobecker@gnat.com>
9893
9894 Ongoing multi-arch conversion for HP/UX.
9895 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9896 if already defined (allows hppa64 to stay non-multiarched for now).
9897 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9898
9899 2003-04-21 Andrew Cagney <cagney@redhat.com>
9900
9901 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9902
9903 2003-04-21 Andrew Cagney <cagney@redhat.com>
9904
9905 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9906 "i386_num_mmx_regs".
9907
9908 2003-04-21 Andrew Cagney <cagney@redhat.com>
9909
9910 * infcall.c: New file.
9911 * infcall.h: New file.
9912 * valarith.c: Include "infcall.h".
9913 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9914 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9915 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9916 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9917 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9918 (SFILES): Add "infcall.c"
9919 (COMMON_OBS): Add "infcall.o".
9920 (infcall.o): Specify dependencies.
9921 * value.h (call_function_by_hand): Delete declaration.
9922 * inferior.h (run_stack_dummy): Delete declaration.
9923 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9924 (run_stack_dummy): Move to "infcall.c", merged into
9925 call_function_by_hand.
9926 * valops.c (call_function_by_hand): Moved to "infcall.c".
9927 (find_function_addr, value_arg_coerce): Ditto.
9928 (unwindonsignal_p, coerce_float_to_double): Ditto.
9929 (_initialize_valops): Move "set/show coerce-float-to-double", and
9930 "set/show unwindonsignal" commands to "infcall.c".
9931 * v850-tdep.c, target.h: Update comments.
9932 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9933 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9934 (sh64_init_extra_frame_info): Update comments.
9935 * mn10300-tdep.c: Update comments.
9936 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9937 * config/sparc/tm-sparc.h: Update comments.
9938 * breakpoint.h: Update comments.
9939 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9940 * arm-tdep.c: Update comment.
9941
9942 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9943
9944 * i386-tdep.c (i386_num_register_names): New variable.
9945 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9946 (MM0_REGNUM): Remove redundant parentheses in define.
9947 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9948 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9949 i386_mxcsr_regnum_p): Remove redundant parentheses.
9950 (i386_register_name): Use i386_num_register_names.
9951
9952 * i386-tdep.c (i386_extract_return_value,
9953 i386_store_return_value): Correct check for availability of
9954 floating-point registers.
9955
9956 * i386-tdep.c (i386_frame_num_args): Remove function.
9957 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9958
9959 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9960 mmx_regnum_to_fp_regnum. Adjust all callers.
9961
9962 * i386-tdep.c (i386_get_longjmp_target): Use
9963 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9964 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9965 extract_address.
9966
9967 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9968
9969 * core-regset.c: Update comments to reflect reality. Re-order
9970 includes.
9971 (fetch_core_registers): Use switch instead of if. Remove
9972 redundant prototype.
9973
9974 2003-04-18 Jim Blandy <jimb@redhat.com>
9975
9976 * s390-tdep.c (s390_frame_align): New function.
9977 (s390_gdbarch_init): Register it with the gdbarch object.
9978
9979 2003-04-17 Richard Henderson <rth@redhat.com>
9980
9981 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9982
9983 2003-04-17 Michael Snyder <msnyder@redhat.com>
9984 Karen Bennet <bennet@redhat.com>
9985
9986 Committed by Elena Zannoni <ezannoni@redhat.com>
9987 * gdb_gcore.sh: New script to create a core dump of a process.
9988
9989 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9990
9991 * values.c (value_being_returned): Don't fetch the return
9992 value if the return type is void.
9993
9994 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9995
9996 * thread-db.c: Reindented.
9997
9998 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9999
10000 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
10001 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
10002 as types.
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028 2003-04-16 Kevin Buettner <kevinb@redhat.com>
10029
10030 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
10031 the size of ``long double'' to 16, instead of 8.
10032
10033 2003-04-16 Mark Kettenis <kettenis@gnu.org>
10034
10035 * i386-linux-nat.c: Add some whitespace to make things more
10036 readable.
10037 (fetch_register, store_register, fetch_inferior_registers,
10038 store_inferior_registers): Get rid of assignment in if-statement.
10039 (store_register): Fix typo in error message.
10040
10041 2003-04-16 Andrew Cagney <cagney@redhat.com>
10042
10043 * utils.c (xmmalloc): Always allocate something, matches
10044 libiberty/xmalloc's semantics.
10045 (xmrealloc, xmcalloc): Ditto.
10046
10047 2003-04-16 Andrew Cagney <cagney@redhat.com>
10048
10049 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
10050 update comments.
10051 (get_frame_type): Initialize unwind and type when needed.
10052 (get_frame_id, frame_register_unwind): Ditto.
10053
10054 2003-04-16 Andrew Cagney <cagney@redhat.com>
10055
10056 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
10057 obsolete.
10058 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
10059 * sparcl-stub.c: Obsolete file.
10060 * config/sparc/tm-sparclet.h: Obsolete file.
10061 * sparclet-stub.c: Obsolete file.
10062 * sparclet-rom.c: Obsolete file.
10063 * sparcl-tdep.c: Obsolete file.
10064 * config/sparc/tm-sparclite.h: Obsolete file.
10065 * config/sparc/sparclite.mt: Obsolete file.
10066 * config/sparc/sparclet.mt: Obsolete file.
10067 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
10068 sparc86x-*-* obsolete.
10069
10070 2003-04-15 David Carlton <carlton@math.stanford.edu>
10071
10072 * Makefile.in (SFILES): Add cp-namespace.c.
10073 (COMMON_OBS): Add cp-namespace.o.
10074 (block.o): Depend on gdb_obstack_h and cp_support_h.
10075 (buildsym.o): Depend on cp_support_h.
10076 (cp-namespace.o): New.
10077 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
10078 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
10079 (dwarf2read.o): Depend on cp_support_h.
10080 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
10081 * dwarf2read.c (process_die): Set processing_has_namespace_info,
10082 processing_current_namespace.
10083 (read_namespace): Update processing_current_namespace; check for
10084 anonymous namespaces.
10085 (dwarf2_name): New function.
10086 (dwarf2_extension): Ditto.
10087 * cp-support.h: Update copyright, contributors.
10088 Add inclusion guards.
10089 Add opaque declaration for structs obstack, block, symbol.
10090 (struct using_direct): New struct.
10091 Add declarations for cp_find_first_component,
10092 cp_entire_prefix_len, processing_has_namespace_info,
10093 processing_current_namespace, cp_is_anonymous,
10094 cp_add_using_directive, cp_initialize_namespace,
10095 cp_finalize_namespace, cp_set_block_scope,
10096 cp_scan_for_anonymous_namespaces.
10097 * cp-namespace.c: New file.
10098 * cp-support.c: Update copyright.
10099 Include ctype.h, gdb_assert.h, gdbcmd.h.
10100 New variable maint_cplus_cmd_list.
10101 (cp_find_first_component): New function.
10102 (cp_entire_prefix_len, maint_cplus_command)
10103 (first_component_command, _initialize_cp_support): Ditto.
10104 * buildsym.c: Include cp-support.h.
10105 New variable using_list.
10106 (add_symbol_to_list): Check for anonymous namespaces.
10107 (finish_block): Set block's scope.
10108 (start_symtab): Initialize C++ namespace support.
10109 (end_symtab): Finalize C++ namespace support.
10110 * block.h: Add opaque declarations for structs
10111 block_namespace_info, using_direct, and obstack.
10112 Add declarations for block_set_scope and block_set_using.
10113 (struct block): Add 'language_specific' member.
10114 (BLOCK_NAMESPACE): New macro.
10115 * block.c: Include gdb_obstack.h and cp-support.h.
10116 (struct block_namespace_info): New struct.
10117 (block_set_scope): New function.
10118 (block_set_using, block_initialize_namespace): Ditto.
10119
10120 2003-04-14 Kevin Buettner <kevinb@redhat.com>
10121
10122 * solib-svr4.c (svr4_have_link_map_offsets): New function.
10123 (locate_base): Return early if there aren't any link map offsets.
10124 (svr4_solib_create_inferior_hook): Warn if shared library support
10125 is unavailable.
10126
10127 2003-04-14 David Carlton <carlton@math.stanford.edu>
10128
10129 * symtab.c (symbol_set_names): Add prefix when storing Java names
10130 in hash table. Fix for PR java/1039.
10131
10132 2003-04-14 David Carlton <carlton@math.stanford.edu>
10133
10134 * symtab.c (symbol_set_names): Rename 'name' arg to
10135 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
10136 * symtab.h: Change 'name' argument in declaration of
10137 symbol_set_names to 'linkage_name'.
10138 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
10139
10140 2003-04-14 Andrew Cagney <cagney@redhat.com>
10141
10142 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
10143 return the fully sign-extended register value.
10144 (get_frame_pointer): Ditto.
10145 (mips_pop_frame): Initialize "proc_desc" after checking for a
10146 dummy frame.
10147
10148 2003-04-14 Andrew Cagney <cagney@redhat.com>
10149
10150 * mips-tdep.c (mips_push_dummy_frame): Delete function.
10151 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
10152 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
10153 (mips_push_register): Delete function.
10154 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
10155 PUSH_FP_REGNUM.
10156
10157 2003-04-14 Jim Blandy <jimb@redhat.com>
10158
10159 * symmisc.c: #include "gdb_regex.h".
10160 (maintenance_list_symtabs, maintenance_list_psymtabs): New
10161 functions.
10162 * maint.c (maintenance_list_command): New function.
10163 (_initialize_maint_cmds): Register the above as commands.
10164 * symtab.h (maintenance_list_symtabs,
10165 maintenance_list_psymtabs): New declarations.
10166 * cli/cli-cmds.c (maintenancelistlist): New variable.
10167 (init_cmd_lists): Initialize it.
10168 * cli/cli-cmds.h (maintenancelistlist): New declaration.
10169 * gdbcmd.h (maintenancelistlist): New declaration.
10170 * Makefile.in (symmisc.o): Update dependencies.
10171
10172 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
10173
10174 * s390-nat.c: Include asm/types.h for addr_t.
10175
10176 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
10177
10178 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
10179 actually incoming type.
10180
10181 2003-04-13 Andrew Cagney <cagney@redhat.com>
10182
10183 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
10184 get_next_frame and get_frame_saved_regs.
10185
10186 2003-04-13 Andrew Cagney <cagney@redhat.com>
10187
10188 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
10189 of gdbarch_num_regs.
10190
10191 2003-04-13 Andrew Cagney <cagney@redhat.com>
10192
10193 * frame.h: Mention what replaced what in "struct frame_info".
10194 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
10195 deprecated_update_frame_base_hack and
10196 deprecated_update_frame_pc_hack.
10197 * hppa-tdep.c: Ditto.
10198
10199 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10200
10201 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
10202 to read_reg and update its comment. Remove regnum member.
10203 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
10204 Don't call read_reg when setting in_reg. Call read_reg to get
10205 the frame base if it's in a register. Return the register number
10206 on the stack instead of in the context. Remove extra arguments
10207 to read_reg.
10208 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
10209 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
10210 the register number on the expression stack.
10211 (needs_frame_read_reg): Remove extra arguments.
10212
10213 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10214
10215 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
10216 made non-static.
10217 (execute_stack_op): All callers updated.
10218 * dwarf2expr.h: Add prototype for dwarf2_read_address.
10219 * dwarf2loc.c (find_location_expression): New function.
10220 (dwarf_expr_frame_base): Call it.
10221 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
10222 (dwarf2_tracepoint_var_ref): New function, broken out from
10223 locexpr_tracepoint_var_ref.
10224 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
10225 Make static.
10226 (loclist_read_variable, loclist_read_needs_frame): New functions.
10227 (loclist_describe_location, loclist_tracepoint_var_ref): New
10228 functions.
10229 (dwarf2_loclist_funcs): New struct location_funcs.
10230 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
10231 (struct dwarf2_locexpr_baton): Add comments.
10232 (dwarf2_loclist_funcs): New extern.
10233 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
10234 base_address and base_known.
10235 (dwarf_loc_buffer): New variable.
10236 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
10237 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
10238 (dwarf2_has_info): Initialize dwarf_loc_offset.
10239 (dwarf2_build_psymtabs): Read in .debug_loc.
10240 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
10241 DWARF_LOC_SIZE.
10242 (psymtab_to_symtab_1): Likewise. Move base address calculation
10243 here, from...
10244 (dwarf2_get_pc_bounds): ... here. Use the base address from
10245 cu_header.
10246 (dwarf2_symbol_mark_computed): Handle location lists.
10247
10248 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10249
10250 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
10251 if the linkage name demangled successfully.
10252
10253 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10254
10255 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
10256 disassmbly_flavour): Removed.
10257
10258 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
10259
10260 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10261
10262 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
10263
10264 2003-04-12 Andrew Cagney <cagney@redhat.com>
10265
10266 * frame.h (struct frame_info): Move definition from here ...
10267 * frame.c (struct frame_info): ... to here.
10268
10269 2003-04-12 Andrew Cagney <cagney@redhat.com>
10270
10271 * gdbthread.h (save_infrun_state): Delete parameter
10272 "prev_func_start".
10273 (struct thread_info): Delete field "prev_func_start".
10274 (load_infrun_state): Ditto.
10275 * thread.c (load_infrun_state, save_infrun_state): Update.
10276 * infrun.c (prev_func_start): Delete variable.
10277 (context_switch, init_wait_for_inferior): Update.
10278 (stop_stepping, keep_going): Update.
10279
10280 2003-04-12 Andrew Cagney <cagney@redhat.com>
10281
10282 * gdbarch.sh: Add missing opaque declarations.
10283 * gdbarch.h: Regnerate.
10284 * symtab.h: Add missing opaque declarations.
10285 * value.h, target.h, symfile.h, stabsread.h: Ditto.
10286 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
10287 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
10288 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
10289 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
10290 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
10291 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
10292 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
10293 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
10294 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
10295 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
10296 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
10297 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
10298
10299 2003-04-11 Andrew Cagney <cagney@redhat.com>
10300
10301 * frame.c (get_frame_id): Return this frame's "id".
10302 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
10303 function start.
10304 (legacy_saved_regs_this_id): Replace function body with
10305 internal-error.
10306 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
10307 FRAME_OBSTACK_ZALLOC.
10308 (create_new_frame): Mark the frame ID as valid.
10309
10310 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
10311
10312 * Makefile.in (libbfd_h): Added missing setting.
10313 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
10314 according to the selected ABI.
10315
10316 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
10317
10318 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
10319
10320 2003-04-11 Andrew Cagney <cagney@redhat.com>
10321
10322 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
10323 SAVED_PC_AFTER_CALL.
10324 * gdbarch.h, gdbarch.c: Regenerate.
10325 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10326 * x86-64-tdep.c (x86_64_init_abi): Update.
10327 * vax-tdep.c (vax_gdbarch_init): Update.
10328 * v850-tdep.c (v850_gdbarch_init): Update.
10329 * sparc-tdep.c (sparc_gdbarch_init): Update.
10330 * sh-tdep.c (sh_gdbarch_init): Update.
10331 * s390-tdep.c (s390_gdbarch_init): Update.
10332 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10333 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10334 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10335 * mips-tdep.c (mips_gdbarch_init): Update.
10336 * mcore-tdep.c (mcore_gdbarch_init): Update.
10337 * m68k-tdep.c (m68k_gdbarch_init): Update.
10338 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10339 * ia64-tdep.c (ia64_gdbarch_init): Update.
10340 (ia64_saved_pc_after_call): Update declaration.
10341 * i386ly-tdep.c (i386lynx_init_abi): Update.
10342 * i386-tdep.c (i386_gdbarch_init): Update.
10343 * hppa-tdep.c (hppa_gdbarch_init): Update.
10344 * h8300-tdep.c (h8300_gdbarch_init): Update.
10345 * frv-tdep.c (frv_gdbarch_init): Update.
10346 * cris-tdep.c (cris_gdbarch_init): Update.
10347 * avr-tdep.c (avr_gdbarch_init): Update.
10348 * arm-tdep.c (arm_gdbarch_init): Update.
10349 * alpha-tdep.c (alpha_gdbarch_init): Update.
10350 * ns32knbsd-nat.c (frame_num_args): Update.
10351 * ns32k-tdep.c (umax_frame_num_args): Update.
10352 * mips-tdep.c (mips_init_frame_pc_first): Update.
10353 * infrun.c (step_over_function): Update.
10354 * i386-linux-tdep.c (skip_hurd_resolver): Update.
10355 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
10356 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10357 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10358 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10359 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10360 * arm-linux-tdep.c (skip_hurd_resolver): Update.
10361 * arch-utils.c (init_frame_pc_default): Update.
10362 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10363 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
10364 declaration.
10365
10366 2003-04-11 Andrew Cagney <cagney@redhat.com>
10367
10368 * i387-tdep.c: Update copyright.
10369 (i387_to_double): Delete function.
10370 (double_to_i387): Delete function.
10371
10372 2003-04-10 Andrew Cagney <cagney@redhat.com>
10373
10374 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
10375 frame's function's address. Simplify.
10376 (d10v_frame_unwind_cache): Check that the frame's function is
10377 non-zero.
10378
10379 2003-04-10 Jim Blandy <jimb@redhat.com>
10380
10381 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
10382 call to set_gdbarch_deprecated_push_arguments.
10383
10384 2003-04-10 Andrew Cagney <cagney@redhat.com>
10385
10386 * frame.c (fprint_frame_id): New function.
10387 (fprint_frame_type, fprint_frame): New function.
10388 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
10389 (create_sentinel_frame, get_frame_id): Ditto.
10390 (frame_id_p, frame_id_eq): Ditto.
10391 (frame_id_inner, create_new_frame): Ditto.
10392 (legacy_get_prev_frame, get_prev_frame): Ditto.
10393 (deprecated_update_frame_pc_hack): Ditto.
10394 (frame_register_unwind): Ditto.
10395 (deprecated_update_frame_base_hack): Ditto.
10396
10397 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10398
10399 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
10400 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
10401 frame_chain function.
10402 * Makefile.in: Add dependencies due to above change.
10403
10404 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10405
10406 * blockframe.c (legacy_frame_chain_valid): Move call to
10407 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
10408 inside_entry_file.
10409
10410 2003-04-09 Andrew Cagney <cagney@redhat.com>
10411
10412 * frame.h (struct frame_id): Replace "pc" and "base" with
10413 "stack_addr" and "code_addr". Update comments.
10414 (frame_id_build): Update parameter names and comment.
10415 (struct frame_info): Replace "id_p" and "id" with "this_id".
10416 * dummy-frame.c (dummy_frame_this_id): Update.
10417 * breakpoint.c (print_one_breakpoint): Update.
10418 * frame.c (get_frame_id): Update.
10419 (get_frame_base, frame_id_build): Update.
10420 (create_sentinel_frame, legacy_get_prev_frame): Update.
10421 (deprecated_update_frame_base_hack): Update.
10422 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
10423 (frame_id_inner): Ditto.
10424
10425 2003-04-09 Andrew Cagney <cagney@redhat.com>
10426
10427 * defs.h (gdb_print_host_address): Make "addr" parameter a
10428 pointer constant.
10429 * utils.c (gdb_print_host_address): Update.
10430
10431 2003-04-09 Kevin Buettner <kevinb@redhat.com>
10432
10433 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
10434 register number for R0 is 0.
10435
10436 2003-04-09 J. Brobecker <brobecker@gnat.com>
10437
10438 * frame.h (struct gdbarch): Add opaque structure definition
10439 to avoid a compilation warning on LynxOS 4.0.
10440
10441 2003-04-09 Andrew Cagney <cagney@redhat.com>
10442
10443 * frame.h (struct frame_info): Delete field "pc". Replace
10444 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
10445 structure.
10446 * frame.c (frame_pc_unwind): Update.
10447 (create_sentinel_frame): Do not set "pc".
10448 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
10449 (get_frame_pc): Call frame_pc_unwind.
10450 (deprecated_update_frame_pc_hack): Update.
10451 (create_new_frame): Use "pc" not "->pc".
10452
10453 2003-04-09 Andrew Cagney <cagney@redhat.com>
10454
10455 * frame.c (get_frame_id): Eliminate code updating "frame".
10456 (legacy_get_prev_frame): Ditto.
10457 (get_frame_base): Return id.base directly.
10458 (deprecated_update_frame_base_hack): Update "id.base".
10459 * frame.h (struct frame_info): Delete field "frame".
10460
10461 2003-04-09 Andrew Cagney <cagney@redhat.com>
10462
10463 * NEWS: Mention that the "Sequent family" is obsolete.
10464 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
10465 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10466 * configure.host: Obsolete i[3456]86-sequent-bsd*,
10467 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10468 * config/i386/tm-ptx4.h: Obsolete file.
10469 * config/i386/tm-ptx.h: Obsolete file.
10470 * symm-tdep.c: Obsolete file.
10471 * config/i386/symmetry.mt: Obsolete file.
10472 * config/i386/tm-symmetry.h: Obsolete file.
10473 * symm-nat.c: Obsolete file.
10474 * config/i386/nm-symmetry.h: Obsolete file.
10475 * config/i386/xm-symmetry.h: Obsolete file.
10476 * config/i386/symmetry.mh: Obsolete file.
10477 * config/i386/nm-ptx4.h: Obsolete file.
10478 * config/i386/ptx4.mh: Obsolete file.
10479 * config/i386/ptx.mt: Obsolete file.
10480 * config/i386/ptx.mh: Obsolete file.
10481 * config/i386/xm-ptx4.h: Obsolete file.
10482 * config/i386/xm-ptx.h: Obsolete file.
10483
10484 2003-04-09 Andrew Cagney <cagney@redhat.com>
10485
10486 Obsolete mips*-*-mach3*.
10487 * NEWS: Mention that mips*-*-mach3* is obsolete.
10488 * m3-nat.c: Obsolete file.
10489 * config/nm-m3.h: Obsolete file.
10490 * config/mips/tm-mipsm3.h: Obsolete file.
10491 * config/mips/mipsm3.mt: Obsolete file.
10492 * config/mips/mipsm3.mh: Obsolete file.
10493 * config/mips/xm-mipsm3.h: Obsolete file.
10494 * mipsm3-nat.c: Obsolete file.
10495 * configure.host: Obsolete mips-dec-mach3*.
10496 * configure.tgt: Obsolete mips*-*-mach3*.
10497
10498 2003-04-09 Andrew Cagney <cagney@redhat.com>
10499
10500 * doublest.h: Update copyright.
10501 (deprecated_store_floating, deprecated_extract_floating): Rename
10502 store_floating and extract_floating. Update comments.
10503 * doublest.c: Update copyright.
10504 (extract_floating_by_length): Replace extract_floating.
10505 (store_floating_by_length): Replace store_floating.
10506 (deprecated_extract_floating): New function.
10507 (deprecated_store_floating): New function.
10508 (extract_typed_floating): Call extract_floating_by_length.
10509 (store_typed_floating): Call store_floating_by_length.
10510 * x86-64-tdep.c (x86_64_store_return_value): Update.
10511 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10512 (sh64_extract_return_value): Update.
10513 (sh_sh4_register_convert_to_virtual): Update.
10514 (sh_sh64_register_convert_to_virtual): Update.
10515 (sh_sh4_register_convert_to_raw): Update.
10516 (sh_sh64_register_convert_to_raw): Update.
10517 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10518 (rs6000_register_convert_to_raw): Update.
10519 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10520 (ia64_register_convert_to_raw): Update.
10521 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10522 (REGISTER_CONVERT_TO_VIRTUAL): Update.
10523 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10524 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10525 (alpha_register_convert_to_raw): Update.
10526
10527 2003-04-08 Andrew Cagney <cagney@redhat.com>
10528
10529 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10530 * gdbarch.h, gdbarch.c: Re-generate.
10531 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10532 (d10v_gdbarch_init): Do not set saved_pc_after_call.
10533 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10534 conditionally, use frame_pc_unwind as an alternative. Add
10535 comments.
10536 * arch-utils.c (init_frame_pc_default): Only call
10537 SAVED_PC_AFTER_CALL when available.
10538
10539 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10540
10541 * infrun.c (stop_soon): Rename from stop_soon_quietly.
10542 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10543 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10544 (start_remote): Ditto.
10545 (handle_inferior_event): Ditto.
10546 (save_inferior_status): Ditto.
10547 (restore_inferior_status): Ditto.
10548 * infcmd.c (attach_command): Ditto.
10549 * fork-child.c (startup_inferior): Ditto.
10550 * inferior.h (stop_soon): Rename from stop_soon_quietly.
10551 * alpha-tdep.c (heuristic_proc_start): Ditto.
10552 * mips-tdep.c (heuristic_proc_start): Ditto.
10553 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10554 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10555 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10556 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10557 * remote-vx.c (vx_create_inferior): Ditto.
10558
10559 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10560
10561 * infrun.c (stop_soon_quietly): Make it an enum, to better
10562 override the default behavior of handle_inferior_event.
10563 (clear_proceed_status): Update uses of stop_soon_quietly to
10564 reflect that it is now an enum.
10565 (start_remote): Ditto.
10566 (handle_inferior_event): Change logic a bit if stop_soon_quietly
10567 is set to handle the new GNU/Linux kernel behavior for
10568 attach/sigstop. Update uses of stop_soon_quietly.
10569 * inferior.h (enum stop_kind): New enum.
10570 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10571 Reset normal handle_inferior_event behavior, afterwards.
10572 * fork-child.c (startup_inferior): Update.
10573 * alpha-tdep.c (heuristic_proc_start): Update.
10574 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10575 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10576 * solib-osf.c (osf_solib_create_inferior_hook): Update.
10577 * solib-irix.c (irix_solib_create_inferior_hook): Update.
10578 * remote-vx.c (vx_create_inferior): Update.
10579 * mips-tdep.c (heuristic_proc_start): Update.
10580
10581 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
10582
10583 * disasm.c (dump_insns): Move variables inside loop, or they will
10584 be freed more than once, causing wild memory corruptions.
10585 (gdb_disassembly): Look for the substring "-thread",
10586 instead of "-threads" in the target name, to make sure to find
10587 the 'multi-thread' target. Also, make sure we do the right thing
10588 with the "core" target.
10589
10590 2003-04-07 Kevin Buettner <kevinb@redhat.com>
10591
10592 * mips-tdep.c (mips_print_fp_register): New function, created from
10593 do_fp_register_row(). Registers are now (also) printed as hex.
10594 Only one register is printed per row.
10595 (mips_print_register, do_fp_register_row): Print floating point
10596 registers with mips_print_fp_register().
10597
10598 2003-04-06 Andrew Cagney <cagney@redhat.com>
10599
10600 * valprint.h (inspect_it): Add extern declaration.
10601 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10602 (selectors_info, classes_info): Ditto.
10603 (find_objc_msgcall): Fix indentation.
10604 (objc_printstr): Delete extern declarations.
10605
10606 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10607
10608 2003-04-06 Andrew Cagney <cagney@redhat.com>
10609
10610 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10611 Update comment.
10612 * frame.c (legacy_saved_regs_this_id): Update.
10613 (legacy_get_prev_frame): Update.
10614 * xstormy16-tdep.c: Update comment.
10615 * sparc-tdep.c (sparc_frame_chain): Update comment.
10616 * blockframe.c (legacy_frame_chain_valid): Update.
10617
10618 2003-04-06 Andrew Cagney <cagney@redhat.com>
10619
10620 * valprint.c (val_print_type_code_int): Delete #ifdef
10621 PRINT_TYPELESS_INTEGER code.
10622
10623 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10624 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10625 multi-arch definition.
10626 * gdbarch.h: Re-generate.
10627
10628 2003-04-05 Andrew Cagney <cagney@redhat.com>
10629
10630 Eliminate FRAME_FIND_SAVED_REGS.
10631 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10632 Change FSR parameter to a pointer.
10633 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10634 Assume FSR parameter is a pointer.
10635 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10636 Make fsr a pointer.
10637 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10638 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10639 saved_regs a pointer.
10640 (hppa_frame_saved_pc): Ditto.
10641 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10642 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10643 pointer.
10644 (restore_pc_queue): Make fsr a pointer.
10645 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10646 (hppa_frame_chain): Make saved_regs a pointer, call
10647 hppa_frame_init_saved_regs.
10648 * sparc-tdep.c: Include "gdb_assert.h".
10649 (sparc_frame_find_saved_regs): Replace internal_error with
10650 gdb_assert.
10651 * remote-vxsparc.c (vx_read_register): Delete reference to
10652 FRAME_FIND_SAVED_REGS.
10653 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10654 * gdbarch.h: Regenerate.
10655 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10656 (deprecated_get_frame_saved_regs): Delete declaration.
10657 (struct frame_saved_regs): Delete definition.
10658 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10659 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10660 (hppa_frame_find_saved_regs): Delete declaration.
10661 (FRAME_FIND_SAVED_REGS): Delete macro.
10662 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10663 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10664 FRAME_FIND_SAVED_REGS in comment.
10665
10666 2003-04-05 Andrew Cagney <cagney@redhat.com>
10667
10668 * frame.c (frame_func_unwind, get_frame_func): New functions.
10669 * frame.h (get_frame_func, frame_func_unwind): Declare.
10670 (struct frame_info): Add field "prev_func" for caching the
10671 previous frame's function address.
10672 * arm-tdep.c (arm_frameless_function_invocation): Combine
10673 get_pc_function_start and get_frame_pc into get_frame_func.
10674 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10675 (sh64_nofp_frame_init_saved_regs): Ditto.
10676 * s390-tdep.c (s390_function_start): Ditto.
10677 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10678 (rs6000_frameless_function_invocation): Ditto.
10679 (rs6000_frame_saved_pc): Ditto.
10680 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10681 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10682 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10683 (i386_frame_init_saved_regs): Ditto.
10684 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10685 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10686 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10687 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10688 * blockframe.c (frameless_look_for_prologue): Ditto.
10689
10690 2003-04-05 Andrew Cagney <cagney@redhat.com>
10691
10692 * frame.c (legacy_get_prev_frame): Link prev to next at the
10693 function start. Update comments.
10694
10695 2003-04-05 Andrew Cagney <cagney@redhat.com>
10696
10697 * frame.c (get_frame_id): Update comment.
10698 (legacy_get_prev_frame): Update comment.
10699 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10700 * gdbarch.h: Regenerate.
10701 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10702 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10703
10704 2003-04-05 Andrew Cagney <cagney@redhat.com>
10705
10706 * stack.c (print_frame_info): Use get_frame_pc.
10707
10708 2003-04-04 Andrew Cagney <cagney@redhat.com>
10709
10710 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10711 the frame's type from the unwinder.
10712 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10713 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10714 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10715 (get_frame_base_address): Use get_frame_type.
10716 (get_frame_locals_address, get_frame_args_address): Ditto.
10717 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10718 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10719 (struct frame_info): Add comment explaining why the frame contains
10720 a "type" field.
10721 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10722 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10723 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10724 NORMAL_FRAME.
10725 * frame-unwind.h: Include "frame.h".
10726 (struct frame_unwind): Add "type" field.
10727 * Makefile.in (frame_unwind_h): Add $(frame_h).
10728
10729 2003-04-04 Andrew Cagney <cagney@redhat.com>
10730
10731 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10732 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10733 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10734 get_frame_base.
10735 (d10v_unwind_dummy_id): Use frame_id_build.
10736 * frame.c (find_frame_sal): Use get_frame_pc.
10737 (create_new_frame): Use deprecated_update_frame_pc_hack and
10738 deprecated_update_frame_base_hack.
10739 (create_sentinel_frame): Add comment about ->pc going away.
10740 (get_prev_frame): Add comment about ->pc going away.
10741 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10742 frame_id_build, deprecated_update_frame_pc_hack and
10743 deprecated_update_frame_base_hack.
10744 (select_frame): Use get_frame_pc.
10745 (legacy_saved_regs_this_id): Use frame_id_build.
10746
10747 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
10748
10749 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10750 signed integer case.
10751 (classify_argument): Handle enumerations and references.
10752
10753 2003-04-04 Andrew Cagney <cagney@redhat.com>
10754
10755 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10756 ID to NULL.
10757
10758 2003-04-01 Adam Fedor <fedor@gnu.org>
10759
10760 * gdb/objc-lang.c (selectors_info): Replace calls to
10761 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10762 SYMBOL_NATURAL_NAME.
10763 (classes_info, find_methods): Likewise.
10764
10765 2003-04-03 Kevin Buettner <kevinb@redhat.com>
10766
10767 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10768 ``mach'' to the value determined by bfd_default_set_arch_mach().
10769
10770 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10771
10772 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10773 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10774 (mi-cmd-file.o): Update dependencies.
10775
10776 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10777
10778 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10779 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10780
10781 2003-04-01 Adam Fedor <fedor@gnu.org>
10782
10783 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10784 * language.h (struct language_defn): Add la_demangle.
10785 (language_demangle): Declare.
10786 * language.c (language_demangle): New function.
10787 (unk_lang_demangle): Likewise.
10788 (unknown_language_defn, auto_language_defn, local_language_defn):
10789 Add ukn_lang_demangle.
10790 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10791 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10792 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10793 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10794 * jv-lang.c (java_demangle): New function
10795 (java_language_defn): Use it for la_demangle element.
10796 * objc-lang.c (objc_demangle): Add options argument
10797 (objc_language_defn): Use objc_demangle for la_demangle element.
10798 * maint.c (maintenance_demangle): Replace switch with
10799 call to language_demangle.
10800 * utils.c (fprintf_symbol_filtered): Likewise.
10801
10802 2003-04-01 Andrew Cagney <cagney@redhat.com>
10803
10804 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10805 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10806 PRINT_TYPELESS_INTEGER.
10807 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10808 PUSH_RETURN_ADDRESS.
10809
10810 2003-04-01 Andrew Cagney <cagney@redhat.com>
10811
10812 * Makefile.in (d10v-tdep.o): Update dependencies.
10813 * d10v-tdep.c: Include "frame-base.h".
10814 (d10v_frame_unwind): Make constant.
10815 (d10v_frame_base_address): New function.
10816 (d10v_frame_base): New variable.
10817 (d10v_gdbarch_init): Set frame_base default.
10818 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10819 comment for base.
10820 (d10v_frame_unwind_cache): Set and use "prev_sp".
10821 (d10v_frame_this_id): Use the previous frame's inner most stack
10822 address and this frame's func address for the frame ID. Use
10823 frame_id_build. Don't analyze beyond the current instruction.
10824
10825 2003-04-01 Andrew Cagney <cagney@redhat.com>
10826
10827 * frame.h (get_frame_locals_address, get_frame_args_address):
10828 Refer to the base address, instead of the address of the first
10829 local or parameter.
10830
10831 2003-04-01 Andrew Cagney <cagney@redhat.com>
10832
10833 Add frame debug info addresses:
10834 * frame-base.c: New file.
10835 * frame-base.h: New file.
10836 * frame.h (struct frame_base): Add opaque declaration.
10837 (get_frame_base): Update comment.
10838 (get_frame_base_address): Declare.
10839 (get_frame_locals_address): Declare.
10840 (get_frame_args_address): Declare.
10841 (struct frame_info): Add "base" and "base_cache". Update
10842 comments on the unwinder.
10843 * frame.c: Include "frame-base.h".
10844 (get_frame_locals_address): New function.
10845 (get_frame_base_address): New function.
10846 (get_frame_args_address): New function.
10847 * findvar.c (read_var_value): Use get_frame_locals_address and
10848 get_frame_args_address.
10849 * stack.c (frame_info): Use get_frame_locals_address and
10850 get_frame_args_address.
10851 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10852 moved to "frame-base.c".
10853 * printcmd.c (print_frame_nameless_args): Ditto.
10854 * symtab.h (address_class): Update comments.
10855 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10856 get_frame_base_address.
10857 * dwarf2expr.c (execute_stack_op): Ditto.
10858 * Makefile.in (frame_base_h): Define.
10859 (frame.o): Update dependencies.
10860 (frame-base.o): Add dependencies.
10861 (SFILES): Add frame-base.c.
10862 (COMMON_OBS): Add frame-base.o.
10863
10864 2003-04-01 Andrew Cagney <cagney@redhat.com>
10865
10866 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10867 CALL_DUMMY_LENGTH): Ditto.
10868 * gdbarch.c: Re-generate.
10869 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10870 (CALL_DUMMY_LENGTH): Delete macro.
10871 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10872 * arm-tdep.c (arm_gdbarch_init): Ditto.
10873 * avr-tdep.c (avr_gdbarch_init): Ditto.
10874 * cris-tdep.c (cris_gdbarch_init): Ditto.
10875 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10876 * frv-tdep.c (frv_gdbarch_init): Ditto.
10877 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10878 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10879 * i386-tdep.c (i386_gdbarch_init): Ditto.
10880 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10881 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10882 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10883 * mips-tdep.c (mips_gdbarch_init): Ditto.
10884 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10885 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10886 * s390-tdep.c (s390_gdbarch_init): Ditto.
10887 * sh-tdep.c (sh_gdbarch_init): Ditto.
10888 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10889 * v850-tdep.c (v850_gdbarch_init): Ditto.
10890 * vax-tdep.c (vax_gdbarch_init): Ditto.
10891 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10892
10893 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10894
10895 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10896
10897 2003-04-01 Andrew Cagney <cagney@redhat.com>
10898
10899 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10900 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10901 * gdbarch.h, gdbarch.c: Re-generate.
10902 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10903 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10904 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10905 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10906 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10907 * infcmd.c (run_stack_dummy): Simplify assuming
10908 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10909 * infrun.c (handle_inferior_event): Ditto.
10910 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10911 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10912 * arm-tdep.c (arm_gdbarch_init): Ditto.
10913 * avr-tdep.c (avr_gdbarch_init): Ditto.
10914 * cris-tdep.c (cris_gdbarch_init): Ditto.
10915 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10916 * frv-tdep.c (frv_gdbarch_init): Ditto.
10917 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10918 * i386-tdep.c (i386_gdbarch_init): Ditto.
10919 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10920 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10921 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10922 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10923 * mips-tdep.c (mips_gdbarch_init): Ditto.
10924 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10925 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10926 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10927 * s390-tdep.c (s390_gdbarch_init): Ditto.
10928 * sh-tdep.c (sh_gdbarch_init): Ditto.
10929 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10930 * v850-tdep.c (v850_gdbarch_init): Ditto.
10931 * vax-tdep.c (vax_gdbarch_init): Ditto.
10932 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10933
10934 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10935
10936 * symfile.c (symfile_relocate_debug_section): Update call to
10937 bfd_simple_get_relocated_section_contents.
10938
10939 2003-03-31 Andrew Cagney <cagney@redhat.com>
10940
10941 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10942 * gdbarch.h, gdbarch.c: Regenerate.
10943 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10944 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10945 available.
10946 * frame.h (generic_fix_call_dummy): Delete declaration.
10947 * dummy-frame.h: Update comment.
10948 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10949 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10950 fix_call_dummy.
10951 * sh-tdep.c (sh_gdbarch_init): Ditto.
10952 * s390-tdep.c (s390_gdbarch_init): Ditto.
10953 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10954 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10955 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10956 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10957 * i386-tdep.c (i386_gdbarch_init): Ditto.
10958 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10959 * frv-tdep.c (frv_gdbarch_init): Ditto.
10960 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10961 * cris-tdep.c (cris_gdbarch_init): Ditto.
10962 * avr-tdep.c (avr_gdbarch_init): Ditto.
10963 * arm-tdep.c (arm_gdbarch_init): Ditto.
10964
10965 2003-03-31 J. Brobecker <brobecker@gnat.com>
10966
10967 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10968 (INIT_FRAME_AP): Likewise.
10969 (EXTRA_FRAME_INFO): Likewise.
10970
10971 2003-03-31 Andrew Cagney <cagney@redhat.com>
10972
10973 * gdbarch.sh: Include "symfile.h".
10974 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10975 * gdbarch.h, gdbarch.c: Re-generate.
10976 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10977 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10978 call_dummy_address, the default is at entry_point_address.
10979 * v850-tdep.c (v850_gdbarch_init): Ditto.
10980 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10981 * sh-tdep.c (sh_gdbarch_init): Ditto.
10982 * s390-tdep.c (s390_gdbarch_init): Ditto.
10983 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10984 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10985 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10986 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10987 * i386-tdep.c (i386_gdbarch_init): Ditto.
10988 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10989 * frv-tdep.c (frv_gdbarch_init): Ditto.
10990 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10991 * cris-tdep.c (cris_gdbarch_init): Ditto.
10992 * arm-tdep.c (arm_gdbarch_init): Ditto.
10993
10994 2003-03-31 Andrew Cagney <cagney@redhat.com>
10995
10996 * gdbarch.sh (CALL_DUMMY_P): Delete.
10997 * gdbarch.h, gdbarch.c: Re-generate.
10998 * inferior.h (CALL_DUMMY_P): Delete macro.
10999 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11000 * vax-tdep.c (vax_gdbarch_init): Update.
11001 * v850-tdep.c (v850_gdbarch_init): Update.
11002 * sparc-tdep.c (sparc_gdbarch_init): Update.
11003 * sh-tdep.c (sh_gdbarch_init): Update.
11004 * s390-tdep.c (s390_gdbarch_init): Update.
11005 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11006 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11007 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11008 * mips-tdep.c (mips_gdbarch_init): Update.
11009 * mcore-tdep.c (mcore_gdbarch_init): Update.
11010 * m68k-tdep.c (m68k_gdbarch_init): Update.
11011 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11012 * ia64-tdep.c (ia64_gdbarch_init): Update.
11013 * i386-tdep.c (i386_gdbarch_init): Update.
11014 * h8300-tdep.c (h8300_gdbarch_init): Update.
11015 * frv-tdep.c (frv_gdbarch_init): Update.
11016 * d10v-tdep.c (d10v_gdbarch_init): Update.
11017 * cris-tdep.c (cris_gdbarch_init): Update.
11018 * breakpoint.c (deprecated_frame_in_dummy): Update.
11019 * avr-tdep.c (avr_gdbarch_init): Update.
11020 * alpha-tdep.c (alpha_gdbarch_init): Update.
11021 * arm-tdep.c (arm_gdbarch_init): Update.
11022 * dummy-frame.c (dummy_frame_this_id): Update comments.
11023 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
11024 * frame.c (legacy_get_prev_frame): Ditto.
11025 * valops.c (call_function_by_hand): Delete function.
11026 (hand_function_call): Rename to call_function_by_hand
11027
11028 2003-03-30 Andrew Cagney <cagney@redhat.com>
11029
11030 2002-11-10 Klee Dienes <kdienes@apple.com>
11031 * value.h (struct value): Update comment.
11032
11033 2003-03-30 Andrew Cagney <cagney@redhat.com>
11034
11035 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
11036 D10V_FP_REGNUM.
11037 (d10v_gdbarch_init): Do not set fp_regnum.
11038
11039 * frame.c (get_frame_base): Force ID initialization.
11040 (get_prev_frame): Move computation of the frame ID from here ...
11041 (get_frame_id): ... to here.
11042 (legacy_get_prev_frame): Mark the frame ID as valid.
11043 * frame.h (struct frame_info): Add field "id_p".
11044
11045 2003-03-30 Mark Kettenis <kettenis@gnu.org>
11046
11047 * i386-tdep.c (i386_store_struct_return): Removed.
11048 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
11049
11050 2003-03-30 Andrew Cagney <cagney@redhat.com>
11051
11052 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
11053 * gdbarch.h, gdbarch.c: Regenerate.
11054 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
11055 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
11056 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11057 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11058 * i386-tdep.c (i386_gdbarch_init): Ditto.
11059 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11060 * cris-tdep.c (cris_gdbarch_init): Ditto.
11061 * vax-tdep.c (vax_gdbarch_init): Ditto.
11062 * s390-tdep.c (s390_gdbarch_init): Ditto.
11063 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11064 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11065 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11066 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
11067 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
11068 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
11069 * sparc-tdep.c (sparc_gdbarch_init): Update.
11070 * sh-tdep.c (sh_gdbarch_init): Update.
11071 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11072 * mips-tdep.c (mips_gdbarch_init): Update.
11073 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11074 * ia64-tdep.c (ia64_gdbarch_init): Update.
11075 * frv-tdep.c (frv_gdbarch_init): Update.
11076 * avr-tdep.c (avr_gdbarch_init): Update.
11077 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
11078 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
11079 instead of when push_dummy_call is not available.
11080
11081 2003-03-30 Andrew Cagney <cagney@redhat.com>
11082
11083 * infttrace.c: Include "gdbthread.h".
11084 (parent_attach_all): Fix function signature.
11085 (call_ptrace): Update call.
11086 * Makefile.in (infttrace.o): Update dependencies.
11087
11088 2003-03-30 Andrew Cagney <cagney@redhat.com>
11089
11090 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
11091 PUSH_RETURN_ADDRESS.
11092 * gdbarch.h, gdbarch.c: Regenerate.
11093 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11094 * x86-64-tdep.c (x86_64_init_abi): Update.
11095 * v850-tdep.c (v850_gdbarch_init): Update.
11096 * sparc-tdep.c (sparc_gdbarch_init): Update.
11097 * sh-tdep.c (sh_gdbarch_init): Update.
11098 * s390-tdep.c (s390_gdbarch_init): Update.
11099 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11100 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11101 * mips-tdep.c (mips_gdbarch_init): Update.
11102 * mcore-tdep.c (mcore_gdbarch_init): Update.
11103 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11104 * ia64-tdep.c (ia64_gdbarch_init): Update.
11105 * i386-tdep.c (i386_gdbarch_init): Update.
11106 * h8300-tdep.c (h8300_gdbarch_init): Update.
11107 * frv-tdep.c (frv_gdbarch_init): Update.
11108 * cris-tdep.c (cris_gdbarch_init): Update.
11109 * avr-tdep.c (avr_gdbarch_init): Update.
11110 * arm-tdep.c (arm_gdbarch_init): Update.
11111 * valops.c (hand_function_call): Update.
11112
11113 2003-03-29 Andrew Cagney <cagney@redhat.com>
11114
11115 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
11116 sizeof_call_dummy_words.
11117 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
11118 define.
11119 * gdbarch.h: Regenerate.
11120
11121 2003-03-29 Andrew Cagney <cagney@redhat.com>
11122
11123 * infttrace.h: New file.
11124 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
11125 (hpread_get_textlow): Detect an uninitialized dn_bufp.
11126 (hpread_read_doc_function_type): Detect an initialized type1.
11127 (hpread_quick_traverse): Initialize mod_name_string.
11128 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
11129 (som_solib_get_solib_by_pc): Declare.
11130 (so_lib_thread_start_addr): Declare.
11131 (no_shared_libraries): Declare.
11132 * somread.c (init_import_symbols): Make static. Add forward
11133 declaration.
11134 * config/pa/nm-hppah.h: Include "infttrace.h" for
11135 parent_attach_all.
11136 (hppa_insert_hw_watchpoint): Declare.
11137 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
11138 * hppah-nat.c: Include "gdb_string.h".
11139 (parent_attach_all): Delete extern declaration, moved to
11140 "infttrace.h".
11141 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
11142 int.
11143 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
11144 * Makefile.in (infttrace_h): Define.
11145 (hpread.o): Update dependencies.
11146 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
11147 * hppa-hpux-tdep.c: Include "gdb_string.h".
11148 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
11149 * infrun.c (handle_inferior_event): Always initialize
11150 stepped_after_stopped_by_watchpoint. Add default and remove
11151 fallthrough in switch statement.
11152 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
11153 parameter to int.
11154 (hppa_remove_hw_watchpoint): Ditto.
11155
11156 2003-03-29 Andrew Cagney <cagney@redhat.com>
11157
11158 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
11159 offset.
11160
11161 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
11162
11163 * arm-tdep.c (arm_push_arguments): Delete.
11164 (struct stack_item): New type.
11165 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
11166 (arm_store_struct_return): Delte.
11167 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
11168 arm_push_arguments or arm_store_struct_return.
11169
11170 2003-03-28 Andrew Cagney <cagney@redhat.com>
11171
11172 * Makefile.in (d10v-tdep.o): Update dependencies.
11173 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
11174 * d10v-tdep.c: Include "remote.h".
11175 (target_resume_hook): Delete extern declaration.
11176 (target_wait_loop_hook): Ditto.
11177 (tdisassemble_command): Eliminate assignment in "if" conditional.
11178 (d10v_ts2_register_sim_regno): Eliminate call to
11179 legacy_register_sim_regno.
11180 (d10v_ts3_register_sim_regno): Ditto.
11181
11182 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
11183
11184 * thread.c: Reindented.
11185 * lin-lwp.c: Ditto.
11186 * linux-proc.c: Ditto.
11187
11188 2003-03-28 Bob Rossi <bob_rossi@cox.net>
11189
11190 * MAINTAINERS (write after approval): Add myself.
11191
11192 2003-03-27 Theodore A. Roth <troth@openavr.org>
11193
11194 * objc-exp.y: Add missing semi-colons.
11195
11196 2003-03-27 Andrew Cagney <cagney@redhat.com>
11197
11198 * regcache.c (write_sp): Delete function and references.
11199 * inferior.h (write_sp): Delete declaration.
11200 * valops.c (hand_function_call): Replace write_sp with
11201 TARGET_WRITE_SP.
11202 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
11203 (sparc_pop_frame): Ditto.
11204
11205 2003-03-27 Andrew Cagney <cagney@redhat.com>
11206
11207 * NEWS: Mention removal of support for hppa*-*-bsd* and
11208 hppa*-*-osf* natives, and hppa*-*-pro* target.
11209 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
11210 * config/pa/xm-pa.h: Obsolete file.
11211 * config/pa/xm-hppab.h: Obsolete file.
11212 * config/pa/nm-hppab.h: Obsolete file.
11213 * config/pa/tm-hppab.h: Obsolete file.
11214 * config/pa/tm-hppao.h: Obsolete file.
11215 * config/pa/nm-hppao.h: Obsolete file.
11216 * config/pa/tm-pro.h: Obsolete file.
11217 * config/pa/hppaosf.mt: Obsolete file.
11218 * config/pa/hppaosf.mh: Obsolete file.
11219 * config/pa/hppapro.mt: Obsolete file.
11220 * config/pa/hppabsd.mt: Obsolete file.
11221 * config/pa/hppabsd.mh: Obsolete file.
11222 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
11223 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
11224 hppa*-*-osf*.
11225
11226 2003-03-27 Andrew Cagney <cagney@redhat.com>
11227
11228 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
11229 push_arguments. Don't set push_return_address or write_sp.
11230 (d10v_push_dummy_call): Replace d10v_push_arguments.
11231 (d10v_push_return_address, d10v_write_sp): Delete function,
11232 handled by push_dummy_call.
11233
11234 2003-03-26 Andrew Cagney <cagney@redhat.com>
11235
11236 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
11237 (push_dummy_call): New pure multi-arch replacement with gdbarch,
11238 regcache and dummy_addr parameters.
11239 * gdbarch.h, gdbarch.c: Re-generate.
11240 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
11241 available; assume it will handle stack alignment and return
11242 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
11243 legacy_push_arguments.
11244 (legacy_push_arguments): Rename default_push_arguments.
11245 * value.h (legacy_push_arguments): Rename default_push_arguments.
11246 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
11247 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11248 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11249 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11250 * config/i386/tm-symmetry.h: Update.
11251 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11252 * x86-64-tdep.c (x86_64_init_abi): Update.
11253 * v850-tdep.c (v850_gdbarch_init): Update.
11254 * sparc-tdep.c (sparc_gdbarch_init): Update.
11255 * sh-tdep.c (sh_gdbarch_init): Update.
11256 * s390-tdep.c (s390_gdbarch_init): Update.
11257 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11258 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11259 * mips-tdep.c (mips_gdbarch_init): Update.
11260 * mcore-tdep.c (mcore_gdbarch_init): Update.
11261 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11262 * ia64-tdep.c (ia64_gdbarch_init): Update.
11263 * i386-tdep.c (i386_gdbarch_init): Update.
11264 * hppa-tdep.c (hppa_gdbarch_init): Update.
11265 * h8300-tdep.c (h8300_gdbarch_init): Update.
11266 * frv-tdep.c (frv_gdbarch_init): Update.
11267 * d10v-tdep.c (d10v_gdbarch_init): Update.
11268 * cris-tdep.c (cris_gdbarch_init): Update.
11269 * avr-tdep.c (avr_gdbarch_init): Update.
11270 * arm-tdep.c (arm_gdbarch_init): Update.
11271 * arm-linux-tdep.c (arm_linux_init_abi): Update.
11272 * alpha-tdep.c (alpha_gdbarch_init): Update.
11273
11274 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11275
11276 * signals/signals.c (do_target_signal_to_host): Correct realtime
11277 signal range test.
11278
11279 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11280
11281 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
11282 (struct sal_chain, map_catch_names): Remove.
11283 (catch_exception_command_1): Don't call
11284 handle_gnu_4_16_catch_command.
11285
11286 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11287
11288 From Mark Dettinger <dettinge@de.ibm.com>:
11289 * dwarf2cfi.c (read_2u): Increment pointer by two.
11290
11291 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11292
11293 * signals/signals.c: Fix typos in last change.
11294
11295 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11296
11297 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
11298 not already defined. Use __SIGRTMIN if available.
11299 (target_signal_from_host): Remove SIGRTMIN block.
11300 (do_target_signal_to_host): Remove SIGRTMIN block; check that
11301 the signal is within the realtime range.
11302
11303 2003-03-25 Adam Fedor <fedor@gnu.org>
11304
11305 * Makefile.in (infrun.o): Add $(language_h)
11306 * infrun.c (handle_inferior_event): Use skip_language_trampoline
11307 for language specific trampolines.
11308 * language.h (struct language_defn): Add skip_trampoline.
11309 (skip_language_trampoline): Declare.
11310 * language.c (unk_lang_trampoline, skip_language_trampoline):
11311 New functions.
11312 (unknown_language_defn, auto_language_defn, local_language_defn):
11313 Add ukn_lang_trampoline.
11314 * ada-lang.c (ada_language_defn): Add NULL for language
11315 specific skip_trampoline.
11316 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
11317 scm-lang.c: Likewise.
11318 * objc-lang.c (objc_skip_trampoline): New function.
11319 (objc_language_defn): Add objc_skip_trampoline.
11320
11321 2003-03-25 Andrew Cagney <cagney@redhat.com>
11322
11323 * frame.c (get_prev_frame): Delay validating a frame's ID -
11324 non-NULL, didn't go backwards - until an attempt to unwind it to
11325 the previous frame.
11326
11327 2003-03-25 Andrew Cagney <cagney@redhat.com>
11328
11329 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
11330 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
11331 * gdbarch.h, gdbarch.c: Re-generate.
11332 * config/sparc/tm-sparc.h
11333 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
11334 * sparc-tdep.c (sparc_gdbarch_init): Set
11335 deprecated_extra_stack_alignment_needed.
11336 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11337 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
11338 extra_stack_alignment_needed.
11339 * v850-tdep.c (v850_gdbarch_init): Ditto.
11340 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11341 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11342 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11343 * cris-tdep.c (cris_gdbarch_init): Ditto.
11344 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11345 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11346
11347 2003-03-25 Andrew Cagney <cagney@redhat.com>
11348
11349 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
11350 STORE_STRUCT_RETURN.
11351 * gdbarch.h, gdbarch.c: Regenerate.
11352 * d10v-tdep.c (d10v_store_struct_return): Delete function.
11353 (d10v_push_arguments): Set the struct return register.
11354 (d10v_gdbarch_init): Update.
11355 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11356 * x86-64-tdep.c (x86_64_init_abi): Update.
11357 * vax-tdep.c (vax_gdbarch_init): Update.
11358 * v850-tdep.c (v850_gdbarch_init): Update.
11359 * sparc-tdep.c (sparc_gdbarch_init): Update.
11360 * sh-tdep.c (sh_gdbarch_init): Update.
11361 * s390-tdep.c (s390_gdbarch_init): Update.
11362 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11363 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11364 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11365 * mips-tdep.c (mips_gdbarch_init): Update.
11366 * mcore-tdep.c (mcore_gdbarch_init): Update.
11367 * m68k-tdep.c (m68k_gdbarch_init): Update.
11368 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11369 * ia64-tdep.c (ia64_gdbarch_init): Update.
11370 * i386-tdep.c (i386_gdbarch_init): Update.
11371 * hppa-tdep.c (hppa_gdbarch_init): Update.
11372 * h8300-tdep.c (h8300_gdbarch_init): Update.
11373 * frv-tdep.c (frv_gdbarch_init): Update.
11374 * cris-tdep.c (cris_gdbarch_init): Update.
11375 * avr-tdep.c (avr_gdbarch_init): Update.
11376 * arm-tdep.c (arm_gdbarch_init): Update.
11377 * alpha-tdep.c (alpha_gdbarch_init): Update.
11378
11379 2003-03-25 Andrew Cagney <cagney@redhat.com>
11380
11381 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
11382 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
11383 CALL_DUMMY_STACK_ADJUST with a predicate variable.
11384 * gdbarch.h, gdbarch.c: Regenerate.
11385 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11386 call_dummy_stack_adjust_p.
11387 * vax-tdep.c (vax_gdbarch_init): Ditto.
11388 * v850-tdep.c (v850_gdbarch_init): Ditto.
11389 * sh-tdep.c (sh_gdbarch_init): Ditto.
11390 * s390-tdep.c (s390_gdbarch_init): Ditto.
11391 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11392 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11393 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11394 * mips-tdep.c (mips_gdbarch_init): Ditto.
11395 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11396 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11397 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11398 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11399 * i386-tdep.c (i386_gdbarch_init): Ditto.
11400 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11401 * frv-tdep.c (frv_gdbarch_init): Ditto.
11402 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11403 * cris-tdep.c (cris_gdbarch_init): Ditto.
11404 * avr-tdep.c (avr_gdbarch_init): Ditto.
11405 * arm-tdep.c (arm_gdbarch_init): Ditto.
11406 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11407 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11408 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
11409 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11410 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
11411 call_dummy_stack_adjust_p.
11412 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
11413 (CALL_DUMMY_STACK_ADJUST): Delete macro.
11414 * sparc-tdep.c (sparc32_push_arguments): Update.
11415 * valops.c (hand_function_call): Update.
11416
11417 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
11418
11419 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
11420 set_gdbarch_char_signed.
11421
11422 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11423
11424 PR cli/548
11425 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
11426
11427 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11428
11429 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
11430 (_initialize_arm_tdep): Don't set tm_print_insn.
11431
11432 2003-03-24 Adam Fedor <fedor@gnu.org>
11433
11434 * Makefile.in (YYOBJ): Add objc-exp.tab.o
11435 * objc-lang.h: Add multiple inclusion protection.
11436 (start_msglist, add_msglist, end_msglist): Additional declarations.
11437
11438 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
11439
11440 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
11441 value was renamed to ARM_FLOAT_SOFT_FPA.
11442
11443 2003-03-23 Andrew Cagney <cagney@redhat.com>
11444
11445 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
11446 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
11447 * gdbarch.h, gdbarch.c: Regenerate.
11448 * valops.c (hand_function_call): Update.
11449 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11450 * frame.c (legacy_saved_regs_this_id): Update.
11451 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
11452 * dummy-frame.h: Update.
11453 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
11454 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11455 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
11456 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
11457 * config/m68k/tm-sun3.h: Update.
11458 * blockframe.c (inside_main_func, frame_chain_valid): Update.
11459 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11460 * x86-64-tdep.c (x86_64_init_abi): Update.
11461 * vax-tdep.c (vax_gdbarch_init): Update.
11462 * v850-tdep.c (v850_gdbarch_init): Update.
11463 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
11464 * sh-tdep.c (sh_gdbarch_init): Update.
11465 * s390-tdep.c (s390_gdbarch_init): Update.
11466 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
11467 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
11468 (frame_get_saved_regs): Update.
11469 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11470 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11471 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11472 * mips-tdep.c (mips_gdbarch_init): Update.
11473 * mcore-tdep.c (mcore_gdbarch_init): Update.
11474 * m68k-tdep.c (m68k_gdbarch_init): Update.
11475 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11476 * ia64-tdep.c (ia64_gdbarch_init): Update.
11477 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
11478 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11479 (i386_interix_back_one_frame): Update.
11480 * hppa-tdep.c (hppa_gdbarch_init): Update.
11481 (hppa_init_extra_frame_info): Update.
11482 * h8300-tdep.c (h8300_gdbarch_init): Update.
11483 * frv-tdep.c (frv_gdbarch_init): Update.
11484 * cris-tdep.c (cris_gdbarch_init): Update.
11485 * avr-tdep.c (avr_gdbarch_init): Update.
11486 * arm-tdep.c (arm_gdbarch_init): Update.
11487 * alpha-tdep.c (alpha_gdbarch_init): Update.
11488
11489 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11490
11491 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
11492 (arm_get_fp_model): Declare.
11493 * arm-tdep.c (fp_model_strings): New string array.
11494 (arm_fp_model, current_fp_model): New variables.
11495 (arm_get_fp_model): New function.
11496 (arm_set_fp): New function.
11497 (set_fp_model_sfunc): New function.
11498 (show_fp_model): New function.
11499 (_initialize_arm_tdep): Add new command to set/show the FPU.
11500 (arm_extract_return_value): Use arm_get_fp_model.
11501 (arm_store_return_value): Likewise.
11502 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
11503 to initialize the floating-point data types.
11504 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11505 model is FPA.
11506
11507 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11508
11509 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
11510 the current setting of each value.
11511 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
11512 new_set and new_show. Use add_setshow_cmd_full and
11513 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
11514 commands and add new version as subcommands of "set/show arm".
11515
11516 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11517
11518 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11519 (set_arm_command, show_arm_command): New functions.
11520 (_initialize_arm_tdep): Add them.
11521 (num_disassembly_options): Renamed from num_flavor_options.
11522 (valid_disassembly_styles): Renamed from valid_flavors.
11523 (disassembly_style): Renamed from disassembly_flavor.
11524 (set_disassembly_style_sfunc): Renamed from
11525 set_disassembly_flavor_sfunc.
11526 (set_disassembly_style): Renamed from set_disassembly_flavor.
11527 (arm_othernames): Updated.
11528 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11529 command. Add "set/show arm disassembly" commands. Deprecate
11530 "othernames" command.
11531
11532 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11533
11534 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11535 (arm-tdep.o): Depend on elf_arm_h.
11536
11537 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11538
11539 * Makefile.in (coff_internal_h): Define.
11540 (arm-tdep.o): Update dependencies.
11541
11542 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11543
11544 * arm-tdep.c (prologue_cache): Delete.
11545 (check_prologue_cache, save_prologue_cache): Delete.
11546 (arm_scan_prologue): Don't check or update the prologue_cache.
11547 (arm_gdb_arch_init): Don't initialize it.
11548 (_initialize_arm_tdep): Likewise.
11549
11550 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11551
11552 * MAINTAINERS (tui): Maintainer of tui code.
11553
11554 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
11555
11556 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11557 (i386-cygwin-tdep.o): Add dependencies.
11558 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11559 * i386-cygwin-tdep.c: New file.
11560 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11561 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11562
11563 2003-03-20 Andrew Cagney <cagney@redhat.com>
11564
11565 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11566 (handle_inferior_event): Remove code calling
11567 DYNAMIC_TRAMPOLINE_NEXTPC.
11568
11569 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11570 already has a full path.
11571
11572 * main.c (gdb_main): Return 1.
11573 (captured_main): Call error to report an invalid interpreter.
11574
11575 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11576 * alpha-osf1-tdep.c: Include "gdb_string.h".
11577
11578 2003-03-19 J. Brobecker <brobecker@gnat.com>
11579
11580 Continuing work to convert the hppa targets to multiarch partial.
11581
11582 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11583 method, now that hppa_push_dummy_frame has a conformant prototype.
11584 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11585 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11586 for the switch to multiarch partial.
11587
11588 2003-03-19 Kevin Buettner <kevinb@redhat.com>
11589
11590 * mdebugread.c (parse_symbol): For stEnd, we're done counting
11591 when iss is issNull.
11592
11593 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11594
11595 * mips-tdep.c (mips_register_name): Fix fencepost error involving
11596 NUM_REGS bounds check.
11597
11598 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11599
11600 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11601 * mips-tdep.c (gdb_assert.h): Include.
11602 (mips_generic_reg_names, mips_processor_reg_names): Make static.
11603 (mips_register_name): Handle integer registers explicitly. Add
11604 bounds checking.
11605 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11606 (mips_lsi33k_reg_names): Don't list integer registers; they're
11607 handled by mips_register_name() now.
11608 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11609 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11610 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11611 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11612 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11613
11614 2003-03-18 Andrew Cagney <cagney@redhat.com>
11615
11616 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11617 a void pointer.
11618 * gdbtypes.h (print_scalar_formatted): Update declaration.
11619 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11620
11621 2003-03-18 J. Brobecker <brobecker@gnat.com>
11622
11623 * infrun.c (observer.h): Add #include.
11624 (normal_stop): Add call to observer_notify_normal_stop.
11625 * Makefile.in (infrun.o): Add dependency on observer.h.
11626
11627 2003-03-18 J. Brobecker <brobecker@gnat.com>
11628
11629 Continuing work to convert the hppa targets to multiarch partial.
11630 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11631 parameter. Reformat comment.
11632 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11633 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11634 to match new profile.
11635
11636 2003-03-18 J. Brobecker <brobecker@gnat.com>
11637
11638 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11639 appear to be working in any case.
11640
11641 2003-03-18 J. Brobecker <brobecker@gnat.com>
11642
11643 * observer.c (observer_test_first_observer): New static variable.
11644 (observer_test_second_observer): Likewise.
11645 (observer_test_third_observer): Likewise.
11646 (observer_test_first_notification_function): New static function.
11647 (observer_test_second_notification_function): Likewise.
11648 (observer_test_third_notification_function): Likewise.
11649
11650 2003-03-17 J. Brobecker <brobecker@gnat.com>
11651
11652 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11653 * somsolib.c (gdb_assert.h): Likewise.
11654 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11655 (somsolib.o): Likewise.
11656
11657 2003-03-17 Andrew Cagney <cagney@redhat.com>
11658
11659 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11660 BFD. Simplify setting of di.endian.
11661
11662 2003-03-17 Andrew Cagney <cagney@redhat.com>
11663
11664 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11665 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11666
11667 From Elena Zannoni <ezannoni@redhat.com>
11668 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11669 vector and floating-point parameters.
11670 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11671 convention.
11672 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11673
11674 2003-03-17 Fernando Nasser <fnasser@redhat.com>
11675
11676 * MAINTAINERS: Remove my name from several maintainership roles.
11677
11678 2003-03-17 Andrew Cagney <cagney@redhat.com>
11679
11680 Fix frame off-by-one bug.
11681 * frame-unwind.h (frame_this_id_ftype): Replace
11682 frame_unwind_id_ftype.
11683 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11684 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11685 with "prev_register".
11686 * frame-unwind.c (frame_unwind_find_by_pc): Return
11687 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11688 comment.
11689 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11690 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11691 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11692 (dummy_frame_unwind): Update.
11693 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11694 sentinel_frame_register_unwind.
11695 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11696 (sentinel_frame_unwinder): Update.
11697 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11698 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11699 * frame.c (create_sentinel_frame): Update. Initialize
11700 "prologue_cache" instead of "unwind_cache".
11701 (frame_register_unwind): Call this frame's prev_register with the
11702 next frame and this frame's prologue cache.
11703 (get_prev_frame): Simplify. Always call prev frame's this_id with
11704 this frame and prev frame's prologue cache. Document that this
11705 call is shifted one to the left when compared to the
11706 frame_register_unwind call.
11707 (legacy_saved_regs_prev_register): Replace
11708 frame_saved_regs_register_unwind.
11709 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11710 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11711 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11712 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11713 (d10v_frame_unwind): Update.
11714 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11715 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11716 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11717 "saved_regs" with "this_saved_regs".
11718
11719 2003-03-16 Andrew Cagney <cagney@redhat.com>
11720
11721 * frame.c (frame_pop): Don't call target_store_registers. Fix
11722 problem reported by Mark Kettenis.
11723
11724 2003-03-16 Mark Kettenis <kettenis@gnu.org>
11725
11726 * i386-tdep.c (i386_register_type): Renamed from
11727 i386_register_virtual_type. Adjust function signature.
11728 (i386_gdbarch_init): Set register_type instead of
11729 deprecated_max_register_raw_size,
11730 deprecated_max_register_virtual_size and register_virtual_type.
11731
11732 2003-03-14 Andrew Cagney <cagney@redhat.com>
11733
11734 * frame.c (get_prev_frame): When a legacy frame, always call
11735 legacy_get_prev_frame. Simplify unwind code using assumption that
11736 the unwinder is new.
11737 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11738 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11739 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11740
11741 2003-03-14 Andrew Cagney <cagney@redhat.com>
11742
11743 * frame.c (get_saved_register): Delete function.
11744 * frame.h (get_saved_register): Delete declaration.
11745 * xstormy16-tdep.c: Update comment.
11746 * regcache.h: Update comments.
11747 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11748 get_saved_register and extract_address, use
11749 frame_read_unsigned_register.
11750 (sparc_frame_saved_pc): Ditto.
11751 (sparc_get_saved_register): Instead of get_saved_register, use
11752 frame_register.
11753 (sparc_pop_frame): Ditto.
11754 * findvar.c: Update comments.
11755 (value_of_register): Call frame_register instead of
11756 get_saved_register.
11757 (value_from_register): Ditto.
11758 * config/sparc/tm-sparc.h: Update comment.
11759 * breakpoint.c: Update comment.
11760
11761 2003-03-14 Andrew Cagney <cagney@redhat.com>
11762
11763 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11764 GET_SAVED_REGISTER.
11765 * gdbarch.h, gdbarch.c: Re-generate.
11766 * frame.h: Update comments.
11767 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11768 * x86-64-tdep.c (x86_64_init_abi): Update.
11769 * sparc-tdep.c (sparc_gdbarch_init): Update.
11770 * sh-tdep.c (sh_gdbarch_init): Update.
11771 * mips-tdep.c (mips_gdbarch_init): Update.
11772 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11773 * cris-tdep.c (cris_gdbarch_init): Update.
11774 * ia64-tdep.c (ia64_gdbarch_init): Update.
11775 * frame.c (frame_register): Update.
11776 (get_saved_register): Update.
11777 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11778
11779 2003-03-13 Andrew Cagney <cagney@redhat.com>
11780
11781 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11782 * gdbarch.h, gdbarch.c: Regenerate.
11783 * valops.c (hand_function_call): Update comment.
11784 * stack.c (return_command): Update comment.
11785 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11786 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11787 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11788 * x86-64-tdep.c (x86_64_init_abi): Update.
11789 * vax-tdep.c (vax_gdbarch_init): Update.
11790 * v850-tdep.c (v850_gdbarch_init): Update.
11791 * sparc-tdep.c (sparc_gdbarch_init): Update.
11792 * sh-tdep.c (sh_gdbarch_init): Update.
11793 * s390-tdep.c (s390_gdbarch_init): Update.
11794 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11795 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11796 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11797 * mips-tdep.c (mips_gdbarch_init): Update.
11798 * mcore-tdep.c (mcore_gdbarch_init): Update.
11799 * m68k-tdep.c (m68k_gdbarch_init): Update.
11800 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11801 * ia64-tdep.c (ia64_gdbarch_init): Update.
11802 * i386-tdep.c (i386_gdbarch_init): Update.
11803 * hppa-tdep.c (hppa_gdbarch_init): Update.
11804 * h8300-tdep.c (h8300_gdbarch_init): Update.
11805 * frv-tdep.c (frv_gdbarch_init): Update.
11806 * cris-tdep.c (cris_gdbarch_init): Update.
11807 * avr-tdep.c (avr_gdbarch_init): Update.
11808 * arm-tdep.c (arm_gdbarch_init): Update.
11809 * alpha-tdep.c (alpha_gdbarch_init): Update.
11810
11811 2003-03-13 Andrew Cagney <cagney@redhat.com>
11812
11813 * frame.c (legacy_frame_p): New function.
11814 (get_prev_frame): Use legacy_frame_p.
11815 * frame.h (legacy_frame_p): Declare.
11816
11817 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11818
11819 * MAINTAINERS (write after approval): Alphabetically
11820 listing corrected.
11821
11822 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11823
11824 * MAINTAINERS (write after approval): Add myself.
11825
11826 2003-03-12 Andrew Cagney <cagney@redhat.com>
11827
11828 * frame.c (get_prev_frame): Rename the frame parameter to
11829 "this_frame".
11830 (get_next_frame, legacy_get_prev_frame): Ditto.
11831
11832 2003-03-12 Andrew Cagney <cagney@redhat.com>
11833
11834 * frame.c (get_current_frame): Check target_has_registers before
11835 checking target_has_stack.
11836 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11837 instead of deprecated_selected_frame.
11838 * findvar.c (value_of_register): Pass "frame", not
11839 deprecated_selected_frame, to value_of_builtin_reg.
11840
11841 2003-03-12 Andrew Cagney <cagney@redhat.com>
11842
11843 * regcache.c (regcache_cooked_write_signed): New function.
11844 (regcache_cooked_write_unsigned): New function.
11845 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11846 (regcache_cooked_read_signed): Fix regnum in range assertion.
11847 * regcache.h (regcache_cooked_write_signed): Declare.
11848 (regcache_cooked_write_unsigned): Declare.
11849
11850 2003-03-12 Andrew Cagney <cagney@redhat.com>
11851
11852 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11853 * gdbarch.h, gdbarch.c: Re-generate.
11854 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11855 * x86-64-tdep.h: Update.
11856 * x86-64-tdep.c (x86_64_init_abi): Update.
11857 * v850-tdep.c (v850_gdbarch_init): Update.
11858 * sparc-tdep.c (sparc_gdbarch_init): Update.
11859 * sh-tdep.c (sh_gdbarch_init): Update.
11860 * s390-tdep.c (s390_gdbarch_init): Update.
11861 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11862 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11863 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11864 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11865 * mips-tdep.c (mips_gdbarch_init): Update.
11866 * mcore-tdep.c (mcore_gdbarch_init): Update.
11867 * m68k-tdep.c (m68k_gdbarch_init): Update.
11868 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11869 * ia64-tdep.c (ia64_gdbarch_init): Update.
11870 * i386-tdep.c (i386_gdbarch_init): Update.
11871 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11872 * hppa-tdep.c (hppa_gdbarch_init): Update.
11873 * h8300-tdep.c (h8300_gdbarch_init): Update.
11874 * frv-tdep.c (frv_gdbarch_init): Update.
11875 * cris-tdep.c (cris_gdbarch_init): Update.
11876 * avr-tdep.c (avr_gdbarch_init): Update.
11877 * arm-tdep.c (arm_gdbarch_init): Update.
11878 * alpha-tdep.c (alpha_gdbarch_init): Update.
11879 * sh-tdep.c (sh_init_extra_frame_info): Update.
11880 (sh64_init_extra_frame_info): Update.
11881 * ns32knbsd-nat.c (frame_num_args): Update.
11882 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11883 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11884 (xstormy16_frame_chain_valid): Update.
11885 * vax-tdep.c (vax_saved_pc_after_call): Update.
11886 * v850-tdep.c (v850_frame_chain): Update.
11887 (v850_pop_frame): Update.
11888 (v850_init_extra_frame_info): Update.
11889 * sparc-tdep.c (setup_arbitrary_frame): Update.
11890 * ns32k-tdep.c (umax_frame_num_args): Update.
11891 * s390-tdep.c (s390_pop_frame_regular): Update.
11892 * mn10300-tdep.c (mn10300_frame_chain): Update.
11893 (mn10300_pop_frame_regular): Update.
11894 (mn10300_init_extra_frame_info): Update.
11895 * mips-tdep.c (mips_init_frame_pc_first): Update.
11896 (mips_frame_chain): Update.
11897 (mips_pop_frame): Update.
11898 * mcore-tdep.c (mcore_frame_chain): Update.
11899 (mcore_pop_frame): Update.
11900 (mcore_init_extra_frame_info): Update.
11901 * arch-utils.c (init_frame_pc_default): Update.
11902 * m68k-tdep.c (isi_frame_num_args): Update.
11903 (delta68_frame_num_args): Update.
11904 (news_frame_num_args): Update.
11905 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11906 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11907 (alpha_frame_chain): Update.
11908 (alpha_pop_frame): Update.
11909 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11910 (hppa_init_extra_frame_info): Update.
11911 (hppa_frame_chain): Update.
11912 (hppa_frame_chain_valid): Update.
11913 * cris-tdep.c (cris_init_extra_frame_info): Update.
11914 * avr-tdep.c (avr_init_extra_frame_info): Update.
11915 * arm-tdep.c (arm_frame_chain_valid): Update.
11916 (arm_init_extra_frame_info): Update.
11917 (arm_pop_frame): Update.
11918 * frame.c (frame_pc_unwind): Update.
11919 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11920 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11921 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11922 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11923 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11924 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11925
11926 2003-03-12 Andrew Cagney <cagney@redhat.com>
11927
11928 Eliminate the need for POP_FRAME.
11929 * frame.c (do_frame_unwind_register): New function.
11930 (frame_pop): When no POP_FRAME, pop the frame using register
11931 unwind and a scratch regcache.
11932 (frame_saved_regs_pop): Delete function.
11933 (trad_frame_unwinder): Update.
11934 * d10v-tdep.c (d10v_frame_pop): Delete function.
11935 (d10v_frame_unwind): Update.
11936 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11937 (sentinel_frame_unwinder): Update.
11938 * dummy-frame.c (dummy_frame_pop): Delete function.
11939 (dummy_frame_unwind): Update.
11940 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11941 (struct frame_unwind): Update.
11942
11943 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11944
11945 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11946 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11947 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11948 Do range checks on register number obtained from debugging info.
11949 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11950 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11951 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11952 mapping function.
11953 (do_fp_register_row): Fix typo which caused double type to be
11954 used when attempting to unpack a float.
11955
11956 2003-03-11 J. Brobecker <brobecker@gnat.com>
11957
11958 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11959
11960 2003-03-11 Andrew Cagney <cagney@redhat.com>
11961
11962 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11963 frame. Problem found by Corinna Vinschen.
11964
11965 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11966
11967 * doublest.c (floatformat_from_length): Accept also
11968 the real size of 'long double' type.
11969
11970 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11971
11972 From Klee Dienes <kdienes@apple.com>:
11973 * breakpoint.c (bpstat_copy): Copy the command lines as well
11974 as the old value, to match what is freed in bpstat_clear.
11975
11976 2003-03-10 David Carlton <carlton@math.stanford.edu>
11977
11978 * minsyms.c (add_minsym_to_hash_table): Replace
11979 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11980 (compare_minimal_symbols, compact_minimal_symbols)
11981 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11982 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11983 of DEPRECATED_SYMBOL_MATCHES_NAME.
11984 (lookup_minimal_symbol_solib_trampoline): Ditto.
11985
11986 2003-03-10 Andrew Cagney <cagney@redhat.com>
11987
11988 * regcache.h (regcache_cooked_read_ftype): Define.
11989 (regcache_save, regcache_restore): Add a cooked_read parameter.
11990 * regcache.c (regcache_save, regcache_restore): Update.
11991 (do_cooked_read): New function.
11992 (regcache_cpy): Pass do_cooked_read to regcache_save and
11993 regcache_restore.
11994
11995 2003-03-10 Andrew Cagney <cagney@redhat.com>
11996
11997 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11998 * gdbarch.h, gdbarch.c: Re-generate.
11999 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12000 * x86-64-tdep.h: Update.
12001 * x86-64-tdep.c (x86_64_init_abi): Update.
12002 * v850-tdep.c (v850_gdbarch_init): Update.
12003 * sparc-tdep.c (sparc_gdbarch_init): Update.
12004 * sh-tdep.c (sh_gdbarch_init): Update.
12005 * s390-tdep.c (s390_gdbarch_init): Update.
12006 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12007 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12008 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12009 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12010 * mips-tdep.c (mips_gdbarch_init): Update.
12011 * mcore-tdep.c (mcore_gdbarch_init): Update.
12012 * m68k-tdep.c (m68k_gdbarch_init): Update.
12013 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12014 * ia64-tdep.c (ia64_gdbarch_init): Update.
12015 * i386-tdep.c (i386_gdbarch_init): Update.
12016 * i386-interix-tdep.c (i386_interix_init_abi): Update.
12017 * hppa-tdep.c (hppa_gdbarch_init): Update.
12018 * h8300-tdep.c (h8300_gdbarch_init): Update.
12019 * frv-tdep.c (frv_gdbarch_init): Update.
12020 * cris-tdep.c (cris_gdbarch_init): Update.
12021 * avr-tdep.c (avr_gdbarch_init): Update.
12022 * arm-tdep.c (arm_gdbarch_init): Update.
12023 * alpha-tdep.c (alpha_gdbarch_init): Update.
12024 * sh-tdep.c (sh_init_extra_frame_info): Update.
12025 (sh64_init_extra_frame_info): Update.
12026 * ns32knbsd-nat.c (frame_num_args): Update.
12027 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
12028 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
12029 (xstormy16_frame_chain_valid): Update.
12030 * vax-tdep.c (vax_saved_pc_after_call): Update.
12031 * v850-tdep.c (v850_frame_chain): Update.
12032 (v850_pop_frame): Update.
12033 (v850_init_extra_frame_info): Update.
12034 * sparc-tdep.c (setup_arbitrary_frame): Update.
12035 * ns32k-tdep.c (umax_frame_num_args): Update.
12036 * s390-tdep.c (s390_pop_frame_regular): Update.
12037 * mn10300-tdep.c (mn10300_frame_chain): Update.
12038 (mn10300_pop_frame_regular): Update.
12039 (mn10300_init_extra_frame_info): Update.
12040 * mips-tdep.c (mips_init_frame_pc_first): Update.
12041 (mips_frame_chain): Update.
12042 (mips_pop_frame): Update.
12043 * mcore-tdep.c (mcore_frame_chain): Update.
12044 (mcore_pop_frame): Update.
12045 (mcore_init_extra_frame_info): Update.
12046 * arch-utils.c (init_frame_pc_default): Update.
12047 * m68k-tdep.c (isi_frame_num_args): Update.
12048 (delta68_frame_num_args): Update.
12049 (news_frame_num_args): Update.
12050 * ia64-tdep.c (ia64_pop_frame_regular): Update.
12051 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
12052 (alpha_frame_chain): Update.
12053 (alpha_pop_frame): Update.
12054 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
12055 (hppa_init_extra_frame_info): Update.
12056 (hppa_frame_chain): Update.
12057 (hppa_frame_chain_valid): Update.
12058 * cris-tdep.c (cris_init_extra_frame_info): Update.
12059 * avr-tdep.c (avr_init_extra_frame_info): Update.
12060 * arm-tdep.c (arm_frame_chain_valid): Update.
12061 (arm_init_extra_frame_info): Update.
12062 (arm_pop_frame): Update.
12063 * frame.c (frame_pc_unwind): Update.
12064 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
12065 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12066 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
12067 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
12068 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
12069 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
12070
12071 2003-03-10 Andrew Cagney <cagney@redhat.com>
12072
12073 * gdbarch.sh (gdbarch_unwind_pc): New method.
12074 * gdbarch.h, gdbarch.c: Regenerate.
12075 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
12076 but use read_pc and FRAME_SAVED_PC as fall backs.
12077 (frame_saved_regs_pc_unwind): Delete function.
12078 (trad_frame_unwinder): Update.
12079 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
12080 (struct frame_unwind): Update.
12081 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
12082 (dummy_frame_unwind): Update.
12083 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
12084 (sentinel_frame_unwinder): Update.
12085 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
12086 (d10v_frame_unwind): Update.
12087 (d10v_unwind_pc): New function.
12088 (d10v_gdbarch_init): Set unwind_pc.
12089
12090 2003-03-10 Andrew Cagney <cagney@redhat.com>
12091
12092 * gdbarch.h: Re-generate.
12093
12094 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
12095 PC.
12096 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
12097 the PC register.
12098
12099 2003-03-08 Mark Kettenis <kettenis@gnu.org>
12100
12101 * gdbarch.sh (save_dummy_frame_tos): Add comment.
12102
12103 2003-03-08 Andrew Cagney <cagney@redhat.com>
12104
12105 * cli-out.c: Update copyright.
12106 (cli_out_data): Define typedef. Use instead of ui_out_data.
12107
12108 2003-03-08 Andrew Cagney <cagney@redhat.com>
12109
12110 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
12111 the result.
12112
12113 2003-03-07 Andrew Cagney <cagney@redhat.com>
12114
12115 * gdbarch.sh: Don't generate two macro definitions when an
12116 undefined macro taking no arguments.
12117 * gdbarch.h: Regenerate.
12118
12119 2002-03-07 Michal Ludvig <mludvig@suse.cz>
12120
12121 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
12122 (x86_64_unwind_dummy_id): New functions.
12123 (x86_64_init_abi): Register these two new functions.
12124
12125 2003-03-07 Michal Ludvig <mludvig@suse.cz>
12126
12127 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
12128 (x86_64_skip_prologue): Move prologue detection to
12129 separate function.
12130 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
12131
12132 2003-03-05 Andrew Cagney <cagney@redhat.com>
12133
12134 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
12135 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
12136 * frame.c (get_prev_frame): Restructure the frame ID unwind code
12137 to use unwind_dummy_id when a dummy frame.
12138 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
12139 predicate.
12140 * gdbarch.h, gdbarch.c: Regneerate.
12141
12142 2003-03-05 Andrew Cagney <cagney@redhat.com>
12143
12144 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
12145 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
12146 Do not use d10v_read_sp or d10v_read_fp when obtaining register
12147 values.
12148
12149 2003-03-05 Andrew Cagney <cagney@redhat.com>
12150
12151 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
12152 (struct d10v_unwind_cache): Delete field "frameless". Replace
12153 "next_addr" with "sp_offset". Add "r11_offset".
12154 (d10v_frame_unwind_cache): Update.
12155 (prologue_find_regs): Update. When "mv r11, sp", save the
12156 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
12157 RN was saved in r11_offset.
12158
12159 2003-03-05 Andrew Cagney <cagney@redhat.com>
12160
12161 * frame.c (deprecated_update_frame_pc_hack): Also update the the
12162 cached PC value in the next frame.
12163
12164 2003-03-05 Andrew Cagney <cagney@redhat.com>
12165
12166 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
12167 "id_unwind_cache" with "id".
12168 (frame_id_unwind): Delete declaration.
12169 * frame.c (frame_id_unwind): Delete function.
12170 (get_prev_frame): Call the frame id unwind method directly. Store
12171 the returned next frame's ID value in NEXT_FRAME. Note that there
12172 is a problem with the wrong unwind ID being called with the wrong
12173 unwind cache.
12174
12175 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12176
12177 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
12178
12179 2003-03-05 James Ingham <jingham@apple.com>
12180 Daniel Jacobowitz <drow@mvista.com>
12181
12182 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
12183 (auto_cp_abi): New variable.
12184 (current_cp_abi, num_cp_abis): Make static.
12185 (CP_ABI_MAX): Define.
12186 (cp_abis): Turn into an array.
12187 (value_virtual_fn_field): Fix formatting.
12188 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
12189 takes a pointer.
12190 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
12191 (list_cp_abis, _initialize_cp_abi): New functions.
12192 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
12193 declarations for cp_abis, num_cp_abis, current_cp_abi, and
12194 switch_to_cp_abi. Update prototype for register_cp_abi.
12195 * Makefile.in (cp-abi.o): Update dependencies.
12196 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
12197 instead of switch_to_cp_abi.
12198 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
12199 register_cp_abi.
12200 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
12201 register_cp_abi.
12202 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
12203
12204 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12205
12206 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
12207 * dwarf2loc.c: Include "regcache.h".
12208 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
12209 register_size.
12210 * Makefile.in (dwarf2loc.o): Update dependencies.
12211
12212 2003-03-04 Theodore A. Roth <troth@openavr.org>
12213
12214 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12215 number of io registers reported by remote target is not a multiple of
12216 step.
12217
12218 2003-03-04 David Carlton <carlton@math.stanford.edu>
12219
12220 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
12221 (lookup_symbol_aux_psymtabs): Update call to
12222 lookup_partial_symbol.
12223 (lookup_transparent_type, find_main_psymtab)
12224 (make_symbol_overload_list): Ditto.
12225
12226 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
12227
12228 * MAINTAINERS (Write after approval): Update my email address.
12229
12230 2003-03-03 Andrew Cagney <cagney@redhat.com>
12231
12232 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
12233 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
12234 predicate. Replace MAX_REGISTER_RAW_SIZE.
12235 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
12236 MAX_REGISTER_VIRTUAL_SIZE.
12237 * regcache.c (legacy_max_register_raw_size): New function.
12238 (legacy_max_register_virtual_size): New function.
12239 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
12240 (MAX_REGISTER_RAW_SIZE): Define.
12241 (legacy_max_register_raw_size): Declare.
12242 (legacy_max_register_virtual_size): Declare.
12243 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12244 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
12245 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12246 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12247 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12248 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12249 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12250 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12251 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12252 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12253 * vax-tdep.c (vax_gdbarch_init): Update.
12254 * v850-tdep.c (v850_gdbarch_init): Update.
12255 * sparc-tdep.c (sparc_gdbarch_init): Update.
12256 * sh-tdep.c (sh_gdbarch_init): Update.
12257 * s390-tdep.c (s390_gdbarch_init): Update.
12258 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12259 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12260 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12261 * mips-tdep.c (mips_gdbarch_init): Update.
12262 * mcore-tdep.c (mcore_gdbarch_init): Update.
12263 * m68k-tdep.c (m68k_gdbarch_init): Update.
12264 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12265 * ia64-tdep.c (ia64_gdbarch_init): Update.
12266 * i386-tdep.c (i386_gdbarch_init): Update.
12267 * hppa-tdep.c (hppa_gdbarch_init): Update.
12268 * h8300-tdep.c (h8300_gdbarch_init): Update.
12269 * frv-tdep.c (frv_gdbarch_init): Update.
12270 * cris-tdep.c (cris_gdbarch_init): Update.
12271 * avr-tdep.c (avr_gdbarch_init): Update.
12272 * arm-tdep.c (arm_gdbarch_init): Update.
12273 * alpha-tdep.c (alpha_gdbarch_init): Update.
12274 * d10v-tdep.c (d10v_gdbarch_init): Do not set
12275 max_register_raw_size or max_register_virtual_size.
12276
12277 2003-03-03 David Carlton <carlton@math.stanford.edu>
12278
12279 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
12280 SYMBOL_MATCHES_NAME, add comment.
12281 (SYMBOL_MATCHES_NATURAL_NAME): New.
12282 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
12283 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
12284 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
12285 * symtab.c (lookup_partial_symbol): Use
12286 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
12287 unhelpful comment.
12288 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
12289 SYMBOL_MATCHES_NAME.
12290 Fix for PR c++/33.
12291
12292 2003-03-03 David Carlton <carlton@math.stanford.edu>
12293
12294 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
12295 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
12296 by regexp matching against SYMBOL_NATURAL_NAME.
12297
12298 2003-03-03 David Carlton <carlton@math.stanford.edu>
12299
12300 * linespec.c (find_method): Extract code into collect_methods.
12301 (collect_methods): New.
12302
12303 2003-03-02 Mark Kettenis <kettenis@gnu.org>
12304
12305 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
12306 get_frame_base.
12307
12308 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
12309 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12310
12311 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
12312
12313 * arch-utils.c (generic_register_byte): Fix to use the loop index
12314 and not regnum when summing the size of all registers up to regnum.
12315
12316 2003-03-01 Andrew Cagney <cagney@redhat.com>
12317
12318 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
12319 FRAME_INIT_SAVED_REGS.
12320 * gdbarch.h, gdbarch.c: Regenerate.
12321 * stack.c (frame_info): Update.
12322 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
12323 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
12324 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
12325 * ns32k-tdep.c (ns32k_pop_frame): Update.
12326 * mips-tdep.c (mips_pop_frame): Update.
12327 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
12328 * ia64-tdep.c (ia64_frame_chain): Update.
12329 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
12330 (ia64_frameless_function_invocation): Update.
12331 (ia64_init_extra_frame_info): Update.
12332 (ia64_pop_frame_regular): Update.
12333 * frame.h (struct frame_info): Update comment.
12334 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
12335 * frame.c (frame_saved_regs_register_unwind): Update.
12336 (frame_saved_regs_register_unwind): Update.
12337 (deprecated_generic_get_saved_register): Update.
12338 * cris-tdep.c: Update comment.
12339 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
12340 Rename macro.
12341 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12342 * x86-64-tdep.c (x86_64_init_abi): Update.
12343 * vax-tdep.c (vax_gdbarch_init): Update.
12344 * v850-tdep.c (v850_gdbarch_init): Update.
12345 * sparc-tdep.c (sparc_gdbarch_init): Update.
12346 * sh-tdep.c (sh_gdbarch_init): Update.
12347 * s390-tdep.c (s390_gdbarch_init): Update.
12348 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12349 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12350 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12351 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12352 * mips-tdep.c (mips_gdbarch_init): Update.
12353 * mcore-tdep.c (mcore_gdbarch_init): Update.
12354 * m68k-tdep.c (m68k_gdbarch_init): Update.
12355 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12356 * ia64-tdep.c (ia64_gdbarch_init): Update.
12357 * i386-tdep.c (i386_gdbarch_init): Update.
12358 * frv-tdep.c (frv_gdbarch_init): Update.
12359 * avr-tdep.c (avr_gdbarch_init): Update.
12360 * arm-tdep.c (arm_gdbarch_init): Update.
12361 * alpha-tdep.c (alpha_gdbarch_init): Update.
12362
12363 2003-03-01 Andrew Cagney <cagney@redhat.com>
12364
12365 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
12366 option enum and switch. When no windows, set the interpreter to
12367 INTERP_CONSOLE.
12368
12369 2003-03-01 Andrew Cagney <cagney@redhat.com>
12370
12371 * main.c (captured_main): Replace magic option characters with an
12372 enum.
12373
12374 2003-03-01 Andrew Cagney <cagney@redhat.com>
12375
12376 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
12377 INIT_EXTRA_FRAME_INFO.
12378 * gdbarch.h, gdbarch.c: Regenerate.
12379 * arm-tdep.c: Update comments.
12380 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
12381 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
12382 * frame.h, avr-tdep.c: Ditto.
12383 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
12384 (create_new_frame, legacy_get_prev_frame): Ditto.
12385 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12386 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12387 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
12388 deprecated_init_extra_frame_info instead of init_extra_frame_info.
12389 * x86-64-tdep.c (x86_64_init_abi): Ditto.
12390 * v850-tdep.c (v850_gdbarch_init): Ditto.
12391 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12392 * sh-tdep.c (sh_gdbarch_init): Ditto.
12393 * s390-tdep.c (s390_gdbarch_init): Ditto.
12394 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
12395 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12396 * mips-tdep.c (mips_gdbarch_init): Ditto.
12397 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12398 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12399 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12400 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12401 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12402 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12403 * frv-tdep.c (frv_gdbarch_init): Ditto.
12404 * cris-tdep.c (cris_gdbarch_init): Ditto.
12405 * avr-tdep.c (avr_gdbarch_init): Ditto.
12406 * arm-tdep.c (arm_gdbarch_init): Ditto.
12407 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12408 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12409
12410 2003-03-01 Andrew Cagney <cagney@redhat.com>
12411
12412 * gdbarch.sh (register_type): New function with predicate.
12413 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
12414 * gdbarch.h, gdbarch.c: Re-generate.
12415 * arch-utils.c (generic_register_byte): Use generic_register_size.
12416 (generic_register_size): When available, use
12417 gdbarch_register_type.
12418 * regcache.c (init_regcache_descr): When available, initialize the
12419 register type array using gdbarch_register_type. If the
12420 architecture supplies gdbarch_register_type, do not use the legacy
12421 regcache layout.
12422 * d10v-tdep.c (d10v_register_type): Replace
12423 d10v_register_virtual_type.
12424 (d10v_gdbarch_init): Set register_type instead of
12425 register_virtual_type.
12426
12427 2003-03-01 Andrew Cagney <cagney@redhat.com>
12428
12429 * Makefile.in (ax-gdb.o): Update dependencies.
12430 * ax-gdb.c: Include "regcache.h".
12431 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
12432 * findvar.c (value_of_register): Ditto.
12433 * infcmd.c (default_print_registers_info): Ditto.
12434
12435 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12436
12437 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
12438 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12439
12440 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12441
12442 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
12443 of STREQ.
12444
12445 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
12446
12447 * Makefile.in (dwarf2loc.o): Update dependencies.
12448 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
12449 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
12450 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
12451 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
12452 (locexpr_tracepoint_var_ref): New function.
12453 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
12454
12455 2003-02-28 Andrew Cagney <cagney@redhat.com>
12456
12457 * regcache.c (register_size): New function.
12458 * regcache.h (register_size): Declare
12459 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
12460 max_register_size instead of MAX_REGISTER_RAW_SIZE.
12461
12462 2003-02-28 David Carlton <carlton@math.stanford.edu>
12463
12464 * linespec.c (decode_compound): Extract code into find_method.
12465 (find_method): New.
12466
12467 2003-02-28 J. Brobecker <brobecker@gnat.com>
12468
12469 * Makefile.in: Add rules to build and link in observer.o.
12470
12471 2003-02-27 J. Brobecker <brobecker@gnat.com>
12472
12473 * observer.c: Minor comments edits.
12474
12475 2003-02-27 J. Brobecker <brobecker@gnat.com>
12476
12477 * observer.h, observer.c: New file.
12478
12479 2003-02-27 Andrew Cagney <cagney@redhat.com>
12480
12481 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
12482
12483 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
12484
12485 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
12486 (M6812_OP_STS_EXT): Likewise.
12487 (m6811_prologue): Use the above to recognize prologue.
12488 (m6812_prologue): Likewise.
12489
12490 2003-02-27 David Carlton <carlton@math.stanford.edu>
12491
12492 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
12493 SYMBOL_PRINT_NAME.
12494 (compare_psymbols): Ditto.
12495 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
12496
12497 2003-02-27 Michael Snyder <msnyder@redhat.com>
12498
12499 * f-lang.c (build_fortran_types): New function.
12500 (_initialize_f_language): Gdbarch-register built-in fortran types.
12501 * doublest.c (extract_floating): Fix warning text.
12502
12503 2003-02-27 Andrew Cagney <cagney@redhat.com>
12504
12505 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12506 predicate. Replaces PUSH_DUMMY_FRAME.
12507 * gdbarch.h, gdbarch.c: Regnerate.
12508 * valops.c (hand_function_call): Update. Call
12509 generic_push_dummy_frame directly.
12510 * vax-tdep.c (vax_gdbarch_init): Update.
12511 * sparc-tdep.c (sparc_gdbarch_init): Update.
12512 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12513 * m68k-tdep.c (m68k_gdbarch_init): Update.
12514 * hppa-tdep.c (hppa_gdbarch_init): Update.
12515 * alpha-tdep.c (alpha_gdbarch_init): Update.
12516 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12517 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12518 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12519 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12520 push_dummy_frame to generic_push_dummy_frame.
12521 * v850-tdep.c (v850_gdbarch_init): Ditto.
12522 * sh-tdep.c (sh_gdbarch_init): Ditto.
12523 * s390-tdep.c (s390_gdbarch_init): Ditto.
12524 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12525 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12526 * mips-tdep.c (mips_gdbarch_init): Ditto.
12527 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12528 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12529 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12530 * i386-tdep.c (i386_gdbarch_init): Ditto.
12531 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12532 * frv-tdep.c (frv_gdbarch_init): Ditto.
12533 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12534 * cris-tdep.c (cris_gdbarch_init): Ditto.
12535 * avr-tdep.c (avr_gdbarch_init): Ditto.
12536 * arm-tdep.c (arm_gdbarch_init): Ditto.
12537
12538 2003-02-26 Kevin Buettner <kevinb@redhat.com>
12539
12540 * mips-tdep.c (show_mips_abi): New function.
12541 (_initialize_mips_tdep): Use show_mips_abi() to implement the
12542 command ``show mips abi''.
12543
12544 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
12545
12546 From Elena Zannoni <ezannoni@redhat.com>
12547 * dbxread.c (process_one_symbol): Only record line 0 if one or
12548 more sline entries have been seen for the function.
12549
12550 2003-02-26 Michael Chastain <mec@shout.net>
12551
12552 * configure: Regenerate with autoconf 000227.
12553
12554 2003-02-26 Michael Chastain <mec@shout.net>
12555
12556 Close PR build/660.
12557 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12558 for old libc5/glibc.
12559 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12560
12561 2003-02-26 Kris Warkentin <kewarken@qnx.com>
12562
12563 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12564 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12565
12566 2003-02-26 Michael Chastain <mec@shout.net>
12567
12568 * configure.in: New variable HAVE_UINTPTR_T.
12569 * configure, config.in: Regenerated.
12570
12571 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
12572
12573 Fix PR build/1097.
12574 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12575
12576 2003-02-25 Andrew Cagney <cagney@redhat.com>
12577
12578 * frame.c (get_prev_frame): Add comment on check for
12579 inside_entry_func. Only check for inside_entry_file when not a
12580 dummy and not a sentinel. Check that the new frame is not inner
12581 to the old frame.
12582
12583 2003-02-25 Andrew Cagney <cagney@redhat.com>
12584
12585 * frame.c (frame_debug): New variable.
12586 (_initialize_frame): Add "set/show debug frame" command.
12587 (get_prev_frame): When frame_debug, print reason why unwind
12588 failed.
12589
12590 2003-02-25 Michael Chastain <mec@shout.net>
12591
12592 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12593 to avoid uintptr_t definition problems.
12594
12595 2003-02-25 David Carlton <carlton@math.stanford.edu>
12596
12597 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12598 (SYMBOL_LINKAGE_NAME): Ditto.
12599 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12600 SYMBOL_LINKAGE_NAME.
12601 (struct general_symbol_info): Expand comment.
12602 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12603 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12604 (SYMBOL_MATCHES_REGEXP): Ditto.
12605 * symtab.c (symbol_natural_name): New function.
12606 * objfiles.h: Replace all uses of SYMBOL_NAME by
12607 DEPRECATED_SYMBOL_NAME.
12608 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12609 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12610 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12611 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12612 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12613 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12614 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12615 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12616 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12617 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12618 * ada-exp.y: Ditto.
12619 * ada-exp.y: Update copyright.
12620 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12621 * cp-valprint.c: Ditto.
12622
12623 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12624
12625 * infptrace.c (detach): Do not flag error if ptrace detach fails
12626 and errno is set to ESRCH.
12627
12628 2003-02-24 Andrew Cagney <cagney@redhat.com>
12629
12630 * infptrace.c (udot_info): Change type of udot_off to long. Use
12631 paddr when printing udot_off's value.
12632
12633 2003-02-24 David Carlton <carlton@math.stanford.edu>
12634
12635 * symtab.c (make_symbol_overload_list): Only read in partial
12636 symtabs containing a matching partial symbol.
12637
12638 2003-02-24 David Carlton <carlton@math.stanford.edu>
12639
12640 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12641 do the comparison, not strcmp.
12642 * symfile.c (compare_psymbols): Ditto.
12643 * defs.h: Declare strcmp_iw_ordered.
12644 * utils.c (strcmp_iw_ordered): New function.
12645
12646 2003-02-24 Jim Blandy <jimb@redhat.com>
12647
12648 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12649 support, shared libs): Remove my name from here, to better reflect
12650 reality.
12651
12652 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12653
12654 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12655 (target_ops): Add to_have_continuable_watchpoint.
12656 * target.c (update_current_target): Add INHERIT line for
12657 to_have_continuable_watchpoint.
12658 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12659 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12660 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12661 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12662
12663 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
12664
12665 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12666 maintainership.
12667
12668 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12669
12670 * solib.c (solib_open): Call target defined search function after
12671 failing with solib-search-path.
12672 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12673 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
12674
12675 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12676
12677 * MAINTAINERS: Add myself to Write After section.
12678
12679 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12680
12681 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12682
12683 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12684
12685 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12686 (m68hc11_add_reggroups): New function.
12687 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12688 (m68hc11_gdbarch_init): Install the reggroups.
12689 (_initialize_m68hc11_tdep): Initialize them.
12690
12691 2003-02-21 James E Wilson <wilson@tuliptree.org>
12692
12693 * MAINTAINERS: Update my email address.
12694
12695 2003-02-21 David Carlton <carlton@math.stanford.edu>
12696
12697 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12698
12699 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
12700
12701 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12702 * symtab.h: Add opaque declarations of struct axs_value and
12703 struct agent_expr.
12704 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12705 (struct location_funcs): New type.
12706 (struct symbol): Add "loc" to aux_value.
12707 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12708 * dwarf2read.c: Include "dwarf2expr.h".
12709 (dwarf2_symbol_mark_computed): New function.
12710 (read_func_scope): Use it.
12711 (var_decode_location): New function.
12712 (new_symbol): Use it.
12713 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12714
12715 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12716 (dwarf2expr_h, dwarf2loc_h): New variables.
12717 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12718 (dwarf2expr.o, dwarf2loc.o): New rules.
12719 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12720 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12721 LOC_COMPUTED_ARG.
12722 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12723 * m2-exp.y (yylex): Likewise.
12724 * printcmd.c (address_info, print_frame_args): Likewise.
12725 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12726 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12727 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12728 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12729 * symtab.c (lookup_block_symbol): Likewise.
12730
12731 2003-02-20 Adam Fedor <fedor@gnu.org>
12732
12733 * symtab.h: Remove objc_specific struct
12734 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12735 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12736 Have language_objc use cplus_specific struct.
12737
12738 2003-02-20 Tom Tromey <tromey@redhat.com>
12739
12740 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12741 TYPE_NAME, when printing a String value. PR java/1075.
12742
12743 2003-02-20 Adam Fedor <fedor@gnu.org>
12744
12745 * objc-lang.h (find_methods): Remove declaration.
12746 * objc-lang.c (find_methods): Make static.
12747
12748 2003-02-20 Christopher Faylor <cgf@redhat.com>
12749
12750 * win32-nat.c (get_image_name): Check return value from
12751 ReadProcessMemory.
12752 (child_xfer_memory): Ditto.
12753
12754 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
12755
12756 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12757 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12758 '${exec_prefix}' (in addition to the expansion thereof) as
12759 relocatable.
12760 * configure: Rebuilt.
12761
12762 2003-02-20 David Carlton <carlton@math.stanford.edu>
12763
12764 * symtab.c (search_symbols): Revert the search_symbols part of my
12765 2002-12-23 patch. Add comment.
12766
12767 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12768
12769 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12770 * dbxread.c (elfstab_build_psymtabs): Don't call
12771 install_minimal_symbols.
12772 (stabsect_build_psymtabs): Likewise.
12773 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12774 earlier.
12775 * somread.c (som_symfile_read): Call install_minimal_symbols
12776 and do_cleanups earlier.
12777 * nlmread.c (nlm_symfile_read): Likewise.
12778 * mdebugread.c (elfmdebug_build_psymtabs): Call
12779 install_minimal_symbols and make appropriate cleanups.
12780
12781 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12782
12783 * solib.c (reload_shared_libraries): New function.
12784 (_initialize_solib): Add callbacks for ``set solib-search-path''
12785 and ``set solib-absolute-prefix''.
12786
12787 2003-02-20 David Carlton <carlton@math.stanford.edu>
12788
12789 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12790 expand comment.
12791 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12792 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12793 * ada-typeprint.c (ada_typedef_print): Ditto.
12794 * ax-gdb.c (gen_var_ref): Ditto.
12795 * breakpoint.c (print_one_breakpoint): Ditto.
12796 * buildsym.c (finish_block): Ditto.
12797 * c-valprint.c (c_val_print): Ditto.
12798 * expprint.c (print_subexp): Ditto.
12799 * findvar.c (locate_var_value): Ditto.
12800 * infcmd.c (jump_command): Ditto.
12801 * linespec.c (decode_line_2, decode_compound): Ditto.
12802 * maint.c (maintenance_translate_address): Ditto.
12803 * objc-lang.c (compare_selectors, compare_classes): Ditto.
12804 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12805 Ditto.
12806 * p-valprint.c (pascal_val_print): Ditto.
12807 * stabsread.c (define_symbol): Ditto.
12808 * stack.c (print_frame, frame_info, print_block_frame_locals)
12809 (print_frame_arg_vars, return_command): Ditto.
12810 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12811 * symmisc.c (print_symbol): Ditto.
12812 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12813 (compare_search_syms, print_symbol_info, print_msymbol_info)
12814 (rbreak_command): Ditto.
12815 * tracepoint.c (tracepoints_info): Ditto.
12816 * typeprint.c (typedef_print): Ditto.
12817 * valops.c (value_of_variable, hand_function_call): Ditto.
12818 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12819 * ada-typeprint.c: Update Copyright.
12820 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12821 * tracepoint.c, cli/cli-cmds.c: Ditto.
12822
12823 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12824
12825 * frame.c (generic_unwind_get_saved_register): Make non-static.
12826 * frame.h (generic_unwind_get_saved_register): Declare.
12827 * mips-tdep.c (read_next_frame_reg): Fetch register from
12828 current regcache when frame is NULL.
12829 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12830 that must be NULL.
12831 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12832 instead of frame_register_unwind().
12833
12834 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12835
12836 * remote-sim.c (gdbsim_insert_breakpoint)
12837 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12838 code.
12839
12840 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12841
12842 * remote.c (_initialize_remote): Add commands "set/show remote
12843 hardware-watchpoint-limit" and "set/show remote
12844 hardware-breakpoint-limit".
12845 (remote_hw_watchpoint_limit): Initialize to -1.
12846 (remote_hw_breakpoint_limit): Ditto.
12847 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12848
12849 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12850
12851 * coff-pe-read.c: New file - support reading of minimal symbols from a
12852 portable executable using the export table.
12853 * coff-pe-read.h: New file.
12854 * coffread.c: Include coff-pe-read.h.
12855 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12856 debugging symbols found.
12857 * Makefile.in (SFILES): Add coff-pe-read.o.
12858 (coff_pe_read_h): Define.
12859 (COMMON_OBS): Add coff-pe-read.o.
12860 (coffread.o): Add coff_pe_read_h dependency.
12861 (coff-pe-read.o): New target.
12862
12863 2003-02-19 David Carlton <carlton@math.stanford.edu>
12864
12865 * Makefile.in (SFILES): Add block.c.
12866 (block_h): New.
12867 (COMMON_OBS): Add block.o.
12868 (block.o): New.
12869 (x86-64-tdep.o): Add $(block_h).
12870 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12871 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12872 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12873 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12874 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12875 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12876 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12877 * value.h: Add opaque declaration for struct block.
12878 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12879 * ada-lang.h: Ditto.
12880 * x86-64-tdep.c: #include "block.h"
12881 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12882 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12883 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12884 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12885 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12886 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12887 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12888 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12889 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12890 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12891 * symtab.c (block_function): Ditto.
12892 (contained_in): Ditto.
12893 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12894 block.h. Add opaque declaration for struct block.
12895 * symtab.h: Move block_function and contained_in declarations to
12896 block.h. Add opaque declarations for struct block, struct
12897 blockvector.
12898 (struct block): Move to block.h.
12899 (struct blockvector): Ditto.
12900 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12901 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12902 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12903 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12904 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12905 Ditto.
12906 * block.c: New file.
12907 * block.h: New file.
12908
12909 2003-02-19 Theodore A. Roth <troth@openavr.org>
12910
12911 * avr-tdep.c (avr_extract_return_value): Remove function.
12912 (avr_store_return_value): Remove function.
12913 (avr_extract_struct_value_address): Remove function.
12914 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12915
12916 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12917
12918 * rs6000-tdep.c: Include "gdb_assert.h".
12919 (registers_e500): Add "acc" and "spefscr".
12920 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12921 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12922 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12923 really is "r0".
12924 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12925
12926 2003-02-18 Keith Seitz <keiths@redhat.com>
12927
12928 * Makefile.in: Add gdbtk-interps.c.
12929
12930 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12931
12932 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12933 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12934
12935 2003-02-18 Andrew Cagney <cagney@redhat.com>
12936
12937 * symtab.h (struct objfile): Add opaque declaration.
12938
12939 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12940
12941 From Jim Ingham <jingham@apple.com>:
12942 * dbxread.c (process_one_symbol): Use last_function_start rather
12943 than function_start_offset to find the real beginning of the
12944 current function. The latter is just the text section offset on
12945 some systems, the former is always the real function start.
12946
12947 2003-02-17 Andrew Cagney <cagney@redhat.com>
12948
12949 * configure.in: Revert ${target} != ${host}.
12950
12951 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12952
12953 * configure.in (Makefile): Use the test ${target} != ${host},
12954 instead of the absence of the "nm.h" file, to determine of the
12955 configuration non-native.
12956 * configure: Regenerate.
12957
12958 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12959
12960 From Brian Ford <ford@vss.fsi.com>
12961
12962 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12963 conditionalize tui_active test.
12964 (lookup_cmd_1): Ditto.
12965
12966 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12967
12968 * configure.in: Add check for _etext.
12969 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12970 available.
12971 * config.in, configure: regenerated.
12972
12973 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12974
12975 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12976
12977 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12978
12979 * main.c (tui_version): Delete variable.
12980 (captured_main): When --tui, set interpreter_p to "tui" instead of
12981 enabling tui_version.
12982 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12983 tui_version.
12984 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12985 * cli/cli-cmds.c (disassemble_command): Ditto.
12986 * defs.h (tui_version): Delete declaration.
12987 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12988 (tui-interp.o): Add rules.
12989 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12990
12991 2003-02-14 Christopher Faylor <cgf@redhat.com>
12992
12993 * win32-nat.c (register_loaded_dll): Correctly set address range for
12994 just-loaded dll.
12995
12996 2003-02-12 Jason Molenda (jmolenda@apple.com)
12997
12998 * symmisc.c (print_objfile_statistics): Include information about
12999 the number of psymtabs and symtabs in each object file.
13000
13001 2003-02-13 Keith R Seitz <keiths@redhat.com>
13002
13003 * main.h (struct captured_main_args): Add interpreter_p.
13004 * main.c (captured_main): Initialize interpreter_p from context.
13005 * gdb.c (main): Set interpreter_p argument.
13006 * Makefile.in (gdb.o): Add dependency for interps.h.
13007
13008 2003-02-12 Andrew Cagney <ac131313@redhat.com>
13009
13010 * event-top.c (cli_command_loop): Delete declaration.
13011 (_initialize_event_loop): Delete function setting event_loop_hook.
13012 * event-top.h (cli_command_loop): Declare. Update copyright.
13013 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
13014 * interps.c (current_interp_command_loop): When event_loop_p, call
13015 cli_command_loop.
13016
13017 2003-02-12 Andrew Cagney <ac131313@redhat.com>
13018
13019 * interps.h (interp_command_loop_ftype): Change return type to
13020 void.
13021
13022 2003-02-12 Michal Ludvig <mludvig@suse.cz>
13023
13024 * x86-64-tdep.c (x86_64_extract_return_value)
13025 (x86_64_store_return_value): Use regcache instead of regbuf.
13026 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
13027 * x86-64-linux-nat.c (fill_gregset): Use regcache.
13028
13029 2003-02-11 Andrew Cagney <ac131313@redhat.com>
13030
13031 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
13032 * aclocal.m4: Regenerate.
13033 * configure: Regenerate.
13034
13035 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
13036 TCL_LD_SEARCH_FLAGS.
13037
13038 2003-02-10 Michal Ludvig <mludvig@suse.cz>
13039
13040 * dwarf2cfi.c: Reindented.
13041
13042 2003-02-09 Andrew Cagney <ac131313@redhat.com>
13043
13044 * interps.c (clear_interpreter_hooks): Convert function definition
13045 to ISO C.
13046
13047 2003-02-07 David Carlton <carlton@math.stanford.edu>
13048
13049 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
13050
13051 2003-02-07 Kevin Buettner <kevinb@redhat.com>
13052
13053 * gdbtypes.h (struct main_type): Move ``length'' field from here...
13054 (struct type): ...to here.
13055 (TYPE_LENGTH): Adjust to reflect different location of ``length''
13056 field.
13057 * gdbtypes.c (make_qualified_type): Set length on newly created type.
13058 (replace_type): Set length on all type variants for a given type.
13059
13060 2003-02-07 Andrew Cagney <ac131313@redhat.com>
13061
13062 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
13063 <sys/stat.h>.
13064 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
13065
13066 2003-02-06 Andrew Cagney <ac131313@redhat.com>
13067
13068 * Makefile.in (symm-nat.o): Update dependencies.
13069 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
13070 (lynx-nat.o, ia64-linux-nat.): Ditto.
13071 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
13072 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
13073 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
13074
13075 * Makefile.in (inflow_h): Define.
13076 (procfs.o, inflow.o, procfs.o): Update dependencies.
13077 * inftarg.c (child_stop): Delete extern declaration of
13078 inferior_process_group. Include "inflow.h".
13079 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
13080 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
13081 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
13082 (our_process_group, inferior_process_group): Extern declarations.
13083
13084 * procfs.c: Include "gdb_assert.h".
13085
13086 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
13087 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
13088 * jv-typeprint.c (java_type_print_base): Ditto.
13089 * typeprint.c (typedef_print): Eliminate STREQ.
13090 * cli/cli-script.c (define_command, define_command): Ditto.
13091 * main.c (captured_main): Ditto.
13092 * values.c (lookup_internalvar): Ditto.
13093 * utils.c (safe_strerror, parse_escape): Eliminate assignment
13094 within `if' conditional.
13095 * linespec.c (decode_line_2): Ditto.
13096 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
13097 (bfd_openw_with_cleanup): Ditto.
13098
13099 2003-02-07 Mark Kettenis <kettenis@gnu.org>
13100
13101 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
13102 legacy_extract_return_value and store_return_value to
13103 legacy_return_value.
13104
13105 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
13106
13107 * win32-nat.c (get_relocated_section_addrs): New function. Find
13108 section load addresses for symbol handling in relocated DLLs.
13109 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
13110
13111 2003-02-05 Fred Fish <fnf@intrinsity.com>
13112
13113 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
13114 '=' and '!='.
13115 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
13116 with '&' and '=='.
13117 (angel_RDI_info): Ditto.
13118 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
13119 with '&' and '!='.
13120 (threads_continue_all_with_signals): Ditto.
13121
13122 2003-02-05 Jim Ingham <jingham@apple.com>
13123 Keith Seitz <keiths@redhat.com>
13124 Elena Zannoni <ezannoni@redhat.com>
13125 Andrew Cagney <ac131313@redhat.com>
13126
13127 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
13128 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
13129 (SUBDIR_MI_OBS): Add "mi-interp.o".
13130 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
13131 (SFILES): Add "interps.c".
13132 (COMMON_OBS): Add "interps.o".
13133 (interps_h, mi_main_h): Define.
13134 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
13135 (mi-main.o, main.o, event-top.o): Update dependencies.
13136 * cli/cli-interp.c: New file.
13137 * interps.h, interps.c: New files.
13138 * top.c: (gdb_init): Don't install the default interpreter, handed
13139 by captured_main.
13140 * main.c: Include "interps.h".
13141 (interpreter_p): Note that it should malloc'ed.
13142 (captured_command_loop): Call current_interp_command_loop.
13143 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
13144 xfree and xstrdup when updating interpreter_p. Install the
13145 default interpreter. Add hack to stop mi1's copyright notice
13146 being encoded.
13147 * event-top.h (gdb_setup_readline): Declare.
13148 (gdb_disable_readline): Declare.
13149 * event-top.c: Include "interps.h".
13150 (display_gdb_prompt): Call current_interp_display_prompt_p.
13151 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
13152 gdb_stdlog, and gdb_stdtarg.
13153 (_initialize_event_loop): Don't call gdb_setup_readline.
13154 * cli-out.c (cli_out_set_stream): New function.
13155 * cli-out.h (cli_out_set_stream): Declare.
13156
13157 2003-02-06 Mark Kettenis <kettenis@gnu.org>
13158
13159 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
13160 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
13161 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
13162 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
13163 config/i386/i386v42mp.mt: Removed.
13164
13165 2003-02-05 Mark Kettenis <kettenis@gnu.org>
13166
13167 * configure.tgt (*-*-solaris*): Set gdb_osabi to
13168 GDB_OSABI_SOLARIS.
13169
13170 2003-02-05 Michael Chastain <mec@shout.net>
13171
13172 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
13173 2.12.1 and earlier versions.
13174
13175 2003-02-05 Andrew Cagney <ac131313@redhat.com>
13176
13177 Remove orphaned hosts, targets and files.
13178 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
13179 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
13180 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
13181 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
13182 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
13183 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
13184 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
13185 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
13186 * config/sparc/tm-sp64sim.h: Delete.
13187 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
13188 hosts.
13189 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
13190 mips*-dec-mach3* targets.
13191
13192 2003-02-04 Michael Chastain <mec@shout.net>
13193
13194 * NEWS: Fix typo: sepcifying -> specifying.
13195
13196 2003-02-04 Michael Chastain <mec@shout.net>
13197
13198 * dwarfread.c: Add documentation on the state of dwarf-1,
13199 looking towards obsoletion.
13200
13201 2003-02-03 Michael Chastain <mec@shout.net>
13202
13203 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
13204 gdb/testsuite/gdb.c++/pr-1023.exp.
13205
13206 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13207
13208 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
13209 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
13210
13211 * utils.c (init_page_info): Delete reference to MPW in comments.
13212 * main.c (captured_main): Delete #ifdef MPW.
13213
13214 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13215
13216 * NEWS: Note that the m32r-*-elf* is obsolete.
13217 * monitor.c (monitor_expect): Obsolete reference to m32r.
13218 * configure.tgt: Mark m32r-*-elf* as obsolete.
13219 * MAINTAINERS: Mark m32k as obsolete.
13220 * m32r-rom.c: Obsolete file.
13221 * config/m32r/m32r.mt: Obsolete file.
13222 * config/m32r/tm-m32r.h: Obsolete file.
13223 * m32r-stub.c: Obsolete file.
13224 * m32r-tdep.c: Obsolete file.
13225
13226 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13227
13228 * NEWS: Mention that the z8k-zilog-none is obsolete.
13229 * MAINTAINERS: Mark z8k as obsolete.
13230 * configure.tgt: Obsolete the z8k-*-coff* target.
13231 * config/z8k/z8k.mt: Obsolete file.
13232 * config/z8k/tm-z8k.h: Obsolete file.
13233 * z8k-tdep.c: Obsolete file.
13234
13235 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13236
13237 * NEWS: Mention that the mn10200-elf is obsolete.
13238 * configure.tgt: Obsolete mn10200-*-* target.
13239 * breakpoint.c (update_breakpoints_after_exec): Update comment to
13240 mention that the mn10200 is obsolete.
13241 * breakpoint.h: Ditto.
13242 * MAINTAINERS: Mark the mn10200-elf as obsolete.
13243 * config/mn10200/mn10200.mt: Obsolete file.
13244 * config/mn10200/tm-mn10200.h: Obsolete file.
13245 * mn10200-tdep.c: Obsolete file.
13246
13247 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13248
13249 * MAINTAINERS: Mark h8500 as obsolete.
13250 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
13251 * findvar.c (value_from_register): Ditto.
13252 * h8500-tdep.c: Mark file as obsolete.
13253 * config/h8500/h8500.mt: Ditto.
13254 * config/h8500/tm-h8500.h: Ditto.
13255 * NEWS: Mention that h8500 is obsolete.
13256
13257 2003-02-04 David Carlton <carlton@math.stanford.edu>
13258
13259 * objfiles.c (allocate_objfile): Always set name. Add comment at
13260 start of function.
13261 * jv-lang.c (get_dynamics_objfile): Add comment.
13262
13263 2003-02-04 David Carlton <carlton@math.stanford.edu>
13264
13265 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
13266 * printcmd.c (build_address_symbolic): Replace uses of
13267 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
13268 SYMBOL_NAME, and asm_demangle.
13269 Update copyright.
13270
13271 2003-02-04 David Carlton <carlton@math.stanford.edu>
13272
13273 * linespec.c (decode_compound): Extract code into
13274 lookup_prefix_sym.
13275 (lookup_prefix_sym): New function.
13276
13277 2003-02-04 David Carlton <carlton@math.stanford.edu>
13278
13279 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
13280 FLOAT_COERCION_BADNESS.
13281 * gdbtypes.c (rank_one_type): Replace all uses of
13282 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
13283
13284 2003-02-04 Jim Blandy <jimb@redhat.com>
13285
13286 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
13287 section, let dwarf_macinfo_section point to it, not
13288 dwarf_loc_section.
13289
13290 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13291
13292 Pointed out by Anton Blanchard <anton@samba.org>.
13293 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
13294 (ppc_linux_at_sigtramp_return_path): Use it.
13295
13296 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13297
13298 * defs.h (streq): Add prototype.
13299 * utils.c (streq): New function.
13300
13301 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
13302 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
13303 * mdebugread.c (new_symbol): Likewise.
13304 * stabsread.c (define_symbol): Likewise.
13305 * coffread.c (process_coff_symbol): Likewise.
13306 * dwarfread.c (new_symbol): Likewise.
13307
13308 * minsyms.c (prim_record_minimal_symbol_and_info): Use
13309 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
13310 here.
13311 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
13312 SYMBOL_INIT_DEMANGLED_NAME.
13313 * objfiles.c: Include "hashtab.h".
13314 (allocate_objfile): Call htab_set_functions_ex for the
13315 demangled_names_hash.
13316 (free_objfile): Call htab_delete for the demangled_names_hash.
13317 * objfiles.h (struct htab): Add declaration.
13318 (struct objfile): Add demangled_names_hash.
13319 * symfile.c: Include "hashtab.h".
13320 (reread_symbols): Call htab_delete for the demangled_names_hash.
13321 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
13322 SYMBOL_NAME in the bcache.
13323 * symtab.c: Include "hashtab.h". Update comments.
13324 (create_demangled_names_hash, symbol_set_names): New functions.
13325 (symbol_find_demangled_name): New function, broken out from
13326 symbol_init_demangled_names.
13327 (symbol_init_demangled_names): Use it.
13328 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
13329 (SYMBOL_SET_NAMES): New macro.
13330 (symbol_set_names): Add prototype.
13331
13332 2003-02-03 Jim Blandy <jimb@redhat.com>
13333
13334 Use a single, consistent representation for an empty minimal
13335 symbol table in an objfile.
13336 * objfiles.c (terminate_minimal_symbol_table): New function.
13337 (allocate_objfile): Call it.
13338 * objfiles.h (terminate_minimal_symbol_table): New declaration.
13339 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
13340 non-NULL.
13341 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
13342 objfile has minimal symbols, compare minimal_symbol_count to zero,
13343 instead of comparing msymbols with NULL.
13344 * objfiles.c (have_minimal_symbols): Same.
13345 * solib-sunos.c (solib_add_common_symbols): Call
13346 terminate_minimal_symbol_table.
13347 * symfile.c (reread_symbols): Same.
13348
13349 2003-02-03 Kevin Buettner <kevinb@redhat.com>
13350
13351 * s390-tdep.c (s390_address_class_type_flags)
13352 (s390_address_class_type_flags_to_name)
13353 (s390_address_class_name_to_type_flags): New functions.
13354 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
13355 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
13356
13357 2003-02-03 Michael Snyder <msnyder@redhat.com>
13358
13359 * arm-tdep.c: Fix spell-o in comment.
13360
13361 2003-02-03 Michal Ludvig <mludvig@suse.cz>
13362
13363 * dwarf2cfi.c (pointer_encoding): Added new parameter.
13364 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
13365 error messages to contain BFD filename.
13366
13367 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
13368
13369 Fix PR gdb/742 gdb/743 gdb/877
13370 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
13371 (do_mixed_source_and_assembly): Use
13372 make_cleanup_ui_out_tuple_begin_end and
13373 make_cleanup_ui_out_tuple_begin_end.
13374 (do_mixed_source_and_assembly): Ditto.
13375 * thread.c (do_captured_list_thread_ids): Ditto.
13376 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
13377 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
13378 ui_out_tuple_end): Delete prototypes.
13379 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
13380 ui_out_list_end, ui_out_tuple_end): Delete.
13381
13382 From Kevin Buettner <kevinb@redhat.com>:
13383 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
13384 * ui-out.c (make_cleanup_ui_out_table_begin_end)
13385 (do_cleanup_table_end): New functions.
13386 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
13387 Use cleanups to invoke_ui_out_tuple_end().
13388 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
13389 * cli/cli-setshow.c (cmd_show_list): Use
13390 make_cleanup_ui_out_tuple_begin_end.
13391
13392 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13393
13394 * frame.c (frame_unwind_register): New function.
13395 (frame_unwind_unsigned_register): Use.
13396 (frame_unwind_signed_register): Use.
13397 (frame_read_register): New function.
13398 * frame.h (frame_unwind_register): Declare.
13399 (frame_read_register): Declare.
13400
13401 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
13402 and frame_unwind_register instead of read_memory, write_register
13403 and deprecated_write_register_bytes.
13404
13405 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13406
13407 * frame.h: Note that namelen can be negative.
13408 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
13409 NAME's length.
13410
13411 * NEWS: Mention that the d10v's `regs' command is deprecated.
13412 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
13413 (d10v_print_registers_info): New function.
13414 (show_regs): Call d10v_print_registers_info.
13415 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
13416
13417 2003-02-02 Mark Kettenis <kettenis@gnu.org>
13418
13419 * stack.c (print_frame_info): Restore call to annotate_frame_begin
13420 lost in the previous patch.
13421
13422 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13423
13424 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
13425 * stack.c (print_frame_info_base): Output complete FRAME tuple
13426 for synthesized frames.
13427
13428 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13429
13430 * mips-nat.c (zerobuf): Delete.
13431 (fetch_inferior_registers): Alloc local zerobuf.
13432 (fetch_core_registers): Alloc local zerobuf.
13433 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
13434 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
13435 * thread-db.c (thread_db_store_registers): Ditto.
13436 * sh-tdep.c (sh_do_register): Ditto.
13437 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
13438 * remote-sim.c (gdbsim_store_register): Ditto.
13439 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
13440 * remote-e7000.c (fetch_regs_from_dump): Ditto.
13441 * monitor.c (monitor_supply_register): Ditto.
13442 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
13443 * mips-nat.c (fetch_inferior_registers): Ditto.
13444 * m68klinux-nat.c (fetch_register): Ditto.
13445 * lynx-nat.c (fetch_inferior_registers): Ditto.
13446 (fetch_inferior_registers): Ditto.
13447 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
13448 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
13449 (hpux_thread_store_registers): Ditto.
13450 * hppah-nat.c (fetch_register): Ditto.
13451 * hppab-nat.c (fetch_register): Ditto.
13452 * hppa-tdep.c (pa_register_look_aside): Ditto.
13453 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
13454 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
13455
13456 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13457
13458 * gdbarch.sh: Explictly specify all method levels. When a
13459 variable with an empty level, provide a non-multi-arch default.
13460 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
13461 * gdbarch.h: Re-generate.
13462 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
13463 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
13464
13465 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13466
13467 * defs.h (host_pointer_to_address): Delete declaration.
13468 (address_to_host_pointer): Delete declaration.
13469 * utils.c (host_pointer_to_address): Delete function.
13470 (address_to_host_pointer): Delete function.
13471 * procfs.c (procfs_address_to_host_pointer): New function.
13472 * procfs.c (proc_set_watchpoint): Use.
13473 (procfs_can_use_hw_breakpoint): Update comments.
13474 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
13475 (som_solib_add): Use.
13476 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
13477 * hppa-tdep.c (unwind_command): Use.
13478
13479 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13480
13481 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
13482 strlen d_name.
13483
13484 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
13485 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
13486 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
13487 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
13488 (define_symbol): Update.
13489 * symfile.c (generic_load): Remove references to nindy.
13490 * symtab.c: Remove references to nindy.
13491
13492 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13493
13494 * infcmd.c (print_float_info): Delete code conditional on
13495 FLOAT_INFO.
13496 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
13497 * config/m68k/nm-apollo68b.h: Ditto.
13498 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
13499 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13500 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13501
13502 2003-02-01 Mark Kettenis <kettenis@gnu.org>
13503
13504 * config/i386/tm-i386os9k.h: Removed.
13505
13506 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13507 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13508 they're identical to i[3456]86-*-sysv* now.
13509 * config/i386/i386v32.mh: Removed.
13510 * config/i386/xm-i386v32.h: Removed.
13511 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13512
13513 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13514
13515 * config/i386/i386dgux.mh: Removed.
13516 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13517
13518 * configure.in: Fix typo.
13519 * configure: Regenerated.
13520
13521 2003-01-31 David Carlton <carlton@math.stanford.edu>
13522
13523 * dwarf2read.c (dwarf2_locate_sections): Set
13524 dwarf_ranges_section.
13525
13526 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13527
13528 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13529 * utils.c: Update comments documenting legitimate uses of PTR.
13530
13531 * utils.c: Re-indent.
13532
13533 * config/djgpp/fnchange.lst: Delete nindy files.
13534 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13535 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13536 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13537 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13538 * nindy-share/README, nindy-share/Onindy.c: Delete files.
13539 * nindy-tdep.c, nindy-share/Makefile: Delete files.
13540 * Makefile.in (init.c): Remove nindy references.
13541 (saber_gdb): Delete rule.
13542 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13543 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13544 and a68v-nat.c.
13545 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13546 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13547 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13548 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13549 nindy-share/stop.h.
13550 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13551 * saber.suppress: Delete file.
13552
13553 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
13554
13555 * dbxread.c (stabs_data): New static variable.
13556 (fill_symbuf): Support an in-memory buffer for stabs data.
13557 (stabs_seek): New function.
13558 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13559 (read_ofile_symtab): Use stabs_seek.
13560 (elfstab_build_psymtabs): Take an asection* instead of
13561 an offset and size. Relocate the stabs data if necessary.
13562 Save the section* for dbx_psymtab_to_symtab.
13563 * dwarf2read.c: Add section variables for each debug section.
13564 (dwarf2_locate_sections): Fill them in.
13565 (dwarf2_read_section): Take an asection* argument.
13566 Relocate the section contents if necessary.
13567 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13568 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13569 it to dwarf2_read_section.
13570 (dwarf2_build_frame_info): Update callers.
13571 * elfread.c (elf_symfile_read): Update call to
13572 elfstab_build_psymtabs.
13573 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13574 (DBX_STAB_SECTION): New macro.
13575 * stabsread.h (elfstab_build_psymtabs): Update prototype.
13576 * symfile.c (symfile_dummy_outputs): New function.
13577 (symfile_relocate_debug_section): New function.
13578 * symfile.h (symfile_relocate_debug_section): Add prototype.
13579
13580 2003-01-31 Richard Henderson <rth@redhat.com>
13581
13582 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13583 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
13584 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13585 * alpha-tdep.c (alpha_register_name): Add "unique".
13586 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13587 (ALPHA_UNIQUE_REGNUM): New.
13588 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13589
13590 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13591
13592 * README: Remove reference to Ericsson 1800 monitor.
13593 * Makefile.in (remote-es.o): Delete rule.
13594 (ALLDEPFILES): Delete remote-es.c.
13595 * remote-es.c: Delete file.
13596 * config/m68k/es1800.mt: Delete file.
13597 * config/djgpp/fnchange.lst: Update.
13598 * configure.tgt: Delete m68*-ericsson-* target.
13599
13600 2003-01-31 Adam Fedor <fedor@gnu.org>
13601
13602 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13603 Remove duplicate/shadowing variable of same name.
13604
13605 2003-01-30 Jim Blandy <jimb@redhat.com>
13606
13607 * symfile.c (find_separate_debug_file): Assert that the objfile's
13608 directory name we compute ends with a slash, and then assume that
13609 that's so everywhere we use it.
13610
13611 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
13612
13613 * valops.c (value_assign): Flush frame cache after stores to memory
13614 also.
13615
13616 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13617
13618 * Makefile.in (mon960-rom.o): Delete rule.
13619 * mon960-rom.c: Delete file.
13620
13621 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13622
13623 * d10v-tdep.c: Include "frame-unwind.h".
13624 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13625 list.
13626 (next_addr, uses_frame): Delete.
13627 (struct d10v_unwind_cache): Define.
13628 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13629 Use info instead of next_addr and uses_frame globals.
13630 (d10v_frame_init_saved_regs): Delete function.
13631 (d10v_init_extra_frame_info): Delete function.
13632 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13633 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13634 init_frame_pc or frame_saved_pc.
13635 (d10v_pop_frame): Delete function.
13636 (do_d10v_pop_frame): Delete function.
13637 (d10v_frame_chain): Delete function.
13638 (d10v_frame_chain_valid): Delete function.
13639 (d10v_frame_pc_unwind): New function.
13640 (d10v_frame_id_unwind): New function.
13641 (saved_regs_unwinder): New function.
13642 (d10v_frame_register_unwind): New function.
13643 (d10v_frame_pop): New function.
13644 (d10v_frame_unwind): New variable.
13645 (d10v_frame_p): New function.
13646 (d10v_frame_saved_pc): Delete function.
13647 * Makefile.in (d10v-tdep.o): Update dependencies.
13648
13649 2003-01-30 J. Brobecker <brobecker@gnat.com>
13650
13651 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13652 causing some regressions due to a change in the default value
13653 for this macro.
13654
13655 2003-01-29 Richard Henderson <rth@redhat.com>
13656 Elena Zannoni <ezannoni@redhat.com>
13657 Daniel Jacobowitz <drow@mvista.com>
13658
13659 Fix PR gdb/961.
13660 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
13661 variables.
13662 (RANGES_SECTION): New.
13663 (dwarf_ranges_buffer): New variable.
13664 (struct comp_unit_head): Add member "die".
13665 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13666 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13667 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13668 (dwarf2_locate_sections): Likewise.
13669 (dwarf2_build_psymtabs): Read .debug_ranges.
13670 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13671 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13672 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13673 Look for DW_AT_ranges and return the bounding box.
13674
13675 2003-01-29 Brian Ford <ford@vss.fsi.com>
13676
13677 * win32-nat.c (cygwin_pid): Removed as unused.
13678 (child_attach): Try fall back to Cygwin pid.
13679
13680 2003-01-29 Jim Blandy <jimb@redhat.com>
13681
13682 * objfiles.h (struct objfile): Doc fix.
13683
13684 2003-01-29 Andrew Cagney <ac131313@redhat.com>
13685
13686 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13687 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13688 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13689 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13690 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13691 (FRAME_SAVED_PC): Change to a function with predicate.
13692 * gdbarch.h, gdbarch.c: Re-generate.
13693
13694 2003-01-28 Andrew Cagney <ac131313@redhat.com>
13695
13696 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13697
13698 * complaints.c (complain): Delete function.
13699 * complaints.h (struct deprecated_complaint): Delete definition.
13700 (complain): Delete declaration.
13701
13702 2003-01-28 Kevin Buettner <kevinb@redhat.com>
13703
13704 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13705 dummy frames.
13706
13707 2003-01-27 Andrew Cagney <ac131313@redhat.com>
13708
13709 * sentinel-frame.h, sentinel-frame.c: New files.
13710 * Makefile.in (frame.o): Update dependencies.
13711 (SFILES): Add sentinel-frame.c.
13712 (sentinel_frame_h): Define.
13713 (COMMON_OBS): Add sentinel-frame.o.
13714 (sentinel-frame.o): Specify dependencies.
13715 * frame.c: Include "sentinel-frame.h".
13716 (frame_register_unwind): Rewrite assuming that there is always a a
13717 ->next frame.
13718 (frame_register, generic_unwind_get_saved_register): Ditto.
13719 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13720 (create_sentinel_frame, unwind_to_current_frame): New functions.
13721 (get_current_frame): Rewrite using create_sentinel_frame and
13722 unwind_to_current_frame. When possible, always create a frame.
13723 (create_new_frame): Set next to the sentinel frame.
13724 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13725 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13726 ID cache when necessary.
13727 (frame_saved_regs_id_unwind): Use frame_relative_level.
13728 (deprecated_generic_get_saved_register): Use frame_relative_level,
13729 get_frame_saved_regs, get_frame_pc, get_frame_base and
13730 get_next_frame.
13731 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13732 frame_register.
13733
13734 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13735
13736 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13737
13738 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13739
13740 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13741 (maintenance_set_profile_cmd): Use error () instead of warning ().
13742
13743 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13744
13745 * configure.in: Check that -pg works if using --enable-profiling.
13746 Check for monstartup and _mcleanup regardless of --enable-profiling.
13747 * maint.c: Check for monstartup and _mcleanup before using them.
13748 * config.in: Regenerated.
13749 * configure: Regenerated.
13750
13751 2003-01-24 Nick Clifton <nickc@redhat.com>
13752
13753 * Add sh2e support:
13754
13755 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13756
13757 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13758 (sh2e_show_regs): New.
13759 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13760 * config/sh/tm-sh.h: Added sh2e to comments.
13761
13762 2003-01-23 Jim Blandy <jimb@redhat.com>
13763
13764 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13765 symbols found)" message here; we haven't checked for a separate
13766 debug info file yet, so we don't know yet.
13767 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13768 we've looked everywhere. Also, there's no need to print a special
13769 message when we're loading the separate debug info file: the one
13770 symbol_file_add prints is fine.
13771
13772 2003-01-23 Alexander Larsson <alexl@redhat.com>
13773 Jim Blandy <jimb@redhat.com>
13774
13775 Add support for executables whose debug info has been separated
13776 out into a separate file, leaving only a link behind.
13777 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13778 and separate_debug_objfile_backlink.
13779 (put_objfile_before): New declaration.
13780 * symfile.c: #include "filenames.h".
13781 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13782 debug info in a separate file, read that, too. Save the addrs
13783 argument, so we can use it again to read the separated debug info;
13784 syms_from_objfile modifies the table we pass it.
13785 (reread_symbols): After re-reading an objfile, call
13786 reread_separate_symbols to refresh its separate debug info
13787 objfile, if it has one.
13788 (reread_separate_symbols, find_separate_debug_file,
13789 get_debug_link_info, separate_debug_file_exists): New functions.
13790 (debug_file_directory): New global var.
13791 (_initialize_symfile): Initialize debug_file_directory, and
13792 provide the new `set debug-file-directory' command to let the user
13793 change it.
13794 * objfiles.c (free_objfile): If this objfile has its debug info in
13795 a separate objfile, free that one too. If this is itself a
13796 separate debug info objfile, clear our parent's backlink.
13797 (put_objfile_before): New function.
13798 * utils.c (gnu_debuglink_crc32): New function.
13799 * defs.h (gnu_debuglink_crc32): New declaration.
13800 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13801 * configure.in: Handle --with-separate-debug-dir config option.
13802 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13803 * acconfig.h (DEBUGDIR): New macro.
13804 * configure, aclocal.m4, config.in: Regenerated.
13805
13806 2003-01-22 Jim Blandy <jimb@redhat.com>
13807
13808 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13809 like the old symbol_file_add, but taking new arguments: you can
13810 now pass in either a `struct section_addr_info' list to say where
13811 each section is loaded, or a `struct section_offsets' table. Pass
13812 these new arguments through to syms_from_objfile as appropriate.
13813 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13814 with the appropriate quiescent values for the new arguments.
13815
13816 * symfile.c: #include "gdb_assert.h".
13817 (syms_from_objfile): Add the ability to pass in a section offset
13818 table directly, as an alternative to the section_addr_info table.
13819 Document arguments better.
13820 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13821 * symfile.h (syms_from_objfile): Update declaration.
13822 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13823 syms_from_objfile.
13824 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13825
13826 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13827
13828 Original patch by Tom Tromey <tromey@cygnus.com> and
13829 Jason Molenda <jmolenda@apple.com>.
13830 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13831 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13832 * NEWS: Mention profiling.
13833 * configure.in (--enable-gdbtk): Fix typo.
13834 (--enable-profiling): New. Set PROFILE_CFLAGS.
13835 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13836 Fill in function.
13837 (profiling_state): New variable.
13838 (mcleanup_wrapper): New function.
13839 (_initialize_maint): Remove NOTYET, fix call to
13840 add_setshow_boolean_cmd for "maint set profile".
13841 * configure: Regenerated.
13842
13843 2003-01-21 Martin M. Hunt <hunt@redhat.com>
13844
13845 * Makefile.in (install-gdbtk): Install PNG images too.
13846
13847 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13848
13849 * exec.c (text_start): Delete global variable.
13850 (exec_file_attach): Make text_start local to the function.
13851 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13852 * valops.c (hand_function_call): Delete code that handles
13853 BEFORE_TEXT_END and AFTER_TEXT_END.
13854 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13855 of CALL_DUMMY_LOCATION.
13856 * gdbarch.c: Regenerate.
13857 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13858 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13859 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13860 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13861 (text_end): Delete extern declaration.
13862
13863 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13864
13865 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13866 * blockframe.c (backtrace_below_main): Move to "frame.c".
13867 (frame_chain_valid): Delete check for backtrace_below_main.
13868 (_initialize_blockframe): Delete initialization, move ``set
13869 backtrace-below-main'' command to "frame.c".
13870 (do_flush_frames_sfunc): Delete function.
13871 * frame.c: Include "command.h" and "gdbcmd.h".
13872 (frame_type_from_pc): New function.
13873 (create_new_frame): Use frame_type_from_pc.
13874 (legacy_get_prev_frame): New function.
13875 (get_prev_frame): Rewrite. When an old style frame, call
13876 legacy_get_prev_frame. Otherwize, unwind the PC first.
13877 (_initialize_frame): Add ``set backtrace-below-main'' command.
13878 * Makefile.in (frame.o): Update dependencies.
13879
13880 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13881
13882 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13883 DEPRECATED_REGISTERS_INFO.
13884
13885 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13886
13887 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13888 Maintainers'. Update `Various Maintainers'.
13889
13890 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13891
13892 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13893 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13894 Suppress actual parameters when `-'.
13895 * gdbarch.h, gdbarch.c: Regenerate.
13896
13897 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13898
13899 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13900 code handling dummy frames.
13901
13902 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13903
13904 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13905 (struct frame_unwind): Add field pop.
13906 * frame.h (frame_pop): Declare.
13907 * frame.c (frame_saved_regs_pop): New function.
13908 (trad_frame_unwinder): Add frame_saved_regs_pop.
13909 (frame_pop): New function.
13910 * dummy-frame.c (dummy_frame_pop): New function.
13911 (discard_innermost_dummy): New function.
13912 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13913 (dummy_frame_unwind): Add dummy_frame_pop.
13914 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13915 * valops.c (hand_function_call): Ditto.
13916 * stack.c (return_command): Ditto.
13917
13918 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13919
13920 * cris-tdep.c: Fix function declaration indentation.
13921 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13922 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13923 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13924 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13925 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13926 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13927
13928 2003-01-18 Michael Chastain <mec@shout.net>
13929
13930 * README (Unpacking and Installation -- quick overview):
13931 Warn against ".../gdb-5.3/gdb/configure".
13932
13933 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13934
13935 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13936 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13937 (struct frame_unwind): Declare opaque.
13938 (dummy_frame_p): Declare function.
13939 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13940 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13941 * dummy-frame.c: Include "frame-unwind.h".
13942 (dummy_frame_p): New function.
13943 (dummy_frame_unwind): New variable.
13944 * frame.c: Include "frame-unwind.h".
13945 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13946 to use the new unwind field.
13947 (set_unwind_by_pc): Delete function.
13948 (create_new_frame, get_prev_frame): Set unwind field using
13949 frame_unwind_find_by_pc.
13950 (trad_frame_unwind, trad_frame_unwinder): New variables.
13951 * frame.h (trad_frame_unwind): Declare variable.
13952 (frame_id_unwind_ftype): Delete declaration.
13953 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13954 (struct frame_unwind): Declare opaque.
13955 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13956 register_unwind with a single unwind pointer.
13957 * frame-unwind.h, frame-unwind.c: New files.
13958 * Makefile.in (SFILES): Add frame-unwind.c.
13959 (frame_unwind_h): Define.
13960 (COMMON_OBS): Add frame-unwind.o.
13961 (frame-unwind.o): Specify dependencies.
13962 (frame.o, dummy-frame.o): Update dependencies.
13963
13964 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13965
13966 * ada-valprint.c: Eliminate PTR.
13967 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13968 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13969 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13970 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13971 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13972 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13973 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13974
13975 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13976
13977 * main.c (captured_main): Don't use PTR.
13978 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13979 * gdbtypes.c (lookup_primitive_typename): Ditto.
13980 (lookup_struct_elt_type): Ditto.
13981 * f-valprint.c (info_common_command): Ditto.
13982 (list_all_visible_commons): Ditto.
13983 * jv-typeprint.c (java_type_print_base): Ditto.
13984
13985 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13986 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13987 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13988 i386-interix-nat.c and i386-interix-tdep.c. Rename
13989 m68klinux-nat.c and m68klinux-tdep.c. Rename
13990 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13991 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13992 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13993 * main.c (captured_main): Use xfree, not free.
13994
13995 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13996
13997 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13998 ID back using a parameter.
13999 * frame.c (frame_id_unwind): Update call.
14000 (frame_saved_regs_id_unwind): Update.
14001 * dummy-frame.c (dummy_frame_id_unwind): Update function.
14002 * dummy-frame.h (struct frame_id): Add opaque declaration.
14003 (dummy_frame_id_unwind): Update declaration.
14004
14005 2003-01-15 Andrew Cagney <ac131313@redhat.com>
14006
14007 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
14008
14009 2003-01-15 Stephen P. Smith <ischis2@cox.net>
14010
14011 * MAINTAINERS (Stephen P. Smith): Updated email address.
14012
14013 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14014
14015 Fix PR gdb/898
14016 * breakpoint.c (until_break_command): Add new argument. Use it to
14017 decide whether to stop only at the current frame or not.
14018 * breakpoint.h (until_break_command): Update prototype.
14019 * infcmd.c (until_command): Add new argument to until_break_command
14020 call.
14021 (advance_command): New function.
14022 (_initialize_infcmd): Update help string for 'until' command.
14023 Add new 'advance' command.
14024
14025 2003-01-14 David Carlton <carlton@math.stanford.edu>
14026
14027 * linespec.c (decode_line_1): Normalize comments.
14028 (set_flags): Ditto.
14029 (locate_first_half): Ditto.
14030 (decode_compound): Ditto.
14031 (symtab_from_filename): Ditto.
14032 (decode_all_digits): Ditto.
14033 (decode_dollar): Ditto.
14034 (find_methods): Ditto.
14035 (find_toplevel_char): Ditto.
14036
14037 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14038
14039 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
14040 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
14041 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
14042 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
14043 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
14044 * language.c, language.h, m32r-tdep.c: Update copyright.
14045 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
14046 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
14047 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
14048 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
14049 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
14050 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
14051
14052 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
14053
14054 * stabsread.h (process_later, resolve_cfront_continuation):
14055 Obsolete.
14056 Update copyright years.
14057 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
14058 Update copyright year.
14059 * dbxread.c(struct cont_elem): Obsolete.
14060 (process_later, process_now): Obsolete functions.
14061 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
14062 Update copyright year.
14063 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
14064 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
14065 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
14066 (parse_partial_symbols): Obsolete cfront support.
14067 * stabsread.c
14068 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
14069 macros.
14070 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
14071 read_cfront_baseclasses, read_cfront_member_functions,
14072 resolve_cfront_continuation,read_cfront_static_fields,
14073 copy_cfront_struct_fields): Obsolete functions.
14074 (define_symbol, read_one_struct_field): Obsolete cfront support.
14075 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
14076 Update Copyright year.
14077
14078 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
14079
14080 * stack.c (print_frame_info, print_stack_frame_base_stub,
14081 print_stack_frame_base, show_and_print_stack_frame_stub,
14082 show_and_print_stack_frame, print_only_stack_frame_stub,
14083 print_only_stack_frame): Delete functions.
14084 (print_stack_frame_stub): Call print_frame_info instead of
14085 print_frame_info_base.
14086 (print_frame_info_base): Rename to print_frame_info.
14087 (backtrace_command_1): Call print_frame_info, instead of
14088 print_frame_info_base.
14089 (current_frame_command): Call print_stack_frame, instead of
14090 print_only_stack_frame.
14091 (frame_command): Call print_stack_frame, instead of
14092 show_and_print_stack_frame.
14093 (up_command): Ditto.
14094 (down_command): Ditto.
14095 * frame.h (print_only_stack_frame): Delete prototype.
14096 * infrun.c (normal_stop): Call print_stack_frame, instead of
14097 show_and_print_stack_frame.
14098 * thread.c (info_threads_command): Call print_stack_frame, instead
14099 of print_only_stack_frame.
14100
14101 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14102
14103 * README (Graphical interface to GDB): Update URL. Point at
14104 gdb/links/.
14105
14106 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
14107 version match.
14108
14109 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14110
14111 * symtab.c (find_pc_sect_line): Don't consider end-of-function
14112 lines.
14113
14114 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14115
14116 * thread-db.c (attach_thread): Prototype.
14117 (struct private_thread_info): Remove lwpid. Add thread handle (th),
14118 thread information (ti), and valid flags (th_valid, ti_valid).
14119 (attach_thread): Move target_pid_to_str call to after the thread
14120 is added to GDB's list. Initialize the cache.
14121 (thread_get_info_callback, thread_db_map_id2thr)
14122 (thread_db_get_info): New functions.
14123 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
14124 (thread_db_store_registers, thread_db_thread_alive)
14125 (thread_db_get_thread_local_address): Use them.
14126 (thread_db_pid_to_str): Likewise. Return "Missing" instead
14127 of calling error() for threads in unknown state.
14128
14129 (clear_lwpid_callback): New function.
14130 (thread_db_resume): Use it to clear the cache.
14131
14132 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14133
14134 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
14135 (resume_callback): Remove dead code.
14136
14137 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14138
14139 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
14140 predicate.
14141 * gdbarch.h, gdbarch.c: Regenerate.
14142 * stack.c (frame_info): Only initialize the saved registers when
14143 FRAME_INIT_SAVED_REGS_P.
14144 * frame.c (frame_saved_regs_register_unwind): Assert
14145 FRAME_INIT_SAVED_REGS_P.
14146 (deprecated_generic_get_saved_register): Ditto.
14147
14148 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14149
14150 * source.c (openp): Squelch warning about "filename".
14151
14152 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14153
14154 * source.c (openp): If the file does not exist don't necessarily
14155 search the path.
14156
14157 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14158
14159 Fix PR gdb/872.
14160 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
14161 (integer_types_same_name_p): New function.
14162 (rank_one_type): Use it.
14163 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
14164
14165 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14166
14167 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
14168 variables.
14169 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
14170 * configure.in: Add --with-sysroot.
14171 * configure: Regenerated.
14172 * main.c (gdb_sysroot): New variable.
14173 (captured_main): Initialize gdb_sysroot.
14174 * defs.h (gdb_sysroot): New extern declaration.
14175 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
14176
14177 2003-01-12 Michael Chastain <mec@shout.net>
14178
14179 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
14180
14181 2003-01-12 Michael Chastain <mec@shout.net>
14182
14183 * top.c (print_gdb_version): Bump copyright year to 2003.
14184
14185 2003-01-12 David Carlton <carlton@bactrian.org>
14186
14187 * linespec.c (symtab_from_filename): Rename variable 's' to
14188 'file_symtab'.
14189
14190 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14191
14192 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
14193 dummy frame.
14194 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
14195
14196 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14197
14198 * d10v-tdep.c: Include "gdb_assert.h".
14199 (d10v_store_return_value): Rewrite to match current interface.
14200 (d10v_extract_struct_value_address): Ditto.
14201 (d10v_extract_return_value): Ditto.
14202 (d10v_gdbarch_init): Set store_restore_value,
14203 extract_struct_value_address and extract_return_value.
14204
14205 2003-01-12 J. Brobecker <brobecker@gnat.com>
14206
14207 * hpread.c (set_namestring): New procedure replacing the
14208 SET_NAMESTRING macro.
14209 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
14210 by calls to set_namestring.
14211
14212 2003-01-11 J. Brobecker <brobecker@gnat.com>
14213
14214 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
14215 a compilation warning.
14216 (hpread_process_one_debug_symbol): Likewise.
14217
14218 2003-01-10 David Carlton <carlton@math.stanford.edu>
14219
14220 * linespec.c (decode_line_1): Rename variable 's' to
14221 'file_symtab'.
14222 (decode_all_digits): Rename argument 's' to 'file_symtab'.
14223 (decode_dollar): Ditto.
14224 (decode_variable): Ditto.
14225 (symbol_found): Ditto.
14226
14227 2003-01-09 Michael Chastain <mec@shout.net>
14228
14229 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
14230
14231 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
14232
14233 * win32-nat.c (set_process_privilege): New function.
14234 (child_attach): Call set_process_privilege() to enable the
14235 SE_DEBUG_NAME user privilege if available in process token.
14236
14237 2003-01-10 J. Brobecker <brobecker@gnat.com>
14238
14239 * hpread.c (hpread_process_one_debug_symbol): Fix a small
14240 compilation error in the previous revision.
14241
14242 2003-01-09 David Carlton <carlton@math.stanford.edu>
14243
14244 * linespec.c: Update copyright.
14245
14246 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14247
14248 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
14249 than inferior_ptid.
14250 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
14251
14252 2003-01-09 Andrew Cagney <ac131313@redhat.com>
14253
14254 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
14255 Update comments.
14256 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
14257 (frame_saved_regs_zalloc): Update.
14258 (frame_saved_regs_register_unwind): Update.
14259 (create_new_frame): Update.
14260 (get_prev_frame): Update.
14261 (frame_extra_info_zalloc): Update.
14262 (deprecated_get_frame_saved_regs): Update.
14263 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
14264 * cris-tdep.c: Update comment.
14265
14266 * somsolib.h: Fix function indentation.
14267 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
14268 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
14269 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
14270 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
14271 * somsolib.c, inftarg.c: Remove assignment in if conditional.
14272
14273 * infrun.c (follow_fork): Use ISO C definition.
14274 * expprint.c (print_subexp): Use xfree instead of free.
14275 * charset.c: Include "gdb_string.h" instead of <string.h>.
14276 (register_iconv_charsets): Use ISO C definition.
14277 (host_charset, target_charset): Ditto.
14278 * Makefile.in (charset.o): Update dependencies.
14279 (mi-cmd-env.o): Update dependencies.
14280
14281 2003-01-08 Andrew Cagney <cagney@redhat.com>
14282
14283 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
14284 get_frame_base.
14285
14286 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14287
14288 * gdb_mbuild.sh: Add --keep option. When specified, keep the
14289 build directories. Save edited gdb output in Mbuild.log. If a
14290 build fails, remove any final GDB executable.
14291
14292 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14293
14294 * gdb_mbuild.sh: Edit the output of `maint print architecture'
14295 replacing hex constants with function names and stripping leading
14296 file name directory prefixes.
14297
14298 2003-01-08 Andrew Cagney <cagney@redhat.com>
14299
14300 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
14301 get_frame_base.
14302
14303 2003-01-08 David Carlton <carlton@math.stanford.edu>
14304
14305 * linespec.c (decode_line_1): Move code into decode_variable.
14306 (decode_variable): New function.
14307
14308 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14309
14310 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
14311
14312 2003-01-08 Andrew Cagney <cagney@redhat.com>
14313
14314 * cris-tdep.c (cris_frame_init_saved_regs): Use
14315 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
14316 saved_regs buffer.
14317 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
14318 (sh64_nofp_frame_init_saved_regs): Ditto.
14319 (sh_fp_frame_init_saved_regs): Ditto.
14320 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
14321 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14322 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14323 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14324
14325 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
14326
14327 * minsyms.c (lookup_minimal_symbol): Update comment.
14328 (lookup_minimal_symbol_text): Update comment. Use the hash table.
14329 (lookup_minimal_symbol_solib_trampoline): Likewise.
14330
14331 2003-01-08 Andrew Cagney <cagney@redhat.com>
14332
14333 * d10v-tdep.c (d10v_init_extra_frame_info): Use
14334 frame_relative_level.
14335
14336 * alpha-tdep.c: Use get_frame_extra_info.
14337 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14338 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
14339 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14340 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
14341
14342 * alpha-tdep.c: Use get_next_frame.
14343 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14344 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14345 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
14346 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
14347 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
14348 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
14349 * xstormy16-tdep.c: Ditto.
14350
14351 2003-01-07 Andrew Cagney <cagney@redhat.com>
14352
14353 * alpha-tdep.c: Use get_frame_base.
14354 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14355 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14356 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14357 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14358 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
14359 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14360 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
14361 * config/sparc/tm-sparc.h: Ditto.
14362
14363 2003-01-07 Andrew Cagney <cagney@redhat.com>
14364
14365 * frame.c (deprecated_get_frame_context): New function.
14366 (deprecated_set_frame_context): New function.
14367 * frame.h (deprecated_get_frame_context): Declare.
14368 (deprecated_set_frame_context): Declare.
14369 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
14370 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
14371
14372 2003-01-07 Andrew Cagney <cagney@redhat.com>
14373
14374 * frame.c (deprecated_set_frame_next_hack): New function.
14375 (deprecated_set_frame_prev_hack): New function.
14376 * frame.h (deprecated_set_frame_next_hack): Declare.
14377 (deprecated_set_frame_prev_hack): Declare.
14378 * mcore-tdep.c (analyze_dummy_frame): Use
14379 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
14380 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14381
14382 2003-01-07 David Carlton <carlton@math.stanford.edu>
14383
14384 * linespec.c (decode_line_1): Move code into decode_dollar.
14385 (decode_dollar): New function.
14386
14387 2003-01-07 Andrew Cagney <cagney@redhat.com>
14388
14389 * arm-tdep.c (arm_init_extra_frame_info): Use
14390 deprecated_update_frame_base_hack.
14391 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
14392 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14393 (fix_frame_pointer): Ditto.
14394 (mn10300_analyze_prologue): Ditto.
14395
14396 2003-01-07 Andrew Cagney <cagney@redhat.com>
14397
14398 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
14399 extra_info using frame_extra_info_zalloc.
14400 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
14401 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
14402 (sh64_init_extra_frame_info): Ditto.
14403 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
14404 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
14405 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14406 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
14407 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
14408 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
14409 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
14410 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
14411 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
14412 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
14413 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
14414 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
14415
14416 * mn10300-tdep.c (analyze_dummy_frame): Use
14417 deprecated_set_frame_extra_info_hack.
14418 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14419
14420 2003-01-07 J. Brobecker <brobecker@gnat.com>
14421
14422 * mdebugread.c (parse_symbol): Skip stProc entries which storage
14423 class is not scText. These do not define "real" procedures.
14424 (parse_partial_symbols): Likewise.
14425
14426 2003-01-06 Michael Snyder <msnyder@redhat.com>
14427
14428 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
14429
14430 2003-01-06 Andrew Cagney <ac131313@redhat.com>
14431
14432 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
14433 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
14434 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
14435 deprecated_frame_xmalloc_with_cleanup.
14436 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
14437 deprecated_frame_xmalloc.
14438 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
14439 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
14440
14441 2003-01-06 Andrew Cagney <cagney@redhat.com>
14442
14443 * x86-64-linux-tdep.c: Include "osabi.h".
14444 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
14445
14446 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
14447
14448 2003-01-06 Andrew Cagney <cagney@redhat.com>
14449
14450 * MAINTAINERS (Target Instruction Set Architectures): Update
14451 arm-elf. Can be built with -Werror, has been multiarched.
14452
14453 * value.h (unpack_long): Make buffer parameter constant.
14454 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
14455 * scm-lang.h (scm_parse): Ditto.
14456 * defs.h (extract_typed_address, extract_address): Ditto.
14457 (extract_long_unsigned_integer): Ditto.
14458 * inferior.h (unsigned_pointer_to_address): Ditto.
14459 (signed_pointer_to_address): Ditto.
14460 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
14461 * gdbarch.h, gdbarch.c: Regenerate.
14462 * findvar.c (extract_long_unsigned_integer): Update.
14463 (extract_address): Update.
14464 (extract_typed_address): Update.
14465 (unsigned_pointer_to_address): Update.
14466 * values.c (unpack_long): Update.
14467 (unpack_double): Update.
14468 (unpack_pointer): Update.
14469 (unpack_field_as_long): Update.
14470 * d10v-tdep.c (d10v_pointer_to_address): Update.
14471 * avr-tdep.c (avr_pointer_to_address): Update.
14472 * scm-lang.c (scm_unpack): Update.
14473 * findvar.c (signed_pointer_to_address): Update.
14474
14475 2003-01-06 Michal Ludvig <mludvig@suse.cz>
14476
14477 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
14478 since it is in i386-tdep.c.
14479
14480 2003-01-06 J. Brobecker <brobecker@gnat.com>
14481
14482 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
14483 failure introduced in the previous change.
14484
14485 2003-01-05 Michael Chastain <mec@shout.net>
14486
14487 * README: Remove references to deleted remote-*.c files:
14488 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
14489 remote-nrom.c, remote-os9k.c, remote-udi.c.
14490
14491 2003-01-05 Mark Kettenis <kettenis@gnu.org>
14492
14493 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
14494 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
14495 i386_get_longjmp_target.
14496
14497 2003-01-05 Andrew Cagney <ac131313@redhat.com>
14498
14499 * arm-tdep.c (prologue_cache): Change to a pointer.
14500 (_initialize_arm_tdep): Allocate prologue_cache.
14501 (check_prologue_cache): Update.
14502 (save_prologue_cache): Update.
14503 (arm_gdbarch_init): Update.
14504
14505 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14506
14507 * stabsread.c (update_method_name_from_physname): Call complaint()
14508 instead of error.
14509
14510 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14511
14512 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
14513 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14514 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14515
14516 * blockframe.c: Include "gdbcmd.h" and "command.h".
14517 (backtrace_below_main): New variable.
14518 (file_frame_chain_valid, func_frame_chain_valid)
14519 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14520 (generic_func_frame_chain_valid): Remove functions.
14521 (frame_chain_valid, do_flush_frames_sfunc): New functions.
14522 (_initialize_blockframe): New function.
14523 * Makefile.in (blockframe.o): Update dependencies.
14524 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14525 comment. Call frame_chain_valid ().
14526 * frame.h: Remove old prototypes. Add prototype for
14527 frame_chain_valid and update comments to match.
14528 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14529 Remove old comment.
14530 * gdbarch.h: Regenerated.
14531 * gdbarch.c: Regenerated.
14532
14533 * alpha-tdep.c (alpha_gdbarch_init): Don't call
14534 set_gdbarch_frame_chain_valid.
14535 * avr-tdep.c (avr_gdbarch_init): Likewise.
14536 * cris-tdep.c (cris_gdbarch_init): Likewise.
14537 * frv-tdep.c (frv_gdbarch_init): Likewise.
14538 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14539 * i386-tdep.c (i386_svr4_init_abi): Likewise.
14540 (i386_nw_init_abi): Likewise.
14541 (i386_gdbarch_init): Likewise.
14542 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14543 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14544 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14545 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14546 * mips-tdep.c (mips_gdbarch_init): Likewise.
14547 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14548 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14549 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14550 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14551 * s390-tdep.c (s390_gdbarch_init): Likewise.
14552 * sh-tdep.c (sh_gdbarch_init): Likewise.
14553 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14554 * v850-tdep.c (v850_gdbarch_init): Likewise.
14555 * vax-tdep.c (vax_gdbarch_init): Likewise.
14556 * x86-64-tdep.c (x86_64_init_abi): Likewise.
14557
14558 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14559 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14560 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14561 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14562 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14563 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14564 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14565 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14566
14567 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14568
14569 * Makefile.in (acconfig_h): Remove incorrect macro.
14570 (config_h): Define.
14571 (osabi.o): Update dependencies.
14572 * configure.tgt: Set gdb_osabi based on target triplet.
14573 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14574 * configure: Regenerated.
14575 * config.in: Regenerated.
14576 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14577 (GDB_OSABI_DEFAULT): Define if not already defined.
14578 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14579 (set_osabi_string): New variables.
14580 (gdbarch_register_osabi): Add new OS ABI to
14581 gdb_osabi_available_names.
14582 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14583 (set_osabi, show_osabi): New functions.
14584 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14585
14586 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14587
14588 * arch-utils.c (gdbarch_info_init): Set osabi to
14589 GDB_OSABI_UNINITIALIZED.
14590 * gdbarch.sh: Add osabi to struct gdbarch and to struct
14591 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
14592 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14593 * gdbarch.c: Regenerated.
14594 * gdbarch.h: Regenerated.
14595 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14596 there's no BFD.
14597 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14598 * osabi.h (enum gdb_osabi): Move to defs.h.
14599 (gdbarch_init_osabi): Update prototype.
14600 * defs.h (enum gdb_osabi): Moved here.
14601 * Makefile.in: Update dependencies.
14602
14603 * alpha-tdep.h: Don't include "osabi.h".
14604 (struct gdbarch_tdep): Remove osabi member.
14605 * alpha-tdep.c: Include "osabi.h".
14606 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14607 iterate over arches. Update call to gdbarch_init_osabi.
14608 (alpha_dump_tdep): Don't dump osabi.
14609 * alpha-linux-tdep.c: Include "osabi.h".
14610 * alpha-osf1-tdep.c: Include "osabi.h".
14611 * alphafbsd-tdep.c: Include "osabi.h".
14612 * alphanbsd-tdep.c: Include "osabi.h".
14613
14614 * arm-tdep.h: Don't include "osabi.h".
14615 (struct gdbarch_tdep): Remove osabi member.
14616 * arm-tdep.c: Include "osabi.h".
14617 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14618 iterate over arches. Update call to gdbarch_init_osabi.
14619 (arm_dump_tdep): Don't dump osabi.
14620 * arm-linux-tdep.c: Include "osabi.h".
14621 * armnbsd-tdep.c: Include "osabi.h".
14622
14623 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14624 Update call to gdbarch_init_osabi.
14625
14626 * i386-tdep.h: Don't include "osabi.h".
14627 (struct gdbarch_tdep): Remove osabi member.
14628 * i386-tdep.c: Include "osabi.h".
14629 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14630 iterate over arches. Update call to gdbarch_init_osabi.
14631 (i386_dump_tdep): Don't dump osabi.
14632 * i386-linux-tdep.c: Include "osabi.h".
14633 * i386-sol2-tdep.c: Include "osabi.h".
14634 * i386bsd-tdep.c: Include "osabi.h".
14635 * i386gnu-tdep.c: Include "osabi.h".
14636 * i386ly-tdep.c: Include "osabi.h".
14637 * i386nbsd-tdep.c: Include "osabi.h".
14638 * i386obsd-tdep.c: Include "osabi.h".
14639
14640 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14641 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14642 check osabi when iterating over arches. Update call to
14643 gdbarch_init_osabi.
14644 (mips_dump_tdep): Don't dump osabi.
14645
14646 * ns32k-tdep.h: Don't include "osabi.h".
14647 (struct gdbarch_tdep): Remove.
14648 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14649 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14650 allocate tdep. Update call to gdbarch_init_osabi.
14651 (ns32k_dump_tdep): Remove.
14652 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14653 * ns32knbsd-tdep.c: Include "osabi.h".
14654
14655 * ppc-tdep.h: Don't include "osabi.h".
14656 (struct gdbarch_tdep): Remove osabi member.
14657 * rs6000-tdep.c: Include "osabi.h".
14658 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14659 osabi when iterating over arches. Update call to
14660 gdbarch_init_osabi.
14661 (rs6000_dump_tdep): Don't dump osabi.
14662 * ppc-linux-tdep.c: Include "osabi.h".
14663 * ppcnbsd-tdep.c: Include "osabi.h".
14664
14665 * sh-tdep.h: Don't include "osabi.h".
14666 (struct gdbarch_tdep): Remove osabi member.
14667 * sh-tdep.c: Include "osabi.h".
14668 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14669 iterate over arches. Update call to gdbarch_init_osabi.
14670 (sh_dump_tdep): Don't dump osabi.
14671 * shnbsd-tdep.c: Include "osabi.h".
14672
14673 * sparc-tdep.c: Include "osabi.h".
14674 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14675 iterate over arches. Update call to gdbarch_init_osabi.
14676 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14677 tdep structure.
14678
14679 * vax-tdep.h: Don't include "osabi.h".
14680 (struct gdbarch_tdep): Remove.
14681 * vax-tdep.c: Include "osabi.h".
14682 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14683 iterate over arches. Don't allocate tdep. Update call
14684 to gdbarch_init_osabi.
14685 (vax_dump_tdep): Remove.
14686 (_initialize_vax_tdep): Update call to gdbarch_register.
14687
14688 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14689
14690 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14691 entirely.
14692 (breakpoint_re_set_one): Don't fetch the value for a disabled
14693 watchpoint.
14694
14695 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14696
14697 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14698 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14699 (COERCE_FLOAT_TO_DOUBLE): Remove.
14700 * gdbarch.c: Regenerate.
14701 * gdbarch.h: Regenerate.
14702 * Makefile.in: Remove value_h from gdbarch_h.
14703 * valops.c (coerce_float_to_double): New variable.
14704 (default_coerce_float_to_double): Remove.
14705 (standard_coerce_float_to_double): Remove.
14706 (value_arg_coerce): Use coerce_float_to_double.
14707 (_initialize_valops): Add "set coerce-float-to-double".
14708 * value.h (default_coerce_float_to_double): Remove prototype.
14709 (standard_coerce_float_to_double): Remove prototype.
14710
14711 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14712 prototyped.
14713 * mdebugread.c (parse_symbol): Likewise.
14714 * stabsread.c (define_symbol): Mark all functions as prototyped.
14715
14716 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14717 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14718 set_gdbarch_coerce_float_to_double.
14719 * arm-tdep.c (arm_gdbarch_init): Likewise.
14720 * frv-tdep.c (frv_gdbarch_init): Likewise.
14721 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14722 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14723 * mips-tdep.c (mips_gdbarch_init): Likewise.
14724 (mips_coerce_float_to_double): Remove.
14725 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14726 (rs6000_coerce_float_to_double): Remove.
14727 * s390-tdep.c (s390_gdbarch_init): Likewise.
14728 * sh-tdep.c (sh_gdbarch_init): Likewise.
14729 (sh_coerce_float_to_double): Remove.
14730 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14731 (sparc_coerce_float_to_double): Remove.
14732 * v850-tdep.c (v850_gdbarch_init): Likewise.
14733 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14734 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14735 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14736 (hppa_coerce_float_to_double): Remove prototype.
14737 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14738
14739 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14740
14741 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14742
14743 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14744
14745 Suggested by Stewart Brown <sb24@avaya.com>:
14746 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14747 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14748 (c_type_print_varspec_suffix): Likewise.
14749
14750 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14751
14752 * configure.in: Don't set and AC_SUBST SUBDIRS.
14753 * configure: Regenerated.
14754
14755 * configure.in: Remove code dealing with shared libraries.
14756 * Makefile.in: Remove HLDFLAGS and HLDENV.
14757 * configure: Regenerated.
14758
14759 2003-01-04 Andrew Cagney <ac131313@redhat.com>
14760
14761 * frame.c (deprecated_frame_xmalloc): New function.
14762 (deprecated_set_frame_saved_regs_hack): New function.
14763 (deprecated_set_frame_extra_info_hack): New function.
14764 * frame.h (deprecated_frame_xmalloc): Declare.
14765 (deprecated_set_frame_saved_regs_hack): Declare.
14766 (deprecated_set_frame_extra_info_hack): Declare.
14767
14768 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14769
14770 * configure.in: Move code that provides the --enable-gdbtk option
14771 right after the code that handles the --enable-tui option, and
14772 polish it somewhat.
14773 * configure: Regenerated.
14774
14775 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14776 AC_CHECK_FUNCS and remove the old check for pread64.
14777 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14778 * acconfig.h (_GNU_SOURCE): Add.
14779 (HAVE_PREAD64): Remove.
14780 * configure, aclocal.m4, config.in: Regenerated.
14781
14782 2003-01-03 Andrew Cagney <ac131313@redhat.com>
14783
14784 * alpha-tdep.c: Use get_frame_saved_regs.
14785 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14786 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14787 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14788 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14789 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14790
14791 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14792
14793 * configure.in: Remove all use of the SUBDIRS variable; add
14794 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14795 code providing the --enable-multi-ice option, and move it right in
14796 front of the code that checks whether gdbserver is supported.
14797 Polish that too.
14798 * configure: Regenerated.
14799 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14800 @SUBDIRS@.
14801
14802 2003-01-03 Andrew Cagney <cagney@redhat.com>
14803
14804 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14805 * avr-tdep.c, cris-tdep.c: Ditto.
14806 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14807 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14808
14809 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14810
14811 * configure.in: Remove --enable-netrom option.
14812 * configure: Regenerated.
14813
14814 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14815
14816 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14817 declaration for `struct re_pattern_buffer' instead.
14818 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14819
14820 2003-01-03 J. Brobecker <brobecker@gnat.com>
14821
14822 * mdebugread.c (parse_symbol): Count until the stEnd matching
14823 the structure name.
14824
14825 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14826
14827 * configure.in: Remove --with-cpu option.
14828 subscripts. Remove evil changequotes here.
14829 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14830 * config.in, configure: Regenerated.
14831
14832 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14833 * configure.in: Cleanup section that sources GDB and BFD configure
14834 subscripts. Remove evil changequotes here.
14835 * config.in, configure: Regenerated.
14836
14837 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14838
14839 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14840 frame accessor methods.
14841 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14842 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14843 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14844 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14845 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14846 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14847 * z8k-tdep.c: Ditto.
14848
14849 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14850
14851 * configure.in: Remove UI_OUT configuration code.
14852 * ada-lang.c: Update assuming UI_OUT is always true.
14853 * Makefile.in (UIOUT_CFLAGS): Remove.
14854 * configure: Regenerated.
14855 * TODO: Remove blurb about elimination of -DUI_OUT.
14856
14857 * configure.in: Move code that provides the --enable-gdbcli,
14858 --enable-gdbmi options right before the code that handles the
14859 --enable-tui option. Polish a bit.
14860 * configure: Regenerated.
14861
14862 * configure.in: Rewrite check for GNU regex and the
14863 --without-included regex option, and move it into the "Checks for
14864 library functions" section. This makes us use the system regex
14865 again by default on systems with version 2 of the GNU C library.
14866 This was apparently broken.
14867 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14868 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14869 * config.in, configure: Regenerated.
14870
14871 * configure.in: Move code that provides the --enable-tui option
14872 before the "Checks for libraries" section. Polish the code
14873 somewhat and set need_curses to yes if we build the TUI. Rewrite
14874 code that looks for a library providing termcap functionality to
14875 match more closely what's done in the Readline library, and move
14876 it into to the "Checks for libraries" section.
14877 * configure: Regenerated.
14878 * Makefile.in (TERMCAP): Remove variable.
14879 * config/i386/go32.mh (TERMCAP): Remove variable.
14880
14881 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14882
14883 * MAINTAINERS: Mention gdb_mbuild.sh.
14884 * gdb_mbuild.sh: Rewrite.
14885
14886 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14887
14888 * configure.in: Fix typo in last change.
14889 * config.in, configure: Regenerated.
14890
14891 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14892
14893 * valarith.c (value_binop): Delete obsolete code and comments.
14894 * configure.host: Ditto.
14895 * buildsym.h (make_blockvector): Ditto.
14896 * buildsym.c (make_blockvector): Ditto.
14897 * defs.h (enum language): Ditto.
14898 (chill_demangle): Ditto.
14899 * elfread.c (elf_symtab_read): Ditto.
14900 * dwarfread.c (CHILL_PRODUCER): Ditto.
14901 (set_cu_language): Ditto.
14902 (handle_producer): Ditto.
14903 * expprint.c (print_subexp): Ditto.
14904 * gdbtypes.c (chill_varying_type): Ditto.
14905 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14906 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14907 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14908 (chill_varying_type): Ditto.
14909 * language.h (_LANG_chill): Ditto.
14910 * language.c (binop_result_type, integral_type): Ditto.
14911 (character_type, string_type, structured_type): Ditto.
14912 (lang_bool_type, binop_type_check): Ditto.
14913 * stabsread.h (os9k_stabs): Ditto.
14914 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14915 (define_symbol, read_type, read_struct_fields): Ditto.
14916 (read_array_type, read_enum_type, read_huge_number): Ditto.
14917 (read_range_type, start_stabs): Ditto.
14918 * symfile.c (init_filename_language_table): Ditto.
14919 (add_psymbol_with_dem_name_to_list): Ditto.
14920 * symtab.c (symbol_init_language_specific): Ditto.
14921 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14922 * symtab.h (struct general_symbol_info): Ditto.
14923 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14924 * typeprint.c (typedef_print): Ditto.
14925 * utils.c (fprintf_symbol_filtered): Ditto.
14926 * valops.c (value_cast, search_struct_field, value_slice): Delete
14927 obsolete code.
14928 (varying_to_slice): Delete function.
14929 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14930 (varying_to_slice): Delete declaration.
14931 * MAINTAINERS: Update.
14932
14933 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14934
14935 * configure.in: Reorganize "Checks for library functions section"
14936 a bit. Remove check for `btowc' and `isascii' functions.
14937 * configure: Regenerated.
14938
14939 * acconfig.h (_MSE_INT_H): Remove.
14940 * configure.in: Create "Checks for header files" section, and move
14941 appropriate tests there. Don't check for objlist.h, wchar.h,
14942 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14943 misdetection fix. Also add "Checks for types", "Checks for
14944 compiler characteristics" and "Checks for library functions"
14945 sections.
14946 * config.in, configure: Regenerated.
14947
14948 * configure.in: Create "Checks for programs" section, and move
14949 appropriate tests there.
14950
14951 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14952
14953 * configure.in: Create "Checks for libraries" section, and move
14954 appropriate tests there. Cleanup check for wctype in libw. Use
14955 AC_SEARCH_LIBS to see whether we need libsocket.
14956 * configure: Regenerated.
14957
14958 For older changes see ChangeLog-2002
14959 \f
14960 Local Variables:
14961 mode: change-log
14962 left-margin: 8
14963 fill-column: 74
14964 version-control: never
14965 End:
This page took 0.350585 seconds and 3 git commands to generate.