1 2002-09-03 Theodore A. Roth <troth@verinet.com>
3 * gdb/avr-tdep.c (avr_gdbarch_init): Use
4 generic_unwind_get_saved_register.
6 2002-09-03 David Carlton <carlton@math.stanford.edu>
8 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
9 argument (PR gdb/653). Update call to smash_to_method_type.
10 (read_structure_scope): Update call to dwarf2_add_member_fn.
12 2002-09-03 Michal Ludvig <mludvig@suse.cz>
14 * x86-64-linux-tdep.c: Include gdb_string.h
15 * x86-64-linux-nat.c: Ditto.
17 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
19 * ada-exp.y (yyname, yyrule): Remap global variables that appear
20 when YYDEBUG is set to 1.
27 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
29 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
31 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
32 solib_svr4_fetch_link_map_offsets to
33 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
34 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
35 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
36 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
37 solib-svr4.o, and solib-legacy.o.
38 * config/i386/tm-nbsd.h: Include solib.h.
40 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
42 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
43 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
44 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
45 comment noting that this needs its own target configuration.
46 * config/i386/nbsd.mt: New file.
47 * config/i386/nbsdaout.mt: Remove.
48 * config/i386/nbsdelf.mt: Ditto.
49 * config/i386/tm-nbsdaout.h: Ditto.
51 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
53 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
54 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
55 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
57 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
58 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
59 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
61 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
63 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
64 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
65 * i386-tdep.h (i386bsd_init_abi): New prototype.
66 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
68 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
69 for NetBSD-a.out or NetBSD-ELF.
70 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
71 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
72 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
73 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
75 (i386nbsd_pc_in_sigtramp): New function.
76 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
77 i386nbsd_pc_in_sigtramp.
78 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
79 and i386nbsdelf_init_abi OS ABI handlers.
80 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
81 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
83 2002-09-02 Mark Kettenis <kettenis@gnu.org>
85 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
86 registers if the target really has them.
88 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
90 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
93 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
95 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
97 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
98 (alphanbsd_skip_sigtramp_frame): New functions.
99 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
100 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
101 to alphanbsd_sigcontext_addr.
103 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
105 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
107 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
108 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
110 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
111 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
112 * nbsd-tdep.c: Include gdb_string.h.
113 (nbsd_pc_in_sigtramp): New function.
114 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
115 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
116 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
117 ppcnbsd_pc_in_sigtramp.
118 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
119 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
120 shnbsd_pc_in_sigtramp.
121 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
122 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
123 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
125 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
127 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
129 (insert_breakpoints): set val field of watchpoints if NULL.
132 2002-08-29 Jim Blandy <jimb@redhat.com>
134 * symtab.c (lookup_symbol_aux): In the cases where we find a
135 minimal symbol of an appropriate name and use its address to
136 select a symtab to read and search, use `name' (as passed to us)
137 as the demangled name when searching the symtab's global and
138 static blocks, not the minsym's name.
140 2002-08-29 Keith Seitz <keiths@redhat.com>
142 * stack.c (print_frame_info_base): Always set current_source_symtab
143 and current_source_line.
145 2002-08-29 Donn Terry <donnte@microsoft.com>
147 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
149 2002-08-28 Keith Seitz <keiths@redhat.com>
151 * stack.c (select_frame): Add FIXME concerning selected-frame
153 (select_frame_command): Send selected-frame-level-changed
154 event notification, but only if the level actually changed.
155 (up_silently_base): Add selected-frame-level-changed event
157 (down_silently_base): Likewise.
159 2002-08-28 Andrew Cagney <ac131313@redhat.com>
161 * Makefile.in: Update dependencies for all gdb/*.c files.
163 2002-08-27 Tom Tromey <tromey@redhat.com>
165 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
166 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
168 * i387-tdep.c: Include gdb_string.h.
170 * i386-linux-nat.c: Likewise.
171 * lin-lwp.c: Likewise.
172 * ax-gdb.c: Likewise.
173 * signals/signals.c: Likewise.
174 * jv-valprint.c: Likewise.
175 * p-lang.c: Likewise.
176 * c-valprint.c: Likewise.
177 * cp-abi.c: Likewise.
179 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
181 * cli/cli-script.h (copy_command_lines): Export.
182 * breakpoint.c: Include cli/cli-script.h.
183 * Makefile.in (breakpoint.o): Update dependencies.
185 2002-08-26 Joel Brobecker <brobecker@gnat.com>
187 * cli/cli-script.c (copy_command_lines): New function.
188 * defs.h (copy_command_lines): Export.
189 * testsuite/gdb.base/commands.exp: New tests for commands
190 attached to a temporary breakpoint, and for commands that
191 delete the breakpoint they are attached to.
193 2002-08-26 Michael Snyder <msnyder@redhat.com>
195 * breakpoint.c (bpstat_stop_status): Instead of copying the
196 pointer to the breakpoint commands struct, make a new copy
197 of the struct and point to that.
198 (bpstat_clear): Free the commands struct.
199 (bpstat_clear_actions): Free the commands struct.
200 (bpstat_do_actions): Free the command actions. Also execute
201 the local cleanups, instead of deleting them.
202 (delete_breakpoint): Leave the commands field of the bpstat
203 chain alone -- it will be freed later.
205 2002-08-26 Kevin Buettner <kevinb@redhat.com>
207 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
208 deleted in 2002-08-20 commit. This function is still used by
211 2002-08-26 Keith Seitz <keiths@redhat.com>
213 * gdb-events.sh: Add selected-frame-level-changed event.
214 * gdb-events.c: Regenerated.
215 * gdb-events.h: Regenerated.
217 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
220 * inflow.c (terminal_save_ours): New function to save terminal
222 * inferior.h (terminal_save_ours): Declare.
223 * target.c (debug_to_terminal_save_ours): New function.
224 (cleanup_target): Defaults to_terminal_save_ours.
225 (update_current_target): Inherit to_terminal_save_ours.
226 (setup_target_debug): Set to_terminal_save_ours.
227 * target.h (target_terminal_save_ours): New to save terminal settings.
228 (target_ops): New member to_terminal_save_ours.
229 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
230 * hpux-thread.c (init_hpux_thread_ops): Likewise.
231 * inftarg.c (init_child_ops): Likewise.
232 * m3-nat.c (init_m3_ops): Likewise.
233 * procfs.c (init_procfs_ops): Likewise.
234 * wince.c (init_child_ops): Likewise.
235 * win32-nat.c (init_child_ops): Likewise.
236 * sol-thread.c (init_sol_thread_ops): Likewise.
238 2002-08-26 Mark Kettenis <kettenis@gnu.org>
240 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
241 use regcache_* functions.
242 (i386_gdbarch_init): Set store_return_value instead of
243 deprecated_store_return_value.
245 * regcache.c (regcache_raw_write_signed,
246 regcache_raw_write_unsigned): New functions.
247 * regcache.h (regcache_raw_write_signed,
248 regcache_raw_write_unsigned): New prototypes.
250 2002-08-25 Andrew Cagney <ac131313@redhat.com>
252 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
253 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
254 source file dependencies. Cleanup corresponding generator rules.
256 2002-08-25 Andrew Cagney <ac131313@redhat.com>
258 * regcache.h (register_offset_hack): Declare.
259 (regcache_cooked_read_using_offset_hack): Declare.
260 (regcache_cooked_write_using_offset_hack): Declare.
262 * regcache.c (register_offset_hack): New function.
263 (regcache_cooked_read_using_offset_hack): New function.
264 (regcache_cooked_write_using_offset_hack): New function.
265 (regcache_dump): Check that the registers, according to their
266 offset, are packed hard against each other.
267 (cooked_xfer_using_offset_hack): New function.
269 2002-08-25 Andrew Cagney <ac131313@redhat.com>
271 * regcache.c (struct regcache_descr): Add field register_type.
272 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
274 (init_regcache_descr): Initialize register_type. Pass the descr
275 to init_legacy_regcache_descr. Use register_type instead of
276 REGISTER_VIRTUAL_TYPE.
277 (register_type): New function.
278 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
279 * regcache.h (register_type): Declare.
281 2002-08-25 Andrew Cagney <ac131313@redhat.com>
283 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
284 instead of deprecated_store_return_value. Fix fallout from
285 2002-08-23 Andrew Cagney <cagney@redhat.com>.
287 2002-08-25 Andrew Cagney <ac131313@redhat.com>
289 * regcache.c (max_register_size): New function.
290 (init_legacy_regcache_descr): Ensure that max_register_size is
291 large enough for REGISTER_VIRTUAL_SIZE.
292 * regcache.h (max_register_size): Declare.
294 2002-08-24 Andrew Cagney <ac131313@redhat.com>
296 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
298 (e500_extract_return_value): Change type of valbuf pointer to
301 2002-08-24 Mark Kettenis <kettenis@gnu.org>
303 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
306 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
307 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
308 long long) to prevent compiler warning on 64-bit systems.
310 2002-08-23 Andrew Cagney <cagney@redhat.com>
312 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
313 (DEPRECATED_STORE_RETURN_VALUE): New method.
314 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
315 * gdbarch.h, gdbarch.c: Re-generate.
317 * values.c (set_return_value): Pass current_regcache to
319 * arch-utils.h (legacy_store_return_value): Declare.
320 * arch-utils.c (legacy_store_return_value): New function.
321 (legacy_extract_return_value): Update parameters.
323 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
325 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
326 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
327 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
328 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
329 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
330 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
331 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
332 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
333 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
334 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
336 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
337 * i386-tdep.c (i386_extract_return_value): Update.
338 * arch-utils.c (legacy_extract_return_value): Update.
339 * frv-tdep.c (frv_gdbarch_init): Update.
340 * cris-tdep.c (cris_gdbarch_init): Update.
341 * d10v-tdep.c (d10v_gdbarch_init): Update.
342 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
343 * m68k-tdep.c (m68k_gdbarch_init): Update.
344 * mcore-tdep.c (mcore_gdbarch_init): Update.
345 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
346 * s390-tdep.c (s390_gdbarch_init): Update.
347 * sparc-tdep.c (sparc_gdbarch_init): Update.
348 * sh-tdep.c (sh_gdbarch_init): Update.
349 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
350 * v850-tdep.c (v850_gdbarch_init): Update.
351 * avr-tdep.c (avr_gdbarch_init): Update.
352 * ia64-tdep.c (ia64_gdbarch_init): Update.
353 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
354 * vax-tdep.c (vax_gdbarch_init): Update.
355 * alpha-tdep.c (alpha_gdbarch_init): Update.
356 * arm-tdep.c (arm_gdbarch_init): Update.
357 * mips-tdep.c (mips_gdbarch_init): Update.
358 * i386-tdep.c (i386_gdbarch_init): Update.
360 2002-08-23 Andrew Cagney <ac131313@redhat.com>
362 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
363 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
365 2002-08-24 Mark Kettenis <kettenis@gnu.org>
367 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
370 2002-08-23 Joel Brobecker <brobecker@gnat.com>
372 * infrun.c (handle_inferior_event): Move a comment outside of a
373 function call, in order to avoid indent reformatting this part
374 of the code in an unreadable way.
376 2002-08-23 Grace Sainsbury <graces@redhat.com>
378 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
379 when breakpoints fail. Move general breakpoint error messages to
381 * breakpoint.c (insert_breakpoints): Change warnings when
382 breakpoints are nto inserted to specify the type. Remove call to
383 memory_error when hardware breakpoints can't be inserted. Remove
384 multiple calls to warning so all messages are sent to the user at
386 (delete_breakpoints): Make insert error messsages more explicit.
388 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
390 * ChangeLog: Move gdbserver entries after GDB 5.2 to
393 2002-08-23 Mark Kettenis <kettenis@gnu.org>
395 * i386-tdep.c: Include "objfiles.h".
396 (i386_svr4_init_abi): Set in_solib_call_trampoline and
397 skip_trampoline_code.
398 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
399 (CPLUS_MARKER): Define to '.'.
401 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
403 (linux_corefile_thread_callback): Increase args->num_notes.
404 (linux_make_note_section): Initialize thread_args.num_notes, and
405 use it to determine whether notes for any threads were created.
407 2002-08-23 Donn Terry <donnte@microsoft.com>
409 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
410 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
412 (write_with_trace): Conditionalize out the switch branch handling
413 PCSHOLD if the corresponding macro is not defined. Likewise for
415 This change will be needed by the Interix port.
417 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
419 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
420 write_register wherever possible instead of manipulating the
421 register bytes directly.
422 Assign VALUE_CONTENTS to a variable and use that.
423 The GPR numbers are now dependent on the architecture.
425 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
427 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
429 (skip_prologue): Add support for BookE/e500 instructions.
430 (e500_extract_return_value): New function.
431 (frame_get_saved_regs): Add support for saving ev registers and
433 (e500_store_return_value): New function.
434 (rs6000_gdbarch_init): Move up default intializations of
435 deprecated_extract_return_value and store_return_value. Overwrite
436 init of store_return_value with e500 specific version.
437 Set extract_return_value for e500.
439 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
441 * blockframe.c (generic_call_dummy_register_unwind): Use
442 regcache_cooked_read to catch cases in which the variable is
443 stored in a pseudo register.
445 2002-08-22 Andrew Cagney <cagney@redhat.com>
447 * NEWS: Mention that the i960 has been made obsolete.
448 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
450 (remote-nrom.o): Obsolete target.
451 (remote-nindy.o, i960-tdep.o): Ditto.
452 * remote-nrom.c: Make file obsolete.
453 * remote-nindy.c, remote-vx960.c: Ditto.
454 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
455 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
456 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
457 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
458 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
459 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
460 i960-*-vxworks* obsolete.
461 * MAINTAINERS: Note that the i960 is obsolete.
463 2002-08-21 Corinna Vinschen <vinschen@redhat.com
465 * aix-thread.c (aix_thread_detach): Disable thread debugging on
466 detach to allow reinitialization.
468 2002-08-22 Andrew Cagney <ac131313@redhat.com>
470 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
473 2002-08-22 Jim Blandy <jimb@redhat.com>
475 * coffread.c (coff_symfile_read): Don't try to read the line
476 number table from disk if the image file doesn't have a symbol
477 table; we'll never actually look at the info anyway, and Windows
478 ships DLL's with bogus file offsets for the line number data.
480 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
482 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
485 2002-08-21 Michael Snyder <msnyder@redhat.com>
487 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
488 (MSYMBOL_SIZE): Replace macro with function.
489 (DEFAULT_MIPS_TYPE): Delete unused macro.
490 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
491 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
493 2002-08-21 Jim Blandy <jimb@redhat.com>
495 * valops.c (value_cast): Simplify and correct logic for doing a
496 static cast from a pointer to a base class to a pointer to a
499 2002-08-21 Andrew Cagney <ac131313@redhat.com>
501 * infcmd.c (default_print_registers_info): Replace
503 (registers_info): Use gdbarch_print_registers_info instead of
505 * inferior.h (default_print_registers_info): Replace
507 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
508 (DO_REGISTERS_INFO): Change to a predicate function.
509 * gdbarch.h, gdbarch.c: Regenerate.
511 2002-08-21 Keith Seitz <keiths@redhat.com>
513 * gdb-events.sh: Add target-changed event.
514 * gdb-events.c: Regenerated.
515 * gdb-events.c: Regenerated.
516 * valops.c (value_assign): Add target-changed event notification
517 to inlval_register, lval_memory, and lval_reg_frame_relative.
519 2002-08-21 Joel Brobecker <brobecker@gnat.com>
521 * NEWS: Add an entry regarding the improvement of the next/step
522 operation on Alpha Tru64 multi-processor machines.
524 2002-08-21 Andrew Cagney <ac131313@redhat.com>
526 * Makefile.in: Update dependencies for mi/ cli/ and tui/
528 * Makefile.in: Update all _h macro definitions.
529 * Makefile.in (install-gdbtk): Move to install section.
530 (rdi-share/libangsd.a): Move to end of file.
532 2002-08-19 Andrew Cagney <ac131313@redhat.com>
534 * frame.c (frame_register_unwind): When a register, set addrp to
537 2002-08-20 Michael Snyder <msnyder@redhat.com>
539 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
540 used locally, so move them from the target machine header to here.
541 (mips_set_processor_type, mips_register_name, mips32_next_pc,
542 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
544 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
546 2002-08-20 Andrew Cagney <cagney@redhat.com>
548 * NEWS: Mention that the Apollo line was made obsolete.
549 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
550 m68*-hp-hpux* obsolete.
551 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
552 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
553 * buildsym.c (make_blockvector): Make static.
554 * buildsym.h (make_blockvector): Make extern declaration obsolete.
555 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
556 (ALLDEPFILES): Remove dstread.c.
557 (dstread.o): Obsolete make rule.
558 * dstread.c: Makefile obsolete.
560 * config/m68k/hp300hpux.mt: Ditto.
561 * config/m68k/hp300hpux.mh: Ditto.
562 * config/m68k/hp300bsd.mt: Ditto.
563 * config/m68k/hp300bsd.mh: Ditto.
564 * config/m68k/apollo68b.mt: Ditto.
565 * config/m68k/apollo68v.mh: Ditto.
566 * config/m68k/apollo68b.mh: Ditto.
568 2002-08-20 Michael Snyder <msnyder@redhat.com>
570 * mips-tdep.c (mips_in_return_stub): Make static.
571 (mips_gdbarch_init): Set in_solib_return_trampoline.
572 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
574 2002-08-20 Michael Snyder <msnyder@redhat.com>
576 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
577 * gdbarch.c, gdbarch.h: Regenerate.
578 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
580 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
582 2002-08-20 Michael Snyder <msnyder@redhat.com>
584 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
585 (mips_gdbarch_init): Set skip_trampoline_code,
586 in_solib_call_trampoline.
587 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
588 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
590 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
592 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
594 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
595 vector type for ev registers.
596 (e500_pseudo_register_read): New function.
597 (e500_pseudo_register_write): New function.
598 (e500_dwarf2_reg_to_regnum): New function.
599 (PPC_UISA_NOFP_SPRS): New macro.
600 (PPC_EV_REGS): New macro.
601 (PPC_GPRS_PSEUDO_REGS): New macro.
602 (registers_e500): New register set for e500.
603 (variants): Add e500 variant.
604 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
605 before setting architectural dependent variations. Initialize ev
606 registers numbers. Add case for e500 architecture. Set the
607 number of pseudo registers.
609 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
611 * rs6000-tdep.c: Clean up comments.
613 2002-08-20 Andrew Cagney <cagney@redhat.com>
615 * h8300-tdep.c: Re-indent file.
617 2002-08-20 Jim Blandy <jimb@redhat.com>
619 * Makefile.in (LDFLAGS): Allow the configure script to establish a
622 2002-08-20 Keith Seitz <keiths@redhat.com>
624 * breakpoints.c (watch_command_1): Use internal breakpoint
625 when setting a watchpoint_scope breakpoint.
627 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
629 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
630 (build_builtin_type_vec64i): Ditto.
631 (build_builtin_type_vec128): Ditto.
632 (build_builtin_type_vec128i): Ditto.
634 2002-08-19 Michael Snyder <msnyder@redhat.com>
636 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
637 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
638 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
639 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
640 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
641 CALL_DUMMY_ADDRESS): Delete.
642 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
643 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
644 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
645 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
647 (mips_register_raw_size, mips_eabi_use_struct_convention,
648 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
649 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
650 mips_init_extra_frame_info, mips_eabi_push_arguments,
651 mips_n32n64_push_arguments, mips_push_return_address,
652 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
653 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
655 2002-08-19 Michael Snyder <msnyder@redhat.com>
657 * mips-tdep.c (mips_frame_num_args): New function.
658 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
659 frame_saved_pc, frame_args_address, frame_locals_address,
660 frame_num_args, and frame_args_skip.
661 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
662 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
663 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
664 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
666 2002-08-20 Michael Snyder <msnyder@redhat.com>
668 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
669 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
670 * mips-tdep.c (mips_store_struct_return): New function.
671 (mips_extract_struct_value_address): New function.
672 (mips_gdbarch_init): Set store_struct_return and
673 extract_struct_value_address.
675 2002-08-20 David Carlton <carlton@math.stanford.edu>
677 * dwarf2read.c (dwarf2_build_psymtabs): Check that
678 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
679 (read_file_scope): Check that line_header is nonzero before
680 decoding macro information.
682 2002-08-20 Mark Kettenis <kettenis@gnu.org>
684 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
685 flag the general-purpose registers as floating-point on targets
686 that don't support the floating-point registers.
688 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
690 * rs6000-tdep.c (altivec_register_p): Delete.
691 (rs6000_do_altivec_registers): Delete.
692 (rs6000_altivec_registers_info): Delete.
693 (rs6000_do_registers_info): Delete.
694 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
695 (rs6000_gdbarch_init): Remove setting of do_registers_info.
697 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
699 * infcmd.c (do_registers_info): Print vector registers in hex
701 (print_vector_info): Check that printing registers
703 (print_float_info): Ditto.
705 2002-08-20 Andrew Cagney <ac131313@redhat.com>
707 * mips-tdep.c (mips_gdbarch_init): Update.
708 (mips_o32_extract_return_value): Rewrite.
709 (mips_o32_store_return_value): Rewrite.
710 (mips_o32_xfer_return_value): New function.
711 (mips_xfer_register): Tweak debug print message. Allow for
712 buf_offset when dumping the value transfered.
714 2002-08-20 Andrew Cagney <ac131313@redhat.com>
716 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
717 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
718 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
719 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
720 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
722 2002-08-14 Michael Snyder <msnyder@redhat.com>
724 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
726 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
728 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
730 (P): New macro to define a register as a pseudo register.
731 (R, R4, R8, R16, FR32, R64, R0): Updated.
732 (struct variant): Add new fields for number of pseudo registers
733 and number of total registers.
734 (tot_num_registers): New macro replacing....
735 (num_registers): ...deleted macro.
736 (num_registers): New function.
737 (num_pseudo_registers): New function.
738 (variants): Update all variants to intialize new fields correctly.
739 Postpone initialization of number of pseudo regs and real regs.
740 (init_variants): New function.
741 (rs6000_gdbarch_init): Initialize variants. Update calculation of
744 2002-08-19 David Carlton <carlton@math.stanford.edu>
746 * valops.c (search_struct_field): Change error message to treat
747 return value of 0 from value_static_field as meaning that field is
749 (value_struct_elt_for_reference): Ditto.
750 * values.c (value_static_field): Treat an unresolved location the
751 same as a nonexistent symbol. Fix PR gdb/635.
752 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
753 enclosed. Fix PR gdb/574.
754 * MAINTAINERS: Add self to Write After Approval list.
756 2002-08-19 Andrew Cagney <ac131313@redhat.com>
758 * mips-tdep.c (mips_xfer_register): New function.
759 (mips_n32n64_extract_return_value): Rewrite.
760 (mips_gdbarch_init): For N32 and N64, set extract_return_value
761 instead of deprecated_extract_return_value.
763 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
765 * rs6000-tdep.c (TDEP): Delete macro.
766 (branch_dest): Replace use of TDEP macro with its body.
767 (rs6000_pop_frame): Ditto.
768 (rs6000_push_arguments): Ditto.
769 (rs6000_skip_trampoline_code): Ditto.
770 (rs6000_frame_saved_pc): Ditto.
771 (rs6000_frame_chain): Ditto.
772 (rs6000_register_name): Ditto.
773 (rs6000_register_byte): Ditto.
774 (rs6000_register_raw_size): Ditto.
775 (rs6000_register_virtual_type): Ditto.
776 (rs6000_register_convertible): Ditto.
777 (rs6000_convert_from_func_ptr_addr): Ditto.
779 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
781 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
783 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
784 MIPS_LINUX_JB_ELEMENT_SIZE.
785 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
786 for MAX_REGISTER_RAW_SIZE arrays.
787 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
788 MIPS_LINUX_JB_ELEMENT_SIZE.
790 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
792 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
794 2002-08-19 Aidan Skinner <aidan@velvet.net>
796 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
797 ada-valprint.c ada-tasks.c.
798 (YYFILES): Add ada-exp.y.
799 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
800 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
801 (ada-exp.tab.o): New target.
803 2002-08-18 Andrew Cagney <ac131313@redhat.com>
805 * regcache.c (regcache_xfer_part): New function.
806 (regcache_raw_read_part): New function.
807 (regcache_raw_write_part): New function.
808 (regcache_cooked_read_part): New function.
809 (regcache_cooked_write_part): New function.
810 * regcache.h (regcache_raw_read_part): Declare.
811 (regcache_raw_write_part): Declare.
812 (regcache_cooked_read_part): Declare.
813 (regcache_cooked_write_part): Declare.
815 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
817 * remote.c (remote_open_1): Add async_p.
818 (remote_async_open_1): Delete.
819 (open_remote_target): Delete.
820 (remote_open, extended_remote_open): Update calls to remote_open_1.
821 (remote_async_open, extended_remote_async_open): Call
822 remote_open_1 instead of remote_async_open_1.
824 2002-08-19 Mark Kettenis <kettenis@gnu.org>
826 * blockframe.c: Fix a few coding standard violations.
828 2002-08-19 Mark Kettenis <kettenis@gnu.org>
830 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
832 * config/i386/tm-i386sco5.h: ... here. File removed.
833 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
835 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
836 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
837 (TM_FILE): Set to tm-i386.h.
838 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
839 * config/i386/tm-i386v.h: Remove file.
840 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
841 instead of "i386/tm-i386v.h".
842 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
843 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
845 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
846 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
849 2002-08-18 Mark Kettenis <kettenis@gnu.org>
851 * config/i386/nm-i386v.h: Add protection against
853 (i386_register_u_addr): Remove prototype.
854 (register_u_addr): New prototype.
855 (REGISTER_U_ADDR): Redefine accordingly.
856 * i386v-nat.c: Improve several comments.
857 (i386_register_u_addr): Change signature and rename to
858 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
861 2002-08-18 Andrew Cagney <ac131313@redhat.com>
863 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
864 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
865 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
866 deprecated_extract_return_value.
867 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
868 rename mips_o32o64_push_arguments.
869 (mips_gdbarch_init): Update.
870 (mips_extract_return_value): Delete.
871 (mips_o32_extract_return_value): Clone mips_extract_return_value.
872 (mips_o64_extract_return_value): Clone mips_extract_return_value.
873 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
874 (mips_n32n64_extract_return_value): Clone
875 mips_extract_return_value.
876 (mips_store_return_value): Delete.
877 (mips_o32_store_return_value): Clone mips_store_return_value.
878 (mips_o64_store_return_value): Clone mips_store_return_value.
879 (mips_eabi_store_return_value): Clone mips_store_return_value.
880 (mips_n32n64_store_return_value): Clone mips_store_return_value.
882 2002-08-18 Aidan Skinner <aidan@velvet.net>
884 * ada-lang.c: Use gdb_string.h instead of <string.h>.
885 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
887 2002-08-18 Aidan Skinner <aidan@velvet.net>
889 * ada-lang.c: Run through gdb_indent.sh.
890 * ada-lang.h: Run through gdb_indent.sh.
891 * ada-tasks.c: Run through gdb_indent.sh.
892 * ada-typeprint.c: Run through gdb_indent.sh.
893 * ada-valprint.c: Run through gdb_indent.sh.
895 2002-08-18 Andrew Cagney <ac131313@redhat.com>
897 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
900 2002-08-18 Mark Kettenis <kettenis@gnu.org>
902 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
904 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
905 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
907 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
908 write_register_gen instead of write_register_bytes.
910 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
911 i[3456]-*-osf1mk* configurations have been made obsolete.
912 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
913 i[3456]86-*-osf1mk* hosts obsolete.
914 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
916 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
917 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
918 config/i386/i386m3.mt, config/i386/nm-m3.h,
919 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
920 config/i386/i386mk.mh, config/i386/i386mk.mt,
921 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
923 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
924 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
925 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
927 2002-08-18 Andrew Cagney <ac131313@redhat.com>
929 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
930 (hppa_value_returned_from_stack): Declare.
931 (hppa_extract_return_value): Declare.
932 * config/pa/hppa.mt: New file.
933 * configure.tgt: Recognize hppa*-*-*.
934 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
936 2002-08-18 Mark Kettenis <kettenis@gnu.org>
938 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
941 2002-08-17 Mark Kettenis <kettenis@gnu.org>
943 * top.c (gdb_rl_operate_and_get_next): Make sure
944 operate-and-get-next functions correctly even when the history
945 list is completely filled.
947 2002-08-18 Andrew Cagney <ac131313@redhat.com>
949 * MAINTAINERS (Target Instruction Set Architectures): Rename
950 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
951 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
952 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
953 already listed under Host/Native.
955 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
956 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
959 2002-08-17 Andrew Cagney <ac131313@redhat.com>
961 * config/ia64/ia64.mt: New file.
962 * config/alpha/alpha.mt: New file.
963 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
964 ia64-linux-gnu. Mention that ia64-elf is broken.
965 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
967 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
969 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
970 generic_func_frame_valid instead of func_frame_valid.
972 2002-08-16 Joel Brobecker <brobecker@gnat.com>
974 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
975 procfs appears to be broken when debugging on multi-processor
976 machines. So enable software single stepping in order to avoid
977 using the procfs interface to do next/step operations, using
978 internal breakpoints instead.
980 * infrun.c (handle_inferior_event): Readjust the stop_pc by
981 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
982 make this pc address equal to the value it would have if the
983 system stepping capability was used. Also set a new flag used
984 to ensure that we don't readjust the PC one more time later.
986 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
987 address by DECR_PC_AFTER_BREAK when software single step is
988 in use for this architecture, as this has already been taken
989 care of in handle_inferior_event().
991 2002-08-16 Joel Brobecker <brobecker@gnat.com>
993 * infrun.c (handle_inferior_event): Minor reformatting, to make
994 a rather long condition expression easier to read.
996 2002-08-16 Andrew Cagney <ac131313@redhat.com>
998 * Makefile.in (gdbtk.o): Move to end of file.
999 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1000 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1001 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1002 (gdbtk-wrapper.o, gdbres.o): Ditto.
1004 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1006 * Makefile.in (copying.o): Separate out compile rule.
1007 (hpux-thread.o, procfs.o, signals.o): Ditto.
1008 (v850ice.o, z8k-tdep.o): Ditto.
1009 (tui-file.o): Move to TUI section.
1010 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1011 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1013 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1015 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1016 skip_trampoline_code, for better namespace-proofing.
1018 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1020 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1022 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1024 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1026 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1027 signal, check whether we hit a breakpoint before checking for a
1028 single step breakpoint. Otherwise, GDB fails to notice that a
1029 breakpoint has been hit when stepping onto a breakpoint.
1031 2002-08-16 Keith Seitz <keiths@redhat.com>
1033 * gdb-events.sh (clear_gdb_event_hooks): New function.
1034 * gdb-events.c: Regenerate.
1035 * gdb-events.h: Regenerate.
1037 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1039 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1040 not_a_sw_breakpoint.
1041 * breakpoint.h (bpstat_stop_status): Add parameter names.
1043 2002-08-16 Grace Sainsbury <graces@redhat.com>
1045 * remote.c (remote_insert_hw_breakpoint)
1046 (remote_remove_hw_breakpoint): Fix calculation of length field
1049 2002-08-15 Michael Snyder <msnyder@redhat.com>
1051 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1052 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1053 (supply_fpregset): Ditto.
1055 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1056 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1057 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1058 (TARGET_READ_SP): Delete.
1059 (DO_REGISTERS_INFO): Delete.
1060 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1062 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1063 from macros to functions.
1065 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1066 (mips_register_convertible, mips_register_convert_to_virtual,
1067 mips_register_convert_to_raw): Make static.
1068 (mips_read_sp): New function.
1069 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1070 (mips_do_registers_info): Make static.
1071 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1072 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1073 (mips_register_convert_from_type, mips_register_convert_to_type):
1075 (mips_gdbarch_init): Set up function_start_offset,
1076 register_virtual_size, pc_in_sigtramp.
1078 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1080 * infcmd.c (vector_info): New function.
1081 (_initialize_infcmd): Add command "info vector".
1082 (print_vector_info): New function.
1084 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1085 * gdbarch.h, gdbarch.c: Regenerate.
1087 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1089 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1090 ``print_all''. Only print vector registers when ``print_all''.
1092 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1094 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1095 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1097 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1098 Add `args' parameter.
1099 * gdbarch.h, gdbarch.c: Regenerate.
1101 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1103 * infcmd.c (float_info): Call print_float_info.
1104 (print_float_info): New function. By default, print the
1105 floating-point registers.
1107 * arch-utils.h (default_print_float_info): Delete declaration.
1108 * arch-utils.c (default_print_float_info): Delete function.
1110 2002-08-16 Mark Kettenis <kettenis@gnu.org>
1112 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1115 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1118 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1119 * configure.host: Make i[3456]86-*-aix host obsolete.
1120 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1121 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1122 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1123 config/i386/xm-i386aix.h: Make files obsolete.
1124 * i386aix-nat.c: Make file obsolete.
1125 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1126 (i386aix-nat.o): Make target obsolete.
1128 * config/i386/nm-gnu.h: Removed.
1129 * config/i386/nm-i386gnu.h: New file.
1130 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1131 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1133 * config/i386/tm-i386gnu.h: ... here. Removed.
1134 * config/i386/xm-i386gnu.h: Removed.
1135 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1136 (NAT_FILE): Set to nm-i386gnu.h.
1137 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1138 * i386-tdep.c: New file.
1139 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1140 (i386gnu-tdep.o): Specify dependencies.
1142 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1144 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1145 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1146 Adjust a few comments to reflect reality a bit closer.
1147 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1148 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1149 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1150 target_insert_watchpoint, target_remove_watchpoint):
1152 * config/i386/nm-i386sco5.h: ... here.
1153 (kernel_u_size): Add prototype. Improve a few comments and add
1154 protection against multiple inclusion.
1156 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1159 * uw-thread.c (SP_ARG0): Define if not already defined.
1160 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1162 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1164 * config/i386/tm-i386.h: Don't include "regcache.h".
1166 * i387-tdep.h (i387_print_float_info): New prototype.
1167 * i387-tdep.c (print_i387_value, print_i387_ext,
1168 print_i387_status_word, print_i387_control_word): Add `struct
1169 ui_file *' argument and use it for output.
1170 (i387_print_float_info): Renamed from i387_float_info. Add
1171 `struct gdbarch *' and `struct ui_file *' arguments and use the
1173 * i386-tdep.c: Include "i387-tdep.h".
1174 (i386_gdbarch_init): Set print_float_info.
1175 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1176 (FLOAT_INFO): Remove define.
1178 2002-08-13 Michael Snyder <msnyder@redhat.com>
1180 * mips-tdep.c (mips_push_arguments): Rename to
1181 mips_eabi_push_arguments, and tune for EABI.
1182 (MIPS_REGS_HAVE_HOME_P): Delete.
1183 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1184 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1185 Delete references to mips_regs_have_home_p.
1187 2002-08-14 Keith Seitz <keiths@redhat.com>
1189 * Makefile.in (install-gdbtk): Create insight plugin directory.
1190 Install plugins.tcl file.
1192 2002-08-14 Keith Seitz <keiths@redhat.com>
1194 * configure.in: Move SUBDIRS to near top of the file so that
1195 --enable options may add things to it.
1196 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1197 * configure: Regenerate.
1199 2002-08-13 Michael Snyder <msnyder@redhat.com>
1201 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1202 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1203 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1205 2002-08-13 Andrew Cagney <ac131313@redhat.com>
1207 * vax-tdep.c (vax_get_saved_register): Delete function.
1208 (vax_gdbarch_init): Update.
1209 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1210 (ns32k_gdbarch_init): Update.
1211 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1212 (alpha_gdbarch_init): Update.
1214 2002-08-13 Andrew Cagney <cagney@redhat.com>
1216 * regcache.c (init_regcache_descr): Overallocate the
1217 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1218 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1220 (set_register_cached): Add range checking assertions. Use
1223 2002-08-13 Mark Kettenis <kettenis@gnu.org>
1225 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1226 numbers for MMX registers.
1228 2002-08-13 Andrew Cagney <cagney@redhat.com>
1230 * i386-tdep.c (i386_gdbarch_init): Use
1231 generic_unwind_get_saved_register.
1233 2002-08-13 Kevin Buettner <kevinb@redhat.com>
1235 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1236 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1238 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1239 Delete. Add comment regarding this now-deleted target method.
1241 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1243 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1244 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1245 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1246 real PC and the page number (if it's within the memory bank window).
1247 (m68hc11_pseudo_register_write): Likewise when saving.
1248 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1249 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1250 (m68hc11_register_raw_size): And use 32-bit for it.
1251 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1252 16K memory bank is used by the prog; also use the virtual pc.
1254 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1256 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1257 (m68hc11_gdbarch_init): Install it in gdbarch.
1258 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1259 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1260 (MSYMBOL_SIZE): New for documentation.
1261 (insn_return_kind): Enum to specify how a function returns.
1262 (frame_extra_info): Cleanup and record the return mode.
1263 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1264 register in address computation.
1265 (m68hc11_get_return_insn): New to obtain the return instruction used
1267 (m68hc11_frame_init_saved_regs): Take into account the return
1268 instruction used by the function for far and interrupt functions.
1269 (m68hc11_init_extra_frame_info): Take into account page register.
1270 (m68hc11_frame_args_address): Adjust according to the return mode.
1271 (show_regs): Print page register only when it's used.
1273 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1275 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1276 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1277 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1279 (m68hc11_register_raw_size): Likewise.
1281 2002-08-13 Andrew Cagney <cagney@redhat.com>
1283 * i386-tdep.c (i386_register_name): Handle mmx registers.
1284 (mmx_regnum_p): New function.
1285 (i386_mmx_names): New array.
1286 (mmx_num_regs): New variable.
1287 (i386_pseudo_register_read): New function.
1288 (i386_pseudo_register_write): New function.
1289 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1291 * regcache.c (regcache_raw_read_unsigned): New function.
1292 (regcache_raw_read_signed): New function.
1293 * regcache.h (regcache_raw_read_unsigned): Declare.
1294 (regcache_raw_read_signed): Declare.
1296 2002-08-13 Andrew Cagney <cagney@redhat.com>
1298 * regcache.c (regcache_raw_read_as_address): Delete function.
1299 (regcache_cooked_read_signed): New function.
1300 (regcache_cooked_read_unsigned): New function.
1301 * regcache.h (regcache_cooked_read_signed): Declare.
1302 (regcache_cooked_read_unsigned): Declare.
1303 (regcache_raw_read_as_address): Delete declaration.
1305 * blockframe.c (generic_read_register_dummy): Use
1306 regcache_cooked_read_unsigned.
1307 * i386-tdep.c (i386_extract_struct_value_address): Use
1308 regcache_cooked_read_unsigned.
1310 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1312 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1313 double sizes according to ELF ABI flags.
1314 (gdbarch_tdep): Record elf_flags.
1316 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1318 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1319 (m6812_prolog): They can appear in 68HC12 function prologue.
1320 (m68hc11_frame_chain): Cleanup.
1322 2002-08-12 Andrew Cagney <cagney@redhat.com>
1324 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1326 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1327 (i386_linux_register_raw_size): Delete function.
1328 (i386_linux_init_abi): Update.
1329 * i386-tdep.c (i386_register_raw_size): Delete function.
1330 (i386_register_byte): Delete function.
1331 (i386_gdbarch_init): Update.
1332 (i386_register_size): Delete array.
1333 (i386_register_offset): Delete array.
1335 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1336 (REGISTER_RAW_SIZE): Delete macro.
1337 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1338 (REGISTER_BYTE): Delete macro.
1340 2002-08-11 Aidan Skinner <aidan@velvet.net>
1342 * ada-lang.c (ada_lookup_partial_symbol)
1343 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1344 prototype names so that grep ^func works properly.
1346 * ada-lang.c (ada_array_element_type)
1347 (ada_lookup_partial_symbol): Fix typos in parameter list.
1349 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1350 Fix prototype names so that grep ^func works properly.
1352 2002-08-10 Andrew Cagney <cagney@redhat.com>
1353 Elena Zannoni <ezannoni@redhat.com>
1354 Martin M. Hunt <hunt@redhat.com>
1356 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1357 (build_builtin_type_vec128i): Set the vector bit.
1358 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1359 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1360 (build_builtin_type_vec64): New function.
1361 (build_builtin_type_vec64i): New function.
1362 (build_gdbtypes): Initialize builtin_type_vec64 and
1363 builtin_type_vec64i.
1365 2002-08-09 Andrew Cagney <cagney@redhat.com>
1367 * regcache.c (regcache_dump): Compare the register offset
1369 * arch-utils.c (generic_register_byte): New function.
1370 * arch-utils.h (generic_register_byte): Declare.
1371 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1372 * gdbarch.h, gdbarch.c: Regenerate.
1374 2002-08-09 Andrew Cagney <cagney@redhat.com>
1376 * regcache.c: Include "gdbcmd.h"
1377 (_initialize_regcache): Add commands "maintenance print
1378 registers", "maintenance print raw-registers" and "maintenance
1379 print cooked-registers".
1380 (enum regcache_dump_what): Define.
1381 (dump_endian_bytes): New function.
1382 (regcache_dump): New function.
1383 (regcache_print): New function.
1384 (maintenance_print_registers): New function.
1385 (maintenance_print_raw_registers): New function.
1386 (maintenance_print_cooked_registers): New function.
1387 * Makefile.in (regcache.o): Update dependencies.
1389 2002-08-09 Michael Snyder <msnyder@redhat.com>
1391 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1392 (mips_push_arguments): Correct some comments. Use paddr_nz
1393 for printing addresses in debug output. Replace static
1394 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1395 (mips_n32n64_push_arguments): New function, cloned from
1396 mips_push_arguments and tuned for the n32/n64 ABI.
1397 (mips_push_register): Buffer needs dynamic allocation.
1398 (mips_print_register): Ditto.
1399 (do_gp_register_row): Ditto.
1400 (mips_store_return_value): Ditto.
1401 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1403 2002-08-09 Don Howard <dhoward@redhat.com>
1405 * memattr.c (mem_info_command): Print special case of upper bound
1406 as max CORE_ADDR + 1.
1408 2002-08-08 Michael Snyder <msnyder@redhat.com>
1410 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1411 returns structs by ref if they're too big to fit in two registers.
1413 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1415 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1417 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1418 mips_find_saved_regs().
1419 (mips_pop_frame): Likewise.
1421 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1423 * blockframe.c (frame_saved_regs_register_unwind): Revise
1424 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1427 2002-08-09 Grace Sainsbury <graces@redhat.com>
1429 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1430 T-packets; the 'a' is not taken as a register number.
1431 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1432 (remote_stopped_data_address): New functions; add to target
1434 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1435 prototypes to match other implementations of this
1436 function. replace integer argument with pointer -- the length
1437 field in the Z-packet is the length of what is pointed to or 1 if
1438 pointer is null. Add to target vector.
1439 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1443 * remote.c (remote_wait): Add support to extract optional
1444 watchpoint information from T-packet. Ignore unrecognized
1445 optional info in T-packet.
1446 (remote_async_wait): Ditto.
1448 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
1450 * cli/cli-dump.c: Change fopen modes to use binary open modes
1451 as defined in include/fopen-bin.h throughout.
1453 2002-08-08 Michael Snyder <msnyder@redhat.com>
1455 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1457 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1459 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1460 assertion failure by returning early after a warning.
1462 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1464 * mips-tdep.c (mips_find_saved_regs): Make static.
1465 (mips_frame_init_saved_regs): New function.
1466 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1467 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1468 (mips_find_saved_regs): Delete declaration.
1470 2002-08-08 Grace Sainsbury <graces@redhat.com>
1472 * remote.c (remote_wait, remote_async_wait): Change
1473 thread_num from int to ULONGEST.
1474 (unpack_varlen_hex): Change result parameter from
1475 int * to ULONGEST *.
1477 2002-08-08 Andrew Cagney <ac131313@redhat.com>
1479 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1480 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1482 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1484 2002-08-08 Andrew Cagney <cagney@redhat.com>
1486 * gcore.c (override_derive_stack_segment): Delete variable.
1487 (preempt_derive_stack_segment): Delete function.
1488 (derive_stack_segment): Delete function.
1489 (default_derive_stack_segment): Renamed to derive_stack_segment.
1490 (override_derive_heap_segment): Delete variable.
1491 (preempt_derive_heap_segment): Delete function.
1492 (derive_heap_segment): Delete function.
1493 (default_derive_heap_segment): Rename to derive_heap_segment.
1495 2002-08-06 Michael Snyder <msnyder@redhat.com>
1497 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1498 * mips-tdep.c (mips_EABI_use_struct_convention,
1499 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1500 New functions. (mips_use_struct_convention): Delete.
1501 (mips_gdbarch_init): set use_gdbarch_convention.
1503 2002-08-06 Michael Snyder <msnyder@redhat.com>
1505 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1506 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1507 mips_o32_reg_struct_has_addr): New functions.
1508 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1510 2002-08-07 Andrew Cagney <ac131313@redhat.com>
1512 * regcache.c (pseudo_register): Delete function.
1513 (fetch_register): Delete function.
1514 (store_register): Delete function.
1515 (regcache_raw_read, legacy_read_register_gen): Use
1516 target_fetch_registers instead of fetch_register.
1517 (legacy_write_register_gen, regcache_raw_write): Use
1518 target_store_register instead of store_register.
1519 (write_register_bytes): Ditto.
1521 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1522 (STORE_PSEUDO_REGISTER): Delete.
1523 * gdbarch.h, gdbarch.c: Regenerate.
1525 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
1527 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1528 write dump file binary.
1530 2002-08-05 Michael Snyder <msnyder@redhat.com>
1532 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1533 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1534 (mips_gdbarch_init): Set N32 target to be mips64.
1536 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1538 * frame.c (find_saved_register): Break out of loop once saved
1539 register address is found. Don't mention sparc in loop comment
1542 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1544 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1545 mips_default_saved_regsize to 8.
1547 2002-08-06 Andrew Cagney <ac131313@redhat.com>
1549 * gcore.c: Do not include <sys/procfs.h>.
1550 * Makefile.in (gcore.o): Update dependencies.
1552 2002-08-06 Andrew Cagney <cagney@redhat.com>
1554 * configure.tgt: Make arc-*-* obsolete.
1555 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1556 * MAINTAINERS: Make arc-elf obsolete.
1557 * arc-tdep.c: Make file obsolete.
1558 * config/arc/arc.mt: Ditto.
1559 * config/arc/tm-arc.h: Ditto.
1561 2002-08-05 Theodore A. Roth <troth@verinet.com>
1563 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1565 2002-08-05 Andrew Cagney <ac131313@redhat.com>
1567 * mcore-tdep.c (mcore_gdbarch_init): Use
1568 generic_unwind_get_saved_register instead of
1569 generic_get_saved_register.
1570 * v850-tdep.c (v850_gdbarch_init): Ditto.
1571 * frv-tdep.c (frv_gdbarch_init): Ditto.
1572 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1573 * s390-tdep.c (s390_gdbarch_init): Ditto.
1574 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1575 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1576 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1578 2002-08-05 Joel Brobecker <brobecker@gnat.com>
1580 * objfiles.h: Add missing #include "symfile.h"
1582 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1584 2002-08-04 Andrew Cagney <ac131313@redhat.com>
1586 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1587 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1590 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
1592 * NEWS: Cleanup and nitpick.
1594 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1596 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1598 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1600 * Makefile.in (gdbtk-bp.o): Update dependencies.
1601 (gdbtk-register.o): Ditto.
1602 (gdbtk-varobj.o): Ditto.
1604 2002-08-03 Andrew Cagney <cagney@redhat.com>
1606 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1607 m68hc11_fetch_pseudo_register.
1608 (m68hc11_pseudo_register_write): Replace
1609 m68hc11_store_pseudo_register.
1610 (m68hc11_gdbarch_init): Update.
1612 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1614 * gdbarch.sh: Include "gdb_string.h".
1615 * gdbarch.c: Regenerate.
1617 * regcache.c: Include "gdb_string.h".
1618 * ax-general.c: Ditto.
1620 * std-regs.c: Ditto.
1621 * fbsd-proc.c: Ditto.
1624 * Makefile.in (regcache.o): Update dependencies.
1625 (thread.o, gdbarch.o): Ditto.
1626 (ax-general.o, gdbarch.o): Ditto.
1627 (varobj.o, std-regs.o): Ditto.
1628 (fbsd-proc.o): Specify dependencies.
1630 2002-08-02 Andrew Cagney <cagney@redhat.com>
1632 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1634 (regcache_cooked_write): Ditto.
1636 2002-08-02 Andrew Cagney <ac131313@redhat.com>
1638 * regcache.c (regcache_cooked_read): New function.
1639 (regcache_cooked_write): New function.
1640 (read_register_gen): Rewrite using regcache_cooked_read.
1641 (write_register_gen): Rewrite using regcache_cooked_write.
1643 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1646 2002-08-02 Andrew Cagney <cagney@redhat.com>
1648 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1649 Replace the architecture methods register_read and register_write.
1650 * gdbarch.h, gdbarch.c: Regenerate.
1651 * regcache.c (init_regcache_descr): Update.
1652 (read_register_gen): Update.
1653 (write_register_gen): Update.
1654 (supply_register): Update comment.
1656 * sh-tdep.c (sh_gdbarch_init): Update.
1657 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1658 `regcache' and `gdbarch' parameters. Make `buffer' a void
1659 pointer. Update code.
1660 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1661 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1662 void pointer. Update code.
1663 (sh64_register_write): Delete.
1664 (sh4_register_read): Delete.
1665 (sh64_register_read): Delete.
1666 (sh4_register_write): Delete.
1667 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1668 void pointer, `to' parameter a void pointer.
1669 (sh_sh64_register_convert_to_raw): Ditto.
1671 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1673 * mips-tdep.c (mips_register_virtual_type): Use architecture
1674 invariant return values.
1676 2002-08-01 Andrew Cagney <cagney@redhat.com>
1678 * linux-proc.c: Include "gdb_string.h".
1679 * Makefile.in (linux-proc.o): Update dependency list.
1681 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1683 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1686 2002-08-01 Grace Sainsbury <graces@redhat.com>
1688 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1689 to_insert_watchpoint, to_remove_watchpoint,
1690 to_stopped_by_watchpoint, to_stopped_data_address,
1691 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1692 target vecctor. Define their corresponding macros so they call
1695 * target.c: Add default and debug versions of for
1696 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1697 to_insert_watchpoint, to_remove_watchpoint,
1698 to_stopped_by_watchpoint, to_stopped_data_address,
1699 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1701 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1703 * mips-tdep.c (mips_register_virtual_type): New function.
1704 (mips_gdbarch_init): Register mips_register_virtual_type()
1705 with gdbarch machinery.
1706 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1707 this file instead of tm-bigmips.h.
1708 (MIPS_REGSIZE): Delete this macro.
1709 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1710 multiarch version in mips-tdep.c will be found.
1712 2002-08-01 Andrew Cagney <cagney@redhat.com>
1714 * NEWS: Menion that CHILL has been made obsolete.
1716 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1717 * stabsread.c (read_range_type): Ditto.
1718 * gdbtypes.h: Ditto.
1719 * language.c (binop_type_check): Ditto.
1720 (binop_result_type): Ditto.
1721 (integral_type): Ditto.
1722 (character_type): Ditto.
1723 (string_type): Ditto.
1724 (boolean_type): Ditto.
1725 (structured_type): Ditto.
1726 (lang_bool_type): Ditto.
1727 (binop_type_check): Ditto.
1728 * language.h (_LANG_chill): Ditto.
1729 * dwarfread.c (set_cu_language): Ditto.
1730 * dwarfread.c (CHILL_PRODUCER): Ditto.
1731 * dwarfread.c (handle_producer): Ditto.
1732 * expression.h (enum exp_opcode): Ditto.
1733 * eval.c: Ditto for comments.
1734 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1735 * expprint.c (print_subexp): Ditto.
1736 (print_subexp): Ditto.
1737 * valops.c (value_cast): Ditto.
1738 (search_struct_field): Ditto.
1739 * value.h (COERCE_VARYING_ARRAY): Ditto.
1740 * symfile.c (init_filename_language_table): Ditto.
1741 (add_psymbol_with_dem_name_to_list): Ditto.
1742 * valarith.c (value_binop): Ditto.
1744 * valops.c (value_slice): Ditto.
1745 * symtab.h (union language_specific): Ditto.
1746 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1747 (SYMBOL_DEMANGLED_NAME): Ditto.
1748 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1749 * defs.h (enum language): Ditto.
1750 * symtab.c (got_symtab): Ditto.
1751 * utils.c (fprintf_symbol_filtered): Ditto.
1753 * ch-typeprint.c: Make file obsolete.
1754 * ch-valprint.c: Make file obsolete.
1755 * ch-lang.h: Make file obsolete.
1756 * ch-exp.c: Make file obsolete.
1757 * ch-lang.c: Make file obsolete.
1759 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1761 (TARGET_FLAGS_TO_PASS): Ditto.
1762 (CHILLFLAGS): Obsolete.
1764 (CHILL_FOR_TARGET): Obsolete.
1765 (CHILL_LIB): Obsolete.
1766 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1768 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1769 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1771 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1774 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1776 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1777 This does not change anything at the moment, but will be helpful
1778 later when full Ada support is integrated.
1780 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1782 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1785 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1787 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1788 and save it in a local variable. Use variable in later test.
1790 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1792 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1793 test. (Thanks to Daniel Jacobowitz.)
1795 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1797 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1798 (mips_abi_strings): Add "n64".
1799 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1801 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1803 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1804 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1806 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1808 * utils.c (host_pointer_to_address, address_to_host_pointer):
1809 Use gdb_assert() instead of explicit call to internal_error().
1811 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1813 * Makefile.in (rs6000-nat.o): Update dependencies.
1815 From Nicholas Duffek:
1816 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1817 (aix-thread.o): New rule.
1818 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1819 * config/powerpc/aix432.mh: New file.
1821 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1823 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1824 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1825 (fetch_core_registers, ppc_linux_supply_gregset)
1826 (ppc_linux_supply_fpregset): New functions.
1827 (ppc_linux_regset_core_fns): New.
1828 (_initialize_ppc_linux_tdep): Call add_core_fns.
1829 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1830 and ppc_linux_supply_gregset.
1831 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1832 (supply_fpregset): Call ppc_linux_supply_fpregset.
1833 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1835 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1837 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1839 * symtab.c (lookup_symbol): Demangle before lowercasing.
1841 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1843 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1845 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1846 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1847 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1848 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1850 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1851 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1852 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1853 (avr-tdep.o, mon960-rom.o): Ditto.
1854 (aout_stabs_gnu_h): Define.
1855 (symtab_h): Remove $(gdb_obstack_h).
1857 2002-07-30 Jim Blandy <jimb@redhat.com>
1859 Patch from David Carlton <carlton@math.stanford.edu>:
1860 * gdbinit.in: Move the `dir' commands that add GDB's own source
1861 directory to the search path to the end, so that the `gdb' source
1862 directory will be searched first.
1864 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1866 * gdb_obstack.h: New file.
1867 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1868 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1869 * objfiles.h: Include "gdb_obstack.h".
1870 * Makefile.in (gdb_obstack_h): Define.
1871 (symtab_h): Add $(gdb_obstack_h).
1872 (objfiles_h): Add $(gdb_obstack_h).
1874 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1875 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1876 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1877 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1878 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1879 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1880 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1881 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1883 * Makefile.in (bcache.o): Update dependencies.
1884 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1885 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1886 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1887 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1888 (stabsread.o, symfile.o, symmisc.o): Ditto.
1889 (symtab.o, typeprint.o, macroexp.o): Ditto.
1890 (macrotab.o, mdebugread.o): Ditto.
1891 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1892 (coff_ecoff_h, aout_aout64_h): Define.
1893 (aout_stabs_gnu_h, libaout_h): Define.
1895 2002-07-29 Andrew Cagney <cagney@redhat.com>
1897 * regcache.c (struct regcache_descr): Rename nr_registers to
1898 nr_cooked_registers. Revise comments describing the structure
1900 (init_regcache_descr): Update.
1901 (init_legacy_regcache_descr): Update.
1902 (read_register_gen, write_register_gen): When a cooked register in
1903 the raw register range, directly access the value from the raw
1906 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1908 * z8k-tdep.c: Do not include "obstack.h".
1909 * h8300-tdep.c, h8500-tdep.c: Ditto.
1910 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1911 * valprint.c, v850-tdep.c: Ditto.
1912 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1913 * mn10200-tdep.c: Ditto.
1915 * Makefile.in (z8k-tdep.o): Update dependencies.
1916 (m68hc11-tdep.o, valprint.o): Ditto.
1917 (v850-tdep.o, d10v-tdep.o): Ditto.
1918 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1919 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1920 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1921 (sh_opc_h, gdb_sim_sh_h): Define.
1922 (elf_sh_h, elf_bfd_h): Define.
1923 (opcode_m68hc11_h): Define.
1924 (OPCODES_SRC, OPCODES_DIR): define.
1925 (OPCODES): Use $(OPCODES_DIR).
1926 (gdb_sim_d10v_h): Rename sim_d10v_h.
1927 (gdb_sim_arm_h): Rename sim_arm_h.
1929 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1931 * utils.c (host_pointer_to_address, address_to_host_pointer):
1932 Change internal_error() message to indicate function responsible
1935 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1937 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1938 calls to local_hex_string_custom().
1940 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1942 * irix5-nat.c: Move IRIX shared library support from here...
1943 * solib-irix.c: ...to here. Revised substantially to work with
1944 generic solib framework.
1946 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1947 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1948 * mips-irix-tdep.c: New file.
1950 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1951 (mips-irix-tdep.o, solib-irix.o): New rules.
1952 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1954 * config/mips/irix6.mt (TDEPFILES): Likewise.
1955 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1957 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1959 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1960 disabled (via ``#if 0'') includes.
1962 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1964 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1965 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1966 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1967 Add support for the fpscr register.
1968 * rs6000-nat.c (regmap, fetch_inferior_registers)
1969 (store_inferior_registers, fetch_core_registers): Likewise.
1971 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1973 * rs6000-nat.c (language.h): Include.
1974 (special_regs): Delete this array.
1975 (regmap): New function.
1976 (fetch_register, store_register): Use regmap() to map gdb
1977 register numbers to ptrace register numbers. Also, use
1978 outputs from regmap() to make decisions regarding type of
1979 ptrace() call to make. In particular, don't compare against
1980 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1981 (fetch_inferior_registers, store_inferior_registers): Where
1982 possible, obtain register numbers from tdep struct. Don't
1983 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1984 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1985 (LAST_UISA_SP_REGNUM): Delete.
1987 2002-07-25 Kevin Buettner <kevinb@redhat.com>
1989 * rs6000-nat.c (ppc-tdep.h): Include.
1990 (fetch_registers, store_register, fetch_core_registers): Don't
1991 access registers[] directly. Instead, use supply_register() or
1992 regcache_collect() as appropriate.
1993 (find_toc_address): Format hex address with local_hex_string().
1995 2002-07-25 Andrew Cagney <ac131313@redhat.com>
1997 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2000 2002-07-24 Tom Tromey <tromey@redhat.com>
2002 * jv-exp.y: Marked all strings with _().
2003 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2005 (MethodInvocation, CastExpression, parse_number, yyerror,
2006 java_type_from_name, push_expression_name, yylex): Typo fixes.
2008 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2010 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2011 (tee_file_flush, tee_file_write, tee_file_fputs)
2012 (tee_file_isatty): New.
2013 * ui-file.h (tee_file_new): Add prototype.
2015 2002-07-24 Aidan Skinner <aidan@velvet.net>
2017 * ada-lang.c: Change k&r style function definitions to prototyped
2019 * ada-typeprint.c: Change k&r style function definitions to prototyped
2021 * ada-valprint.c: Change k&r style function definitions to prototyped
2024 2002-07-24 Andrew Cagney <cagney@redhat.com>
2026 * README: Remove reference to remote-bug.
2027 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2029 (m88k-nat.o): Delete rule.
2030 (m88k-tdep.o): Delete rule.
2031 (remote-bug.o): Delete rule.
2032 * MAINTAINERS: Mark as obsolete.
2033 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2034 * m88k-tdep.c: Make file obsolete.
2035 * config/m88k/m88k.mh: Ditto.
2036 * config/m88k/delta88v4.mh: Ditto.
2037 * config/m88k/delta88v4.mt: Ditto.
2038 * config/m88k/delta88.mt: Ditto.
2039 * config/m88k/delta88.mh: Ditto.
2040 * remote-bug.c: Ditto.
2041 * config/m88k/tm-delta88.h: Ditto.
2042 * config/m88k/nm-delta88v4.h: Ditto.
2043 * config/m88k/xm-delta88.h: Ditto.
2044 * config/m88k/xm-dgux.h: Ditto.
2045 * config/m88k/tm-m88k.h: Ditto.
2046 * config/m88k/nm-m88k.h: Ditto.
2047 * config/m88k/tm-delta88v4.h: Ditto.
2048 * m88k-nat.c: Ditto.
2049 * cxux-nat.c: Ditto.
2050 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2051 and m88*-*-* obsolete.
2052 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2055 2002-07-24 Andrew Cagney <cagney@redhat.com>
2057 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2058 constant. Same for local pointer variables.
2059 (extract_signed_integer): Ditto.
2060 * defs.h (extract_unsigned_integer): Update.
2061 (extract_signed_integer): Update.
2063 2002-07-24 Andrew Cagney <cagney@redhat.com>
2065 * regcache.c (regcache_raw_write): Change buf parameter to a
2066 constant void pointer.
2067 (regcache_raw_read): Change buf parameter to a void pointer.
2068 (legacy_write_register_gen): Change myaddr parameter a constant
2070 (supply_register): Change val parameter to a const void pointer.
2071 * regcache.h (regcache_raw_write): Update declaration.
2072 (regcache_raw_read): Update declaration.
2073 (supply_register): Update declaration.
2075 2002-07-24 Tom Tromey <tromey@redhat.com>
2077 * defs.h (gdb_readline_wrapper): Declare.
2078 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2079 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2080 * top.c (gdb_readline_wrapper): New function.
2081 (command_line_input): Use it.
2083 2002-07-24 Andrew Cagney <cagney@redhat.com>
2085 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2086 regcache_read and regcache_write.
2087 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2088 * regcache.c: Update.
2089 * sh-tdep.c (sh64_push_arguments): Update comment.
2090 (sh_pseudo_register_read): Update.
2091 (sh_pseudo_register_write): Update.
2092 (sh4_register_read): Update.
2093 (sh4_register_write): Update.
2094 (sh64_pseudo_register_read): Update.
2095 (sh64_pseudo_register_write): Update.
2096 (sh64_register_read): Update.
2097 (sh64_register_write): Update.
2098 * i386-tdep.c (i386_extract_return_value): Update.
2099 (i386_extract_struct_value_address): Update.
2100 (i386_extract_return_value): Update.
2101 * blockframe.c (generic_read_register_dummy): Update.
2102 (generic_call_dummy_register_unwind): Update
2103 * infrun.c (write_inferior_status_register): Update.
2105 2002-07-23 Jim Blandy <jimb@redhat.com>
2107 * parser-defs.h (expression_context_pc): Make this extern.
2108 (Thanks to Michael Snyder.)
2110 2002-07-23 Andrew Cagney <ac131313@redhat.com>
2112 GDB 5.2.1 released from 5.2 branch.
2113 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2114 * README: Update to mention 5.2.1.
2116 2002-07-23 Mark Salter <msalter@redhat.com>
2118 * remote.c (remote_read_bytes): Fix check for error.
2120 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2122 * aix-thread.c (language.h): Include.
2123 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2124 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2125 Print newlines at end of debug messages.
2126 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2127 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2129 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2131 * aix-thread.c (ppc-tdep.h): Include.
2132 (special_register_p): New function.
2133 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2134 (store_regs_user_thread): Use register number information from
2135 gdbarch_tdep struct instead of hardcoded offsets relative to
2136 FIRST_UISA_SP_REGNUM.
2137 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2138 special_register_p() instead of using FPLAST_REGNUM and
2139 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2140 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2141 will be MQ's register number.
2143 2002-07-22 Michael Snyder <msnyder@redhat.com>
2145 * aix-thread.c (ops): Rename to aix_thread_ops.
2146 (base_ops): Rename to base_target.
2147 (ops_attach): Rename to aix_thread_attach.
2148 (ops_detach): Rename to aix_thread_detach.
2149 (ops_resume): Rename to aix_thread_detach.
2150 (ops_wait): Rename to aix_thread_wait.
2151 (ops_kill): Rename to aix_thread_kill.
2152 (init_ops): Rename to init_aix_thread_ops.
2153 (ops_fetch_register): Rename to aix_thread_fetch_register.
2154 (ops_store_register): Rename to aix_thread_store_register.
2155 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2156 (ops_thread_alive): Rename to aix_thread_thread_alive.
2157 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2158 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2159 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2160 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2161 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2162 (store_regs_lib): Rename to store_regs_user_thread.
2163 (store_regs_kern): Rename to store_regs_kernel_thread.
2165 2002-07-22 Michael Snyder <msnyder@redhat.com>
2167 * aix-thread.c (ops_prepare_to_store): Eliminate.
2168 (init_ops): Don't initialize ops.prepare_to_store.
2169 (store_regs_kern): Pre-fetch register buffers from child,
2170 because some registers may not be in the cache. Copy
2171 regs from register cache only if they are cached.
2172 (store_regs_lib): Copy regs from register cache only
2174 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2175 fill_gprs64): Ditto.
2177 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2179 * aix-thread.c (gdb_assert.h): Include.
2180 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2181 register sizes (from register cache) match size of buffer holding
2183 (fill_sprs32): Change parameter types to match those in the ptrace()
2185 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2186 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2188 2002-07-22 Michael Snyder <msnyder@redhat.com>
2190 * aix-thread.c (supply_sprs64): Cosmetic change.
2191 (supply_sprs32): Cosmetic change.
2192 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2193 (fill_sprs64): Use regcache_collect instead of read_register.
2194 (store_regs_lib): Use regcache_collect instead of
2195 read_register. Use fill_sprs32 instead of fill_sprs64,
2196 if debugging a 32-bit architecture.
2197 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2198 out of the register cache, instead of passing a pointer into
2199 the register cache directly to ptrace. Use regcache_collect
2200 insteaad of read_register.
2201 (ops_prepare_to_store): Use target_read_registers instead
2202 of read_register_bytes.
2204 2002-07-20 Aidan Skinner <aidan@velvet.net>
2206 * MAINTAINERS: Add self under write after approval.
2208 2002-07-20 Aidan Skinner <aidan@velvet.net>
2210 * ada-tasks.c: Change k&r style function definitions to prototyped
2213 2002-07-19 Andrew Cagney <ac131313@redhat.com>
2215 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2216 * x86-64-tdep.c: Include "objfiles.h".
2217 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2218 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2220 2002-07-17 Michal Ludvig <michal@suse.cz>
2222 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2223 (update_context): Initialise cfa variable.
2225 2002-07-17 Michael Snyder <msnyder@redhat.com>
2227 * aix-thread.c: Shorten some long lines.
2228 Bring comments into line with code spec.
2230 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2232 * infrun.c: Re-indent using gdb_indent.sh.
2234 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2236 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2237 Leave the indentation temporarily untouched, to minimize the diffs.
2239 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
2241 * stabsread.c: Make os9k sections of the code obsolete,
2243 * stabsread.h: Make os9k sections of the code obsolete.
2245 2002-07-18 Michal Ludvig <mludvig@suse.cz>
2247 * linux-low.c (regsets_store_inferior_registers): Add free()
2248 at the end of a loop to prevent memory leak.
2249 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2250 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2251 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2253 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2255 2002-07-17 Jim Blandy <jimb@redhat.com>
2257 * macrocmd.c (info_macro_command): Remove newline from error
2260 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2262 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2263 (sh_gdbarch_init): Use it for sh-dsp.
2265 2002-07-16 Kevin Buettner <kevinb@redhat.com>
2267 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2268 64-bit DWARF2 format.
2270 2002-07-16 Joel Brobecker <brobecker@gnat.com>
2272 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2273 <sys/proc.h> when not available.
2275 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2277 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2278 * stabsread.c: Make os9k sections of the code obsolete.
2279 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2280 * config/i386/i386os9k.mt: Make file obsolete.
2281 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2282 (COMMON_OBS): Remove os9kread.o
2283 (SFILES): Remove os9kread.c.
2284 (os9kread.o, remote-os9k.o): Make target obsolete.
2285 * remote-os9k.c: Make file obsolete.
2286 * os9kread.c: Make file obsolete.
2289 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2291 * NEWS: Mention that the FR30 has been made obsolete.
2292 * fr30-tdep.c: Make file obsolete.
2293 * config/fr30/tm-fr30.h: Ditto.
2294 * config/fr30/fr30.mt: Ditto.
2295 * configure.tgt: Make fr30-*-elf obsolete.
2296 * MAINTAINERS: Make fr30-elf obsolete.
2298 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2300 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2301 found is not inside a section.
2303 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2305 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2307 (pdc_realloc): Use xrealloc() instead of realloc().
2309 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2311 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2312 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2313 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2316 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2318 * aix-thread.c (ptrace_check): Eliminate goto.
2319 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2322 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2324 * aix-thread.c (gdbcmd.h): Include.
2325 (DEBUG, DBG, DBG2, dbg): Eliminate.
2326 (debug_aix_thread): New static global.
2327 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2328 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2329 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2330 invocations to DBG and DBG2 macros to test against
2331 ``debug_aix_thread'' and call fprintf_unfiltered().
2332 (_initialize_aix_thread): Add new command "set debug aix-thread".
2334 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2336 From Gerhard Tonn <TON@de.ibm.com>:
2337 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2338 instead of supply_register.
2340 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2342 * dwarf2cfi.c: Include "gdb_assert.h".
2343 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2345 (update_context): Do not use __func__. Add missing ``break''.
2346 (update_context): Do not use __func__.
2348 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
2350 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2351 and its setting. Set gdbarch instruction printing functions
2352 directly. For non-rs6000 case use new function
2353 gdb_print_insn_powerpc.
2354 (gdb_print_insn_powerpc): New function.
2356 2002-07-13 Andrew Cagney <ac131313@redhat.com>
2358 * NEWS: Mention that the d30v has been marked obsolete.
2359 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2360 * configure.tgt: Mark d30v-*-* as obsolete.
2361 * d30v-tdep.c: Mark file as obsolete.
2362 * config/d30v/d30v.mt: Ditto.
2363 * config/d30v/tm-d30v.h: Ditto.
2365 2002-07-13 Aidan Skinner <aidan@velvet.net>
2367 * ada-tasks.c (add_task_entry): replace calls to
2368 malloc() with xmalloc
2369 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2371 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2372 ada_finish_decode_line_1, all_sals_for_line
2373 ada_breakpoint_rewrite): replace calls to free() with xfree()
2375 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2377 From Nicholas Duffek (with minor changes by Martin Hunt,
2378 Louis Hamilton, and Kevin Buettner):
2379 * aix-thread.c: New file.
2381 2002-07-12 Petr Sorfa <petrs@caldera.com>
2383 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2384 complaint for invalid attribute class or form.
2385 (read_func_scope): DW_AT_frame_base
2386 better handling of DW_AT_block*.
2387 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2388 better handling of DW_AT_block*.
2389 (read_common_block): DW_AT_location
2390 better handling of DW_AT_block*.
2391 (read_partial_die): DW_AT_location better handling
2393 (new_symbol): DW_AT_external better handling of
2394 DW_AT_block*. Proper initialization of variable
2396 (attr_form_is_block): New function that returns true
2397 if the attribute's form is of DW_FORM_block*.
2399 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2401 * valops.c (find_method_list): Remove comment about
2402 removed STATIC_MEMFUNCP argument.
2403 (value_find_oload_method_list): Likewise.
2405 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2407 From Nicholas Duffek:
2408 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2409 target_new_objfile_hook.
2411 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2413 From Nicholas Duffek:
2414 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2417 2002-07-12 Andrew Cagney <cagney@redhat.com>
2419 * MAINTAINERS: Mention --enable-sim-build-warnings.
2420 (m68hc11-elf): Disable sim build warnings.
2421 (m32r-elf): Mark as broken obsolete candidate.
2422 (x86_64-linux-gnu): Mark as buildable with -Werror.
2423 (arm-elf): Change -w to ``,'' which enables warnings but not
2426 2002-07-12 Andrew Cagney <ac131313@redhat.com>
2428 * bcache.h: Update copyright.
2429 (struct bstring, struct bcache): Move definition to "bcache.c".
2430 Replaced by opaque declaration.
2431 (bcache_xfree): Replace free_bcache.
2432 (bcache_xmalloc, bcache_memory_used): Declare.
2434 * bcache.c: Update copyright.
2435 (struct bstring, struct bcache): Moved to here from "bcache.h".
2437 (bcache_xmalloc, bcache_memory_used): New functions.
2438 (bcache_xfree): Replace function free_bcache.
2440 * Makefile.in (objfiles.o): Add $(bcache_h).
2441 (objfiles_h): Remove $(bcache_h).
2442 (symfile.o): Add $(bcache_h).
2444 * symmisc.c: Update copyright.
2445 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2446 (print_objfile_statistics): Use bcache_memory_used.
2448 * symfile.c: Include "bcache.h".
2449 (reread_symbols): Use bcache_xfree.
2450 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2451 (add_psymbol_to_list): Pass psymbol_cache by value.
2452 (add_psymbol_with_dem_name_to_list): Ditto.
2454 * objfiles.h: Update copyright.
2455 (struct bcache): Declare opaque. Do not include "bcache.h".
2456 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2458 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2460 * objfiles.c: Include "bcache.h". Update copyright.
2461 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2463 (free_objfile): Use bcache_xfree.
2465 2002-07-11 Grace Sainsbury <graces@redhat.com>
2467 * monitor.c (monitor_fetch_register): Make name a constant.
2468 (monitor_store_register): Same.
2470 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
2472 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2473 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2474 (finish_block) For non-function blocks, hash the symbol table. For
2475 function blocks, mark the symbol table as unhashed.
2476 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2477 (msymbol_hash_iw): Likewise.
2478 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2480 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2481 (lookup_minimal_symbol): Likewise for both.
2482 * symtab.h (struct block): Add `hashtable' flag. Comment the
2484 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2485 (ALL_BLOCK_SYMBOLS): Update.
2486 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2487 (struct symbol): Add `hash_next' pointer.
2488 * symtab.c (lookup_block_symbol): Search using the hash table when
2490 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2491 (search_symbols, find_addr_symbol): Likewise.
2493 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2494 (read_dst_symtab): Likewise.
2495 * jv-lang.c (get_java_class_symtab): Likewise.
2496 * mdebugread.c: Include "gdb_assert.h".
2497 (shrink_block): Assert that the block being modified is not hashed.
2498 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2499 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2501 (dump_symtab): Recognize hashed blocks.
2502 * printcmd.c (print_frame_args): Assert that function blocks do not
2503 have hashed symbol tables.
2504 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2505 (fill_in_ada_prototype, debug_print_block): Likewise.
2506 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2508 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
2510 * stack.c (print_frame): Use result of frame_address_in_block()
2511 instead of fi->pc when evaluating symbols.
2512 (backtrace_command_1): Ditto.
2514 2002-07-11 Andrew Cagney <cagney@redhat.com>
2516 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2519 * arm-tdep.c (arm_register_name): Make return type constant.
2521 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2523 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2525 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2526 * s390-tdep.c (s390_fp_regnum): Ditto.
2527 (s390_read_fp): Ditto.
2528 (s390_pop_frame): Ditto.
2529 (_initialize_s390_tdep): Ditto.
2530 * remote.c (get_remote_state): Ditto.
2531 * procfs.c (mappingflags): Ditto.
2532 * memattr.c (_initialize_mem): Ditto.
2533 * mcore-tdep.c (mcore_pop_frame): Ditto.
2534 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2535 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2536 * language.c (set_case_str): Ditto.
2537 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2538 * frv-tdep.c (new_variant): Ditto.
2539 (frv_stopped_data_address): Ditto.
2540 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2541 (context_alloc): Ditto.
2542 (frame_state_alloc): Ditto.
2543 (unwind_tmp_obstack_init): Ditto.
2544 (unwind_tmp_obstack_free): Ditto.
2545 (cfi_read_fp): Ditto.
2546 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2547 (cris_pop_frame): Ditto.
2548 * c-lang.c (scanning_macro_expansion): Ditto.
2549 (finished_macro_expansion): Ditto.
2550 (c_preprocess_and_parse): Ditto.
2551 * gdbarch.sh: Ditto.
2552 * gdbarch.h, gdbarch.c: Regenerate.
2553 * config/mn10200/tm-mn10200.h: Adjust indentation.
2554 * target.c: Adjust indentation.
2555 * symtab.h: Adjust indentation.
2556 * stabsread.h: Adjust indentation.
2557 * remote-es.c: Adjust indentation.
2558 * os9kread.c: Adjust indentation.
2560 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2562 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2563 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2565 2002-07-10 Grace Sainsbury <graces@redhat.com>
2567 * NEWS: Mention m68k, mcore multi-arching.
2568 * MAINTAINERS: Change status of m68k, mcore to reflect
2571 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
2573 * valops.c (find_overload_match): Free oload_syms.
2575 2002-07-09 Joel Brobecker <brobecker@gnat.com>
2577 Define HAVE_SYS_PROC_H if sys/proc.h exists
2578 * configure.in: Add check for sys/proc.h
2579 * config.in: Regenerate.
2580 * configure: Regenerate.
2582 2002-07-09 Grace Sainsbury <graces@redhat.com>
2584 * config/m68k/tm-m68k.h: Remove macros wrapped in
2585 #if !GDB_MULTI_ARCH.
2587 2002-07-08 Andrew Cagney <ac131313@redhat.com>
2589 * config.in, configure: Regenerate.
2591 2002-07-08 Mark Kettenis <kettenis@gnu.org>
2593 * dwarf2cfi.c: Include "gcore.h".
2594 (execute_stack_op): Fix implementation of the
2595 DW_OP_deref and DW_OP_deref_size operators by letting do their
2596 lookup in the target.
2598 2002-07-07 Mark Kettenis <kettenis@gnu.org>
2600 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2601 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2604 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
2606 Fix PR gdb/595, gdb/602
2607 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2608 Don't call value_cast, just read the vtable pointer; update comments
2611 2002-07-05 Grace Sainsbury <graces@redhat.com>
2613 * config/mcore/tm-mcore.h: Remove file.
2614 * config/mcore/mcore.mt: Remove definition of TM_FILE
2615 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2617 2002-07-05 Mark Kettenis <kettenis@gnu.org>
2619 * i386bsd-tdep.c: Include "gdb_string.h".
2621 2002-07-04 Grace Sainsbury <graces@redhat.com>
2623 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2624 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2626 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2627 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2628 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2629 (RETVAL_REGNUM): Move macros from tm-mcore.h
2630 (mcore_reg_struct_has_addr): New function.
2631 (mcore_gdbarch_init): Added initializations for the macros removed
2634 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2636 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2637 traditonal string branding within the ELF header.
2639 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
2641 * symtab.c (remove_params): New function.
2642 (make_symbol_overload_list): Use it instead of cplus_demangle.
2643 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2645 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2647 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2649 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2651 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2652 and tdep->sigtramp_end.
2653 * i386obsd-nat.c: New file.
2654 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2656 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2657 Don't call get_current_frame().
2659 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2661 * i386-nat.c (child_post_startup_inferior): New function
2662 calling i386_cleanup_dregs if
2663 I386_USE_GENERIC_WATCHPOINTS is defined.
2664 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2665 conditional to acknowledge that i386-nat.c has its
2666 own child_post_startup_inferior function.
2668 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2670 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2671 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2672 instead of MAX_REGISTER_RAW_SIZE.
2673 (i386_extract_return_value, i386_extract_struct_value_address):
2674 Convert to use regcache.
2675 (i386_gdbarch_init): Set max_register_raw_size and
2676 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2677 Set extract_return_value and extract_struct_value_address instead
2678 of their deprecated variants.
2680 Convert i386 target to generic dummy frames.
2681 * i386-tdep.c: Include "symfile.h".
2682 (i386_frameless_signal_p): Consider a function to be frameless if
2683 the pc points at the first instruction of the function.
2684 (i386_frame_chain): Handle (generic) call dummies.
2685 (i386_frame_saved_pc): Likewise.
2686 (i386_frame_init_saved_regs): Remove code dealing with call
2687 dummies on the stack.
2688 (i386_push_dummy_frame): Removed.
2689 (i386_call_dummy_words): Removed.
2690 (i386_fix_call_dummy): Removed.
2691 (i386_push_return_address): New function.
2692 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2693 parameter, and don't call get_current_frame.
2694 (i386_pop_frame): New function.
2695 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2696 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2697 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2698 call_dummy_length to 0, set call_dummy_words to NULL, set
2699 sizeof_call_dummy_words to 0, set fix_call_dummy to
2700 generic_fix_call_dummy, set pc_in_call_dummy to
2701 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2702 generic_push_dummy_frame, set push_return_address to
2703 i386_push_return_address and set frame_chain_valid to
2704 generic_file_frame_chain_valid.
2706 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2708 * gdbarch.sh (struct regcache): Add opaque declaration.
2709 (EXTRACT_RETURN_VALUE): New architecture method.
2710 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2711 * gdbarch.h, gdbarch.c: Regenerate.
2712 * arch-utils.c (legacy_extract_return_value): New function.
2713 * arch-utils.h (legacy_extract_return_value): Declare.
2714 * values.c (value_being_returned): Re-enable code handling
2715 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2716 deprecated_grub_regcache_for_registers call to block handling
2717 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2718 (EXTRACT_RETURN_VALUE): Do not define.
2720 2002-07-03 Grace Sainsbury <graces@redhat.com>
2722 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2723 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2724 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2725 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2726 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2727 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2728 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2729 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2730 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2731 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2732 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2733 argument so the function fits the prototype in the architecture
2735 (mcore_pop_frame): Remove argument so the function fits the
2736 prototype. Use get_current_frame instead of the argument.
2737 (mcore_push_arguments): Change type of struct_return so the
2738 function can be used in the architecture vector.
2739 (mcore_store_struct_return): Add.
2740 (mcore_frame_init_saved_regs): Add.
2741 (mcore_gdbarch_init): Add function calls to replace the macros
2742 removed from tm-mcore.h
2744 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2746 * infcmd.c (print_return_value): Remove compatibility code calling
2747 deprecated_grub_regcache_for_registers.
2749 * values.c: Include "regcache.h".
2750 (value_being_returned): Update. Use
2751 deprecated_grub_regcache_for_registers to extract the register
2753 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2754 ``struct regcache''.
2755 * Makefile.in (values.o): Add dependency on $(regcache_h).
2757 * inferior.h (run_stack_dummy): Change type of second parameter to
2758 a ``struct regcache''.
2759 * valops.c (hand_function_call): Change type of retbuf to ``struct
2760 regcache''. Allocate using regcache_xmalloc, clean using
2761 make_cleanup_regcache_xfree.
2762 * infcmd.c (run_stack_dummy): Update. Use
2763 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2765 * regcache.c (do_regcache_xfree): New function.
2766 (make_cleanup_regcache_xfree): New function.
2767 * regcache.h (make_cleanup_regcache_xfree): Declare.
2769 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2771 * event-top.c (command_line_handler): Don't read past
2772 beginning of buffer.
2774 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2776 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2778 (varobj_create): Store frame_id for root.
2779 (varobj_gen_name): Use xasprintf.
2780 (varobj_update): Save and restore frame using get_frame_id() and
2782 (create_child): Use xasprintf.
2783 (new_root_variable): Initialize frame_id.
2784 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2785 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2786 to prevent memory leak.
2788 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2790 * valops.c (hand_function_call): Move declaration of retbuf to
2791 start of function, allocate using malloc, add a cleanup but before
2792 the inf_status cleanup, cleanup the buffer. Rename local variable
2793 old_chain to inf_status_cleanup.
2795 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2797 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2799 * cli/cli-decode.c (cmd_func_p): New function.
2800 (cmd_func): New function.
2802 * command.h: Add cmd_func() and cmd_func_p().
2804 2002-07-03 Grace Sainsbury <graces@redhat.com>
2806 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2807 (REGISTER_SIZE): Remove.
2808 (MAX_REGISTER_RAW_SIZE): Remove.
2809 (REGISTER_VIRTUAL_TYPE): Remove.
2810 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2811 (REGISTER_NAME): Remove.
2812 (USE_GENERIC_DUMMY_FRAMES): Remove.
2813 (CALL_DUMMY): Remove.
2814 (CALL_DUMMY_START_OFFSET): Remove.
2815 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2816 (CALL_DUMMY_LOCATION): Remove.
2817 (FIX_CALL_DUMMY): Remove.
2818 (CALL_DUMMY_ADDRESS): Remove.
2819 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2820 (SAVE_DUMMY_FRAME_TOS): Remove.
2821 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2822 (mcore_register_virtual_type): New function.
2823 (mcore_register_byte): New function.
2824 (mcore_register_size): New function.
2825 (mcore_register_name): New function.
2826 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2827 macros removed from tm-mcore.h.
2828 (mcore_dump_tdep): Add.
2829 (_initialize_mcore_tdep): Add gdbarch_register call.
2831 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2833 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2834 frameless_look_for_prologue, such that we actually call this
2837 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2839 * frame.h (frame_address_in_block): New function.
2841 * blockframe.c (frame_address_in_block): New function extracted
2842 from get_frame_block().
2843 (get_frame_block): Use frame_address_in_block().
2844 (block_innermost_frame): Use frame_address_in_block() to match
2845 the frame pc address against the block boundaries rather than
2846 the frame pc directly. This prevents a failure when a frame pc
2847 is actually a return-address pointing immediately after the end
2850 2002-07-02 Grace Sainsbury <graces@redhat.com>
2852 * MAINTAINERS: Add self under write after approval.
2854 2002-07-02 Grace Sainsbury <graces@redhat.com>
2856 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2857 used in architecture vector. The default is
2858 m68k_local_breakpoint_from_pc.
2859 (m68k_local_breakpoint_from_pc): Add.
2860 (enum): Add register numbers from tm-m68k.h.
2861 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2863 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2864 GDB_MULTI_ARCH_PARTIAL.
2865 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2866 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2868 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2869 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2870 to enum in m68k-tdep.c
2872 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2874 * solib-osf.c (open_map): Compute the list of shared libraries
2875 loaded by the inferior, rather than the list of libraries loaded
2876 by GDB itself. Otherwise, GDB ends up reading the symbols from
2877 the wrong shared libraries...
2879 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2881 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2882 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2884 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2886 (FRAMELESS_SIGNAL): Remove function.
2887 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2888 i386_linux_saved_pc_after_call): Removed.
2889 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2890 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2891 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2893 * i386-tdep.c (i386_frameless_signal_p): New function.
2894 (i386_frame_chain): Deal with frameless signals.
2895 (i386_sigtramp_saved_sp): New function.
2896 (i386_frame_saved_pc): Deal with frameless signals.
2897 (i386_saved_pc_after_call): Make sure the correct value is
2898 returned just after entry into a sigtramp.
2899 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2900 i386fbsd4_sc_sp_offset): New variables.
2901 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2902 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2903 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2904 similiar to what we already did for sc_pc_offset.
2905 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2908 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2910 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2912 * config/i386/tm-x86-64linux.h: New.
2913 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2915 * config/i386/nm-x86-64.h: Rename to ...
2916 * config/i386/nm-x86-64linux.h: ... this one.
2917 * config/i386/x86-64linux.mh: Reflect the above change.
2919 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2921 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2922 with sigcontext_addr. Add sc_sp_offset.
2923 (i386bsd_sigtramp_saved_pc): Remove prototype.
2924 (i386bsd_sicontext_addr): Add prototype.
2925 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2926 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2927 (i386_svr4_sigtramp_saved_pc): Removed.
2928 (i386_svr4_sigcontext_addr): New function.
2929 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2930 Initialize tdep->sigcontext_addr instead. Initialize
2931 tdep->sc_pc_offset and tdep->sc_sp_offset.
2932 (i386_gdbarch_init): Likewise.
2933 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2935 (i386bsd_sigtramp_saved_pc): Remove function.
2936 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2937 Initialize tdep->sigcontext_addr instead. Initialize
2939 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2940 of tdep->sigtramp_saved_pc.
2941 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2942 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2945 * i386-tdep.c (i386_frameless_function_invocation,
2946 i386_frame_num_args, i386_frame_init_saved_regs,
2947 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2948 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2949 i386_extract_return_value, i386_store_return_value,
2950 i386_extract_struct_value_address, i386_register_virtual_type,
2951 i386_register_convertible, i386_register_convert_to_virtual,
2952 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2953 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2956 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2958 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2960 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2961 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2962 this macro. Include "value.h".
2964 2002-06-30 Aidan Skinner <aidan@velvet.net>
2966 * ada-exp.tab.c: remove as it's a generated file
2967 * ada-lex.c: remove as it's a generated file
2969 2002-06-30 Mark Kettenis <kettenis@gnu.org>
2971 * config/i386/tm-i386.h (struct frame_info, struct
2972 frame_saved_regs, struct value, struct type): Remove forward
2975 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2976 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2977 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2978 (FILL_FPXREGSET): Define.
2980 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2982 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2983 i[3456]86-*-netbsd* case.
2984 * config/i386/tm-obsd.h: Removed.
2985 * config/i386/obsd.mt: Removed.
2986 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2988 (MH_CFLAGS): Add -DYYDEBUG=0.
2990 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2991 i386nbsd_sc_pc_offset on OpenBSD too.
2993 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2994 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2995 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2997 * i386bsd-tdep.c: Include "arch-utils.h".
2998 (i386bsd_aout_in_solib_call_trampoline): New function.
2999 (i386bsd_init_abi): Set in_solib_call_trampoline to
3000 i386bsd_aout_in_solib_call_trampoline.
3001 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3002 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3004 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3006 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3007 (struct obstack, struct bcache): Add opaque declarations.
3008 * Makefile.in (macrotab_h): Update
3010 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3012 * blockframe.c (generic_find_dummy_frame): Change return type to
3013 ``struct regcache''.
3014 (struct dummy_frame): Replace field ``registers'' with regcache, a
3015 struct regcache object.
3016 (generic_find_dummy_frame): Update.
3017 (generic_push_dummy_frame): Update. Use regcache_xfree,
3018 regcache_xmalloc and regcache_cpy.
3019 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3021 (deprecated_generic_find_dummy_frame): Update.
3022 (generic_read_register_dummy): Update. Use
3023 regcache_read_as_address.
3024 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3025 (generic_get_saved_register): Update. Use regcache_read.
3027 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3029 * Makefile.in (objfiles_h): Add $(bcache_h).
3030 * objfiles.h: Include "bcache.h".
3032 * Makefile.in (symtab_h): Remove $(bcache_h).
3033 * symtab.h: Do not include "bcache.h".
3035 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3037 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3038 generic_func_frame_chain_valid.
3040 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3042 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3043 * config/i386/tm-fbsd.h: Likewise.
3045 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3047 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3048 generic_unwind_get_saved_register.
3050 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3052 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3053 * regcache.c (supply_register): Add missing argument to
3054 register_buffer call.
3056 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3058 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3059 Solaris /bin/grep does not not like it. From Peter Schauer.
3061 2002-06-26 Tom Tromey <tromey@redhat.com>
3063 * command.h (add_setshow_cmd): Declare.
3064 (add_setshow_cmd_full): Declare.
3065 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3066 returns void. Use add_setshow_cmd_full.
3067 (add_setshow_cmd_full): New function.
3068 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3069 (add_setshow_boolean_cmd): Likewise.
3071 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3073 * config/vax/tm-vax.h: Protect from multiple inclusion.
3074 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3075 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3076 * config/vax/tm-vaxbsd.h: ...here. New file.
3077 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3079 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3081 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3082 (BELIEVE_PCC_PROMOTION): Remove.
3083 (AP_REGNUM): Move to...
3084 * config/vax/nm-vax.h: ...here.
3085 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3086 (vax_breakpoint_from_pc): New function.
3087 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3088 and gdbarch_believe_pcc_promotion.
3090 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3092 * Makefile.in (vax_tdep_h): Define.
3093 (vax-tdep.o): Use $(vax_tdep_h).
3094 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3095 (vax_dump_tdep): New function.
3096 (_initialize_vax_tdep): Register vax_dump_tdep.
3097 * vax-tdep.h: Include osabi.h.
3098 (struct gdbarch_tdep): New.
3100 2002-06-26 Andrew Cagney <cagney@redhat.com>
3102 * frame.h (deprecated_generic_find_dummy_frame): Rename
3103 generic_find_dummy_frame.
3104 * blockframe.c (generic_find_dummy_frame): Make static.
3105 (deprecated_generic_find_dummy_frame): New function.
3106 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3107 generic_find_dummy_frame with deprecated_find_dummy_frame.
3108 (sh64_nofp_frame_init_saved_regs): Ditto.
3109 (sh_fp_frame_init_saved_regs): Ditto.
3110 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3111 (s390_frame_chain): Ditto.
3112 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3114 2002-06-26 Grace Sainsbury <graces@redhat.com>
3116 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3117 gdbarch vector are at the top.
3119 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3120 (FRAME_ARGS_ADDRESS): Remove.
3121 (FRAME_LOCALS_ADDRESS): Remove.
3122 (FRAME_NUM_ARGS): Remove.
3123 (FRAME_ARGS_SKIP): Remove.
3124 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3125 (m68k_gdbarch_init): Add gdbarch initializations for macros
3126 undefined in tm-m68k.h
3128 2002-06-26 Grace Sainsbury <graces@redhat.com>
3130 * monitor.h: Add the function regname to monitor_ops
3131 structure. This way NUM_REGS does not have to be a constant.
3132 * monitor.c (monitor_fetch_register): Added support for regname
3133 function. The function is called if the array regnames is NULL.
3134 (monitor_store_register): Same.
3135 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3137 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3138 cpu32bug_cmds.regname to point to new function.
3139 * abug-rom.c (abug_regname): Same as above.
3140 (init_abug_cmds): Same.
3141 * dbug-rom.c (dbug_regname): Same as above.
3142 (init_dbug_cmds): Same.
3143 * remote-est.c (est_regname): Same.
3144 (init_est_cmds): Same.
3145 * rom68k-rom.c (rom68k_regname): Same.
3146 (init_rom68k_cmds): Same.
3148 2002-06-25 Tom Tromey <tromey@redhat.com>
3150 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3152 2002-06-25 Andrew Cagney <cagney@redhat.com>
3154 * infrun.c (stop_registers): Change variable's type to ``struct
3156 (xmalloc_inferior_status): Delete function.
3157 (free_inferior_status): Delete function.
3158 (normal_stop): Use regcache_cpy.
3159 (struct inferior_status): Change type of fields ``stop_registers''
3160 and ``registers'' to ``struct regcache''.
3161 (write_inferior_status_register): Use regcache_write.
3162 (save_inferior_status): Instead of calling
3163 xmalloc_inferior_status, allocate the inf_status buffer directly.
3164 Use regcache_dup_no_passthrough and regcache_dup to save the
3166 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3167 Replace the stop_registers regcache instead of overriding it. Use
3168 regcache_xfree. Instead of calling free_inferior_status, xfree
3169 the buffer directly.
3170 (discard_inferior_status): Use regcache_xfree. Instead of calling
3171 free_inferior_status, xfree the buffer directly.
3172 (build_infrun): Use regcache_xmalloc.
3173 (_initialize_infrun): Delete redundant call to build_infrun.
3175 * Makefile.in (infcmd.o): Add $(regcache_h).
3177 * infcmd.c: Include "regcache.h".
3178 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3179 obtain the address of `stop_registers' register buffer.
3180 (print_return_value): Ditto.
3182 * inferior.h (struct regcache): Add opaque declaration.
3183 (stop_registers): Change variable's declared type to ``struct
3186 2002-06-24 Tom Tromey <tromey@redhat.com>
3188 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3189 * target.c (initialize_targets): Fixed typo in
3190 trust-readonly-sections `show' documentation.
3192 * main.c: Marked all strings with _().
3194 2002-06-24 Don Howard <dhoward@redhat.com>
3196 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3197 that means max CORE_ADDR+1.
3198 (lookup_mem_region): Ditto.
3199 (mem_info_command): Ditto.
3201 2002-06-24 Grace Sainsbury <graces@redhat.com>
3203 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3204 (REGISTER_BYTES_OK): Remove.
3205 (REGISTER_BYTES): Remove.
3206 (STORE_STRUCT_RETURN): Remove.
3207 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3208 (STORE_RETURN_VALUE): Remove.
3209 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3210 (FRAME_CHAIN): Remove.
3211 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3212 (FRAME_SAVED_PC): Remove.
3213 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3214 (m68k_store_struct_return): Add.
3215 (m68k_deprecated_extract_return_value): Add.
3216 (m68k_deprecated_extract_struct_value_address): Add.
3217 (m68k_store_return_value): Add.
3218 (m68k_frame_chain): Add.
3219 (m68k_frameless_function_invocation): Add.
3220 (m68k_frame_saved_pc): Add.
3221 (m68k_gdbarch_init): added set_gdbarch calls for new
3222 functions and deleted macros.
3224 2002-06-23 Tom Tromey <tromey@redhat.com>
3226 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3227 (ALLDEPFILES): Likewise.
3228 (udiheaders): Removed.
3229 (udip2soc.o): Likewise.
3230 (udi2go32.o): Likewise.
3232 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3234 2002-06-22 Andrew Cagney <ac131313@redhat.com>
3236 * infrun.c (_initialize_infrun): Delete unnecessary call to
3239 * regcache.h: Update comments describing the regcache_cpy family
3241 (regcache_save, regcache_restore): Delete declaration.
3242 (regcache_save_no_passthrough): Delete declaration.
3243 (regcache_restore_no_passthrough): Delete declaration.
3244 * regcache.c (regcache_save): Delete function.
3245 (regcache_save_no_passthrough): Delete function.
3246 (regcache_restore): Delete function.
3247 (regcache_restore_no_passthrough): Delete function.
3249 2002-06-21 Andrew Cagney <ac131313@redhat.com>
3251 * config/m68k/tm-m68k.h: Fix typo.
3252 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3253 (m68k_frame_init_saved_regs): Declare.
3255 2002-06-21 Jim Blandy <jimb@redhat.com>
3257 Remove some vestiges of Harris 88k support.
3258 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3259 register numbering quirk.
3260 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3261 odd symbols occurring in Harris 88k ELF targets.
3263 2002-06-21 Tom Tromey <tromey@redhat.com>
3265 * gdb_locale.h: New file.
3266 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3267 (defs_h): Added gdb_locale.h.
3268 * configure, config.in: Rebuilt.
3269 * configure.in (PACKAGE): Define.
3270 * defs.h: Include gdb_locale.h.
3271 * main.c (captured_main): Call setlocale, bindtextdomain,
3274 2002-06-21 Dave Brolley <brolley@redhat.com>
3276 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3277 * config/frv/frv.mt: New file.
3278 * config/frv/tm-frv.h: New file.
3279 * configure.tgt: Support frv-*-*.
3280 * Makefile.in (frv-tdep.o): New target.
3281 * frv-tdep.c: New file.
3282 * NEWS: Mention frv.
3284 2002-06-21 Dave Brolley <brolley@redhat.com>
3286 * MAINTAINERS: Add self to "Write After Approval" list.
3288 2002-06-21 Grace Sainsbury <graces@redhat.com>
3290 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3291 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3292 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3293 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3294 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3296 * m68k-tdep.c: Include arch-utils.h
3297 (m68k_register_raw_size): Add.
3298 (m68k_register_virtual_size): Add.
3299 (m68k_register_virtual_type): Add.
3300 (m68k_register_name): Add.
3301 (m68k_stack_align): Add.
3302 (m68k_register_byte): Add.
3303 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3306 2002-06-21 Grace Sainsbury <graces@redhat.com>
3308 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3309 m68k_find_saved_regs.
3310 (m68k_pop_frame): Removed saved_regs structure, and replaced
3311 references to it with frame->saved_regs.
3312 (m68k_gdbarch_init): Added function calls to initialize the
3314 (m68k_fix_call_dummy): Add.
3315 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3316 (CALL_DUMMY): Remove.
3317 (CALL_DUMMY_LENGTH): Remove.
3318 (CALL_DUMMY_START_OFFSET): Remove.
3319 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3320 (FIX_CALL_DUMMY): Remove.
3321 (PUSH_DUMMY_FRAME): Remove.
3322 (POP_FRAME): Remove.
3324 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3326 * parse.c (parse_fprintf): New function used to avoid calls to
3327 fprintf in bison parser generated debug code.
3328 * parser-defs.h: Declaration of new parse_fprintf function.
3329 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3330 Set YYDEBUG to 1 by default.
3331 Set YYFPRINTF as parse_fprintf.
3333 2002-06-21 Michal Ludvig <mludvig@suse.cz>
3335 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3337 (pointer_encoding, enum ptr_encoding): New.
3338 (execute_cfa_program): Take care about pointer encoding.
3339 (dwarf2_build_frame_info): Only call parse_frame_info for
3340 .debug_frame and .eh_frame.
3341 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3342 fixed augmentation handling, added relative addressing,
3343 ignore duplicate FDEs. Added comments.
3344 * dwarf2cfi.c: Reindented.
3346 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
3348 * event-top.c (command_handler): Don't use space_at_cmd_start
3349 unless there is sbrk() on the host. Assign time and space data
3350 to union fields of the appropriate length.
3352 2002-06-20 Michal Ludvig <mludvig@suse.cz>
3354 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3355 x86_64_register_name. Return type changed to 'const char *'.
3356 (x86_64_register_name2nr): Rename to x86_64_register_number.
3357 (x86_64_gdbarch_init): Update to reflect the change.
3358 * x86-64-tdep.h: Ditto.
3359 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3360 (supply_fpregset): Ditto.
3362 2002-06-19 Andrew Cagney <cagney@redhat.com>
3364 * regcache.h: Update copyright.
3365 (struct regcache, struct gdbarch): Add opaque declarations.
3366 (current_regcache): Declare global variable.
3367 (regcache_read, regcache_write): Add gdbarch parameter.
3368 (regcache_save, regcache_save_no_passthrough)
3369 (regcache_restore, regcache_restore_no_passthrough)
3370 (regcache_dup, regcache_dup_no_passthrough)
3371 (regcache_cpy, regcache_cpy_no_passthrough)
3372 (deprecated_grub_regcache_for_registers)
3373 (deprecated_grub_regcache_for_register_valid)
3374 (regcache_valid_p): Add function declarations.
3376 * regcache.c: Update copyright.
3377 (regcache_descr_handle): New global variable.
3378 (struct regcache_descr): Define.
3379 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3380 (regcache_descr, xfree_regcache_descr): New functions.
3381 (struct regcache): Define.
3382 (regcache_xmalloc, regcache_xfree): New functions.
3383 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3384 (regcache_dup, regcache_dup_no_passthrough): New functions.
3385 (regcache_valid_p, regcache_read_as_address): New functions.
3386 (deprecated_grub_regcache_for_registers): New function.
3387 (deprecated_grub_regcache_for_register_valid): New function.
3388 (current_regcache): New global variable.
3389 (register_buffer): Add regcache parameter. Update calls.
3390 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3391 (read_register_gen, write_register_gen): Update register_buffer
3392 call. Test for legacy_p instead of gdbarch_register_read_p or
3393 gdbarch_register_write_p.
3394 (regcache_collect): Update register_buffer call.
3395 (build_regcache): Rewrite. Use deprecated grub functions.
3396 (regcache_save, regcache_save_no_passthrough): New functions.
3397 (regcache_restore, regcache_restore_no_passthrough): New
3399 (_initialize_regcache): Create the regcache_data_handle. Swap
3400 current_regcache global variable.
3402 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3403 parameter to regcache_read and regcache_write calls.
3404 (sh4_register_read): Ditto.
3405 (sh64_pseudo_register_read): Ditto.
3406 (sh64_register_read): Ditto.
3407 (sh_pseudo_register_write): Ditto.
3408 (sh4_register_write): Ditto.
3409 (sh64_pseudo_register_write): Ditto.
3410 (sh64_register_write): Ditto.
3412 * defs.h (XCALLOC): Define.
3414 2002-06-19 Grace Sainsbury <graces@redhat.com>
3416 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3417 * m68k-tdep.c (m68k_gdbarch_init): Added.
3418 (m68k_dump_tdep): Added.
3420 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3422 * ada-lang.c (fill_in_ada_prototype): Update comment.
3424 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3426 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3428 (mips_abi_string, mips_abi_strings): New.
3429 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3430 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3431 tdep->mips_abi_string. Honor mips_abi_string. Default to
3432 O32 if no ABI is found.
3433 (mips_dump_tdep): Use mips_abi_strings.
3434 (mips_abi_update): New function.
3435 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3436 ``set mips abi'' and ``show mips abi''. Check the size of
3439 2002-06-19 Andrew Cagney <cagney@redhat.com>
3441 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3444 2002-06-18 Joel Brobecker <brobecker@gnat.com>
3446 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3447 current frame using only the first stack size adjustment. All
3448 subsequent size adjustments are not considered to be part of
3449 the "static" part of the current frame.
3450 Compute the address of the saved registers relative to the
3451 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3452 in use in this frame.
3454 2002-06-18 Don Howard <dhoward@redhat.com>
3456 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3457 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3458 suggesting this solution.
3460 2002-06-18 Andrew Cagney <ac131313@redhat.com>
3462 * config/romp/xm-rtbsd.h: Delete file.
3463 * config/romp/rtbsd.mh: Delete file.
3465 2002-06-18 Keith Seitz <keiths@redhat.com>
3467 * breakpoint.c (condition_command): Post breakpoint_modify
3468 when a condition is added to an existing breakpoint.
3469 (commands_command): Likewise for commands.
3470 (set_ignore_count): Likewise for ignore counts.
3471 If no tty, do not simply return, still need to send event
3473 (ignore_command): Only print a newline if the command came
3475 Don't call breakpoints_changed, since this is now properly
3476 handled by set_ignore_count.
3478 2002-06-18 Andrew Cagney <cagney@redhat.com>
3480 * MAINTAINERS: Note that cris-elf target can be compiled with
3482 * cris-tdep.c (cris_register_name): Make return type constant.
3483 (cris_breakpoint_from_pc): Ditto.
3485 2002-06-18 Michal Ludvig <mludvig@suse.cz>
3487 * frame.h (struct frame_info): Change type of context to
3490 2002-06-17 Andrew Cagney <cagney@redhat.com>
3492 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3494 * gdbarch.h, gdbarch.c: Regenerate.
3495 * config/mips/tm-mips.h (mips_register_name): Update.
3496 * i386-tdep.h (i386_register_name): Update.
3497 * mips-tdep.c (mips_register_name): Update
3498 * alpha-tdep.c (alpha_register_name): Update.
3499 * arch-utils.c (legacy_register_name): Update.
3500 * arch-utils.h (legacy_register_name): Update.
3501 * avr-tdep.c (avr_register_name): Update.
3502 * ia64-tdep.c (ia64_register_name): Update.
3503 * i386-tdep.c (i386_register_name): Update.
3504 * sparc-tdep.c (sparc32_register_name): Update.
3505 (sparc64_register_name): Update.
3506 (sparclite_register_name): Update.
3507 (sparclet_register_name): Update.
3508 * sh-tdep.c (sh_generic_register_name): Update.
3509 (sh_sh_register_name): Update.
3510 (sh_sh3_register_name): Update.
3511 (sh_sh3e_register_name): Update.
3512 (sh_sh_dsp_register_name): Update.
3513 (sh_sh3_dsp_register_name): Update.
3514 (sh_sh4_register_name): Update.
3515 (sh_sh64_register_name): Update.
3516 * s390-tdep.c (s390_register_name): Update.
3517 * rs6000-tdep.c (rs6000_register_name): Update.
3518 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3519 (ns32k_register_name_32382): Update.
3520 * d10v-tdep.c (d10v_ts2_register_name): Update.
3521 (d10v_ts3_register_name): Update.
3522 * xstormy16-tdep.c (xstormy16_register_name): Update.
3523 * vax-tdep.c (vax_register_name): Update.
3524 * v850-tdep.c (v850_register_name): Update.
3525 * m68hc11-tdep.c (m68hc11_register_name): Update.
3526 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3527 (am33_register_name): Update.
3529 2002-06-17 Grace Sainsbury <graces@redhat.com>
3531 * m68k-tdep.c: Reindented.
3533 2002-06-17 Andrew Cagney <ac131313@redhat.com>
3535 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3536 list of predefined types.
3538 2002-06-16 Mark Kettenis <kettenis@gnu.org>
3540 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3541 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3542 REGISTER_CONVERT_TO_RAW): Remove defines.
3543 (i386_register_virtual_type, i386_register_convertible,
3544 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3546 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3547 macros mentioned above.
3549 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3550 (i386lynx_saved_pc_after_call): Remove prototype.
3551 * i386ly-tdep.c: Include "i386-tdep.h".
3552 (i386lynx_saved_pc_after_call): Make static. Use
3553 read_memory_nobpt instead of read_memory. Use
3554 read_memory_unsigned_integer instead of read_memory_integer.
3555 (i386lynx_init_abi): New function.
3556 (i386lynx_coff_osabi_sniffer): New function.
3557 (_initialize_i386bsd_tdep): New function.
3559 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3560 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3561 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3562 (i386_fix_call_dummy): Remove prototype.
3563 * i386-tdep.c (i386_call_dummy_words): New variable.
3564 (i386_gdbarch_init): Adjust for removal of the
3565 macros mentioned above.
3567 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3569 * command.h (add_setshow_auto_boolean_cmd): Replace
3570 add_set_auto_boolean_cmd.
3571 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3572 add_set_auto_boolean_cmd.
3573 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3574 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3575 mask-address'' command.
3576 (show_mask_address): Add cmd parameter.
3577 * remote.c (add_packet_config_cmd): Update. Change type of
3578 set_func and show_func to cmd_sfunc_ftype.
3579 (_initialize_remote): Update `set remote Z-packet'
3580 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3581 (show_remote_protocol_e_packet_cmd): Ditto.
3582 (show_remote_protocol_E_packet_cmd): Ditto.
3583 (show_remote_protocol_P_packet_cmd): Ditto.
3584 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3585 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3586 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3587 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3588 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3589 (show_remote_protocol_Z_packet_cmd): Ditto.
3590 (show_remote_protocol_binary_download_cmd): Ditto.
3591 (show_remote_cmd): Pass NULL to all of above.
3593 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3595 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3596 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3597 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3598 POP_FRAME): Remove defines.
3599 (i386_push_arguments, i386_store_struct_return,
3600 i386_extract_return_value, i386_store_return_value,
3601 i386_extract_struct_value_address, i386_push_dummy_frame,
3602 i386_pop_frame): Renove prototypes.
3603 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3604 macros mentioned above.
3606 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3608 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3609 add_set_boolean_cmd.
3610 (add_setshow_cmd): New function.
3611 * command.h (add_setshow_boolean_cmd): Replace
3612 add_set_boolean_cmd.
3613 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3614 and ``set rdiromatzero''.
3615 * maint.c (_initialize_maint_cmds): Update commented out code.
3616 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3617 * target.c (initialize_targets): Update `set
3618 trust-readonly-sections'.
3619 * remote.c (_initialize_remote): Update `set remotebreak'.
3621 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3623 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3624 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3625 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3626 fit into multi-arch framework.
3627 (i386_breakpoint_from_pc): New function.
3628 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3631 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3632 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3633 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3634 (i386_frameless_function_invocation, i386_frame_num_args,
3635 i386_frame_init_saved_regs): Remove prototypes.
3636 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3637 macros mentioned above.
3639 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3641 * cli/cli-decode.c (set_cmd_cfunc): Update.
3642 (set_cmd_sfunc): Update.
3643 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3644 (set_cmd_sfunc, set_cmd_cfunc): Update.
3645 * cli/cli-decode.h: Update.
3647 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3649 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3650 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3652 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3654 * defs.h (auto_boolean): Declare enum.
3655 * command.h (cmd_auto_boolean): Delete enum.
3656 * mips-tdep.c (mask_address_var): Update.
3657 (mips_mask_address_p): Update.
3658 (show_mask_address): Update.
3659 * remote.c (struct packet_config): Update.
3660 (update_packet_config): Update.
3661 (show_packet_config_cmd): Update.
3662 (packet_ok): Update.
3663 (add_packet_config_cmd): Update.
3664 (_initialize_remote):
3665 * command.h: Update.
3666 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3667 (do_setshow_command): Update.
3668 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3669 * cli/cli-decode.h: Update.
3671 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3673 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3674 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3675 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3676 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3677 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3678 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3680 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3681 list of DJGPP COFF targets.
3683 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3684 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3685 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3686 (FP0_REGNUM): Remove define.
3687 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3688 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3689 (i386_register_virtual_size): Remove protoype.
3690 * i386-tdep.c (i386_register_virtual_size): Removed.
3691 (i386_extract_return_value, i386_store_return_value): Use
3692 FP0_REGNUM instead of NUM_FREGS to determine whether the
3693 floating-point registers are available.
3694 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3695 Adjust for removal of macros mentioned above.
3697 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3699 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3701 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3703 (supply_gregset, fill_gregset): Remove use of register keyword and
3704 remove declaration for regmap. Use I386_NUM_GREGS instead of
3705 NUM_REGS and NUM_FREGS.
3706 (FPREGSET_FSAVE_OFFSET): Remove.
3707 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3708 NUM_FREGS to determine whether the floating-point registers are
3711 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3712 gnu_store_registers): Replace usage of NUM_GREGS with
3715 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3716 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3717 usage of NUM_GREGS with I386_NUM_GREGS.
3719 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3721 * i386bsd-nat.c: Include "i386-tdep.h".
3722 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3725 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3726 and associated comment. They no longer make any sense, since we
3727 don't use this file anymore on Linux.
3729 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3730 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3731 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3732 elements in these arrays.
3733 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3736 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3738 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3739 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3741 2002-06-14 Andrew Cagney <cagney@redhat.com>
3743 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3744 EXTRACT_RETURN_VALUE.
3745 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3746 EXTRACT_STRUCT_VALUE_ADDRESS.
3747 * gdbarch.h, gdbarch.c: Regenerate.
3749 * values.c (value_being_returned): Handle
3750 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3751 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3753 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3754 * arm-tdep.c (arm_gdbarch_init): Update.
3755 * avr-tdep.c (avr_gdbarch_init): Update.
3756 * cris-tdep.c (cris_gdbarch_init): Update.
3757 * d10v-tdep.c (d10v_gdbarch_init): Update.
3758 * ia64-tdep.c (ia64_gdbarch_init): Update.
3759 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3760 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3761 * s390-tdep.c (s390_gdbarch_init): Update.
3762 * sh-tdep.c (sh_gdbarch_init): Update.
3763 * s390-tdep.c (s390_gdbarch_init): Update.
3764 * sparc-tdep.c (sparc_gdbarch_init): Update.
3765 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3766 * v850-tdep.c (v850_gdbarch_init): Update.
3767 * vax-tdep.c (vax_gdbarch_init): Update.
3768 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3769 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3771 * config/arc/tm-arc.h: Update.
3772 * config/d30v/tm-d30v.h: Update.
3773 * config/fr30/tm-fr30.h: Update.
3774 * config/h8300/tm-h8300.h: Update.
3775 * config/h8500/tm-h8500.h: Update.
3776 * config/i386/tm-i386.h: Update.
3777 * config/i386/tm-ptx.h: Update.
3778 * config/i386/tm-symmetry.h: Update.
3779 * config/i960/tm-i960.h: Update.
3780 * config/m32r/tm-m32r.h: Update.
3781 * config/m68k/tm-delta68.h: Update.
3782 * config/m68k/tm-linux.h: Update.
3783 * config/m68k/tm-m68k.h: Update.
3784 * config/m88k/tm-m88k.h: Update.
3785 * config/mcore/tm-mcore.h: Update.
3786 * config/mips/tm-mips.h: Update.
3787 * config/mn10200/tm-mn10200.h: Update.
3788 * config/pa/tm-hppa.h: Update.
3789 * config/pa/tm-hppa64.h: Update.
3790 * config/sparc/tm-sp64.h: Update.
3791 * config/sparc/tm-sparc.h: Update.
3792 * config/sparc/tm-sparclet.h: Update.
3793 * config/z8k/tm-z8k.h: Update.
3795 2002-06-14 Andrew Cagney <cagney@redhat.com>
3797 * Makefile.in (i386_linux_tdep_h): Define.
3798 (i386_tdep_h, i387_tdep_h): Define.
3799 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3800 $(i386_tdep_h) and $(i387_tdep_h).
3801 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3803 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3805 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3806 Already covered by the default.
3808 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3809 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3810 (i386_gdbarch_init): Initialize long_double_format and long_double
3813 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3814 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3816 * config/i386/i386sol2.mh: ... here.
3817 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3818 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3819 (SIGCONTEXT_PC_OFFSET): Remove define.
3820 (IN_SIGTRAMP): Remove define.
3821 * i386-sol2-tdep.c: New file.
3823 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3824 * config/i386/tm-i386nw.h: Removed.
3826 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3827 USE_STRUCT_CONVENTION): Remove defines.
3828 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3829 (get_longjmp_target): Remove prototype.
3830 (IN_SIGTRAMP): Remove define.
3831 (i386bsd_in_sigtramp): Remove prototype.
3832 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3833 function. Update comment accordingly
3834 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3835 (FRAME_SAVED_PC): Remove define.
3836 (i386bsd_frame_saved_pc): Remove prototype.
3837 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3838 GET_LONGJMP_TARGET): Remove defines.
3839 (get_longjmp_target): Remove prototype.
3840 (IN_SIGTRAMP): Remove define.
3841 (i386bsd_in_sigtramp): Remove prototype.
3842 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3843 function. Update comment accordingly
3844 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3845 (FRAME_SAVED_PC): Remove define.
3846 (i386bsd_frame_saved_pc): Remove prototype.
3847 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3849 (USE_STRUCT_CONVENTION): Remove prototype.
3850 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3852 (_initialize_i386bsd_nat): Revise logic to determine some
3853 constants at compile time when compiling a native GDB. Warn if
3854 things don't match up with what we expect.
3855 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3857 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3858 to use date stored in `struct gdbarch_tdep'.
3859 (i386bsd_sigcontext_offset): Remove varaible.
3860 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3861 stored in `struct gdbarch_tdep'.
3862 (i386bsd_frame_saved_pc): Make static.
3863 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3864 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3865 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3866 i386fbsd4_sc_pc_offset): New variables.
3867 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3868 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3870 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3872 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3873 Modify the value of i386fbsd_sigtramp_start and
3874 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3875 i386fbsd_sigtramp_end.
3876 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3879 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3880 define to i386-linux-tdep.h.
3881 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3882 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3884 (i386_linux_register_name, i386_linux_register_byte,
3885 i386_linux_register_raw_size): Remove prototypes.
3886 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3887 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3888 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3889 TARGET_WRITE_PC): Remove defines.
3890 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3891 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3892 i386_linux_write_pc): Remove prototypes.
3893 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3894 (get_longjmp_target): Remove prototype.
3895 * i386-linux-tdep.h: New file.
3896 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3897 * i386-linux-tdep.c: Include "i386-tdep.h" and
3898 "i386-linux-tdep.h".
3899 (i386_linux_register_name, i386_linux_register_byte,
3900 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3901 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3903 (i386_linux_init_abi): New function.
3904 (_initialize_i386_linux_tdep): New function.
3906 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3907 (i386_saved_pc_after_call): Remove prototype.
3908 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3909 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3910 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3911 (i386_register_name, i386_stab_reg_to_regnum,
3912 i386_dwarf_reg_to_regnum): Remove prototypes.
3913 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3914 SIZEOF_SSE_REGS): Remove defines.
3915 (REGISTER_BYTES): Remove define.
3916 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3917 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3918 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3919 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3920 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3921 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3922 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3923 (get_longjmp_target): Remove prototype.
3924 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3925 (sigtramp_saved_pc): Remove define.
3926 (i386v4_sigtramp_saved_pc): Remove prototype.
3927 * config/i386/tm-go32.h (FRAME_CHAIN,
3928 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3929 (i386go32_frame_saved_pc): Remove prototype.
3930 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3931 (get_longjmp_target): Remove prototype.
3932 * i386-tdep.h: Include "osabi.h".
3933 (enum i386_abi): Removed.
3934 (enum struct_return): New enum.
3935 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3936 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3937 sc_pc_offset members.
3938 (i386_gdbarch_register_os_abi): Remove prototype.
3939 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3940 I386_SSE_NUM_REGS): New defines.
3941 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3942 I386_SSE_SIZEOF_REGS): New defines.
3943 (i386_register_name, i386_register_byte, i386_register_raw_size):
3945 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3946 (i386bsd_sigtramp_saved_pc): New prototype.
3947 * i386-tdep.c: Don't include "elf-bfd.h".
3948 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3949 i386_frame_chain, i386_saved_pc_after_call): Make static.
3950 (i386_frame_saved_pc): Rewrite to call architecture dependent
3951 function to deal with signal handlers. Make static.
3952 (i386go32_frame_saved_pc): Removed.
3953 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3955 (i386_get_longjmp_target): New function.
3956 (default_struct_convention, pcc_struct_convention,
3957 reg_struct_convention, valid_conventions, struct_convention): New
3959 (i386_use_struct_convention): New function.
3960 (i386v4_sigtramp_saved_pc): Renamed to
3961 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3962 (i386_pc_in_sigtramp): New function.
3963 (i386_abi_names): Removed.
3964 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3965 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3967 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3968 i386_gdbarch_register_os_abi): Removed.
3969 (struct i386_abi_handler): Removed.
3970 (i386_abi_handler_list): Removed.
3971 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3973 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3974 i386_nw_init_abi): New functions.
3975 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3976 Use set_gdbarch_xxx() calls instead of relying on macros for a
3978 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3979 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3980 Register the various architecture variants defined in this file.
3982 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
3984 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3985 (struct main_type): Remove arg_types member. Update comments for
3987 (TYPE_ARG_TYPES): Remove.
3988 (TYPE_FN_FIELD_ARGS): Update.
3989 (smash_to_method_type): Update prototype.
3991 * c-typeprint.c (cp_type_print_method_args): Take method type
3992 instead of argument list. Use new argument layout. Simplify.
3993 (c_type_print_args): Use new argument layout. Simplify.
3994 (c_type_print_base): Update call to cp_type_print_method_args.
3995 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3996 argument; use die->type instead. Update call to
3997 smash_to_method_type.
3998 (read_structure_scope): Update call to dwarf2_add_member_fn.
3999 * gdbtypes.c (allocate_stub_method): Update comment.
4000 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4001 Use new argument layout.
4002 (check_stub_method): Use new argument layout. Don't count
4003 void as an argument.
4004 (print_arg_types): Update comments. Use new argument layout.
4005 (recursive_dump_type): Don't print arg_types member.
4006 * hpread.c (hpread_read_struct_type): Use new argument layout.
4007 (fixup_class_method_type): Likewise.
4008 (hpread_type_lookup): Likewise.
4009 * stabsread.c (read_type): Update calls to read_args and
4010 smash_to_method_type.
4011 (read_args): Use new argument layout. Simplify.
4012 * valops.c (typecmp): Use new argument layout. Update parameters
4013 and comments. Simplify.
4014 (hand_function_call): Use new argument layout.
4015 (search_struct_method): Update call to typecmp.
4016 (find_overload_match): Use new argument layout.
4018 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4020 * NEWS: Mention multithreaded debug support for gdbserver.
4022 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4024 * MAINTAINERS: Mention NEWS.
4026 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4028 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4029 (struct mips_objfile_private, compare_pdr_entries): New.
4030 (non_heuristic_proc_desc): Read the ".pdr" section if it
4033 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4035 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4036 (arm_debug): New static variable.
4037 (_initialize_arm_tdep): Add ``set debug arm'' command.
4039 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4041 * Makefile.in (sim_arm_h): Define.
4042 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4043 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4044 (arm_register_sim_regno): New function, map an internal REGNUM
4045 onto a simulator register number.
4046 (arm_gdbarch_init): Set register_sim_regno.
4048 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4050 * MAINTAINERS: Add self.
4052 2002-06-11 Jim Blandy <jimb@redhat.com>
4054 * source.c (source_info): Mention whether the symtab has
4055 information about preprocessor macros.
4057 Call the command `info macro', not `show macro'.
4058 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4060 (_initialize_macrocmd): Register `info_macro_command' in
4061 `infolist', not `showlist'.
4063 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4065 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4066 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4067 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4068 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4069 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4071 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4072 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4073 (_initialize_mips_tdep): Remove dead code.
4074 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4075 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4076 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4077 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4078 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4079 MIPS_LAST_FP_ARG_REGNUM): Remove.
4081 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4083 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4084 (unwind_tmp_obstack_free, parse_frame_info)
4085 (update_context, cfi_read_fp, cfi_write_fp)
4086 (cfi_frame_chain, cfi_init_extra_frame_info)
4087 (cfi_virtual_frame_pointer): Use the above function.
4088 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4090 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
4092 * v850-tdep.c (v850_type_is_scalar): New function.
4093 (v850_use_struct_convention): Match current gcc implementation
4094 as close as possible.
4095 (v850_push_arguments): Fix stack_offset handling. Don't write
4096 struct_addr into register. This is done by v850_store_struct_return.
4097 (v850_extract_return_value): Care for structs.
4098 (v850_store_return_value): Ditto.
4099 (v850_store_struct_return): Actually write address.
4101 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4103 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4104 without debug information too.
4106 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4108 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4109 Make multi-arch pure.
4110 * gdbarch.h, gdbarch.c: Re-generate.
4111 * arm-tdep.c (arm_print_float_info): Update.
4112 * arch-utils.h (default_print_float_info): Update.
4113 * arch-utils.c (default_print_float_info): Update.
4114 * infcmd.c (float_info): Update call.
4116 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4118 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4119 the front of the initialize list.
4121 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4123 * infrun.c (struct inferior_status): Replace fields
4124 selected_frame_address and selected_level with field
4126 (save_inferior_status): Update. Use get_frame_id.
4127 (struct restore_selected_frame_args): Delete.
4128 (restore_selected_frame): Update. Use frame_find_by_id.
4129 (restore_inferior_status): Update.
4131 * breakpoint.h (struct breakpoint): Change type of
4132 watchpoint_frame to frame_id.
4133 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4134 call to get_current_frame.
4135 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4137 (watchpoint_check): Use frame_find_by_id.
4139 * frame.h (record_selected_frame): Delete declaration.
4140 * stack.c (record_selected_frame): Delete function.
4142 * frame.h (struct frame_id): Define.
4143 (get_frame_id): Declare.
4144 (frame_find_by_id): Declare.
4145 * frame.c (frame_find_by_id): New function.
4146 (get_frame_id): New function.
4148 2002-06-10 Andrey Volkov <avolkov@transas.com>
4150 * ser-e7kpc.c: Fix duplicated define and call of
4151 _initialize_ser_e7000pc
4153 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4155 * signals/signals.c (target_signal_from_host): Fix #ifdef
4157 (do_target_signal_to_host): Likewise.
4159 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4161 * mips-tdep.c (mips_find_abi_section): New function.
4162 (mips_gdbarch_init): Call it.
4164 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4166 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4167 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4168 after Andrew's 2002-06-08 gdbarch change.
4170 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4172 * i386-linux-nat.c (suppy_gregset): Don't supply
4173 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4175 (fill_gregset): Don't fetch it under the same circumstances.
4177 2002-06-09 Andrew Cagney <cagney@redhat.com>
4179 * Makefile.in (callback_h): Define.
4180 (remote_sim_h): Update path to remote-sim.h.
4181 (remote-rdp.o): Add $(callback_h).
4182 (remote-sim.o): Use $(callback_h).
4183 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4184 * remote-rdp.c: Include "gdb/callback.h".
4186 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4188 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4189 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4191 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4193 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4194 * rdi-share/serpardr.c: Ditto.
4195 * rdi-share/unixcomm.c: Ditto.
4196 * rdi-share/serdrv.c: Ditto.
4197 * rdi-share/hostchan.h: Ditto.
4198 * rdi-share/hostchan.c: Ditto.
4199 * rdi-share/host.h: Ditto.
4200 * rdi-share/devsw.c: Ditto.
4202 * objfiles.h: Change type of obj_private to void pointer.
4203 * pa64solib.c: Update copyright. Don't include "assert.h", use
4204 strcmp instead of STREQ, use LONGEST, do not use PTR
4205 * somsolib.c: Ditto.
4207 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4208 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4209 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4211 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4213 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4214 (default_get_saved_register): Delete function.
4215 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4216 generic_unwind_get_saved_register.
4217 * gdbarch.h, gdbarch.c: Re-generate.
4219 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4221 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4222 generic_func_frame_chain_valid.
4223 * gdbarch.h, gdbarch.c: Re-generate.
4224 * blockframe.c (generic_func_frame_chain_valid): Only check
4225 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4226 passing FP to PC_IN_CALL_DUMMY.
4229 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4231 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4232 (register_gdbarch_data): Initialize init_p.
4233 (gdbarch_data): Initialize data pointer using the init function.
4234 (init_gdbarch_data): Delete function.
4235 (gdbarch_update_p): Update.
4236 (initialize_non_multiarch): Update.
4237 (struct gdbarch): Add field initialized_p.
4238 * gdbarch.h, gdbarch.c: Re-generate.
4240 2002-06-07 Michal Ludvig <mludvig@suse.cz>
4242 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4243 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4244 better do the things actually here.
4245 * x86-64-tdep.c (x86_64_register_name2nr): New.
4246 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4247 (x86_64_gdbarch_init): Respect the above change.
4248 * x86-64-tdep.h (x86_64_register_name2nr)
4249 (x86_64_register_nr2name): Add prototypes.
4250 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4252 2002-06-06 Michael Snyder <msnyder@redhat.com>
4254 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4255 Delete extra braces and re-indent.
4256 (d10v_store_return_value): Char return values
4257 must be shifted over by one byte in R0.
4258 (d10v_extract_return_value): Delete extra braces, re-indent.
4260 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4262 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4263 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4264 (d10v_integer_to_address): Rewrite.
4265 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4266 the d10v specific functions which take care of converting to the
4269 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4271 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4272 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4274 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4276 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4278 * config/tm-linux.h: Ditto.
4279 * config/alpha/tm-alphalinux.h: Ditto.
4280 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4281 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4282 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4283 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4284 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4285 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4286 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4287 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4288 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4289 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4290 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4291 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4292 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4293 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4294 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4295 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4296 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4297 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4298 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4299 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4300 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4301 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4302 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4303 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4304 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4305 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4306 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4307 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4308 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4309 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4310 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4311 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4312 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4313 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4314 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4315 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4316 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4318 2002-05-04 Aidan Skinner <aidan@velvet.net>
4320 * ada-exp.tab.c: New file
4321 * ada-exp.y: New file
4322 * ada-lang.c: New file
4323 * ada-lang.h: New file
4324 * ada-lex.c: New file
4325 * ada-lex.l: New file
4326 * ada-tasks.c: New file
4327 * ada-typeprint.c: New file
4328 * ada-valprint.c: New file
4330 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4332 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4333 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4335 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4337 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4338 insetead of ppc-linux-tdep.o.
4339 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4340 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4342 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4344 2002-05-07 Christian Groessler <chris@groessler.org>
4345 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4346 bit register contents for little endian hosts.
4348 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4350 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4353 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4355 * gdbarch.h: Regenerate.
4357 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4359 * MAINTAINERS: Add everyone to write-after-approval list.
4361 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4363 * stack.c (frame_info): Use frame_register_unwind instead of
4364 saved_regs. Mention when the SP is on the stack or in a register.
4366 * frame.h (frame_register_unwind_ftype): Define. Document.
4367 (struct frame_info): Add field register_unwind and
4368 register_unwind_cache.
4369 (frame_register_unwind): Declare.
4370 (generic_unwind_get_saved_register): Declare.
4372 * frame.c (frame_register_unwind): New function.
4373 (generic_unwind_get_saved_register): New function.
4375 * blockframe.c (generic_call_dummy_register_unwind): New function.
4376 (frame_saved_regs_register_unwind): New function.
4377 (set_unwind_by_pc): New function.
4378 (create_new_frame): New function.
4379 (get_prev_frame): New function.
4381 2002-05-30 Andrew Cagney <ac131313@redhat.com>
4383 * a29k-share/: Delete directory.
4384 * remote-vx29k.c: Delete file.
4386 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4388 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4389 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4391 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4393 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4394 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4397 (sparcnbsd-tdep.o): New dependency lists.
4398 * NEWS: Note new UltraSPARC NetBSD native configuration.
4399 * configure.host (sparc64-*-netbsd*): New host.
4400 * configure.tgt (sparc-*-netbsdelf*)
4401 (sparc-*-netbsd*): Set gdb_target to nbsd.
4402 (sparc64-*-netbsd*): New target.
4403 * sparc64nbsd-nat.c: New file.
4404 * sparcnbsd-nat.c: New file.
4405 * sparcnbsd-tdep.c: New file.
4406 * sparcnbsd-tdep.h: New file.
4407 * config/sparc/nbsd.mt: New file.
4408 * config/sparc/nbsd64.mh: New file.
4409 * config/sparc/nbsd64.mt: New file.
4410 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4411 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4413 * config/sparc/nbsdaout.mt: Remove.
4414 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4415 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4417 * config/sparc/nbsdelf.mt: Remove.
4418 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4419 sparc-nat.c compatiblity defines.
4420 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4421 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4422 * config/sparc/tm-nbsd64.h: New file.
4423 * config/sparc/tm-nbsdaout.h: Remove.
4424 * config/sparc/xm-nbsd.h: Remove.
4426 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4428 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4429 * sparc-tdep.c: Include osabi.h.
4430 (gdbarch_tdep): Add osabi member.
4431 (_initialize_sparc_tdep): Use gdbarch_register.
4432 (sparc_gdbarch_init): Use generic OS ABI framework.
4433 (sparc_dump_tdep): New function.
4435 2002-05-30 Kevin Buettner <kevinb@redhat.com>
4437 * corefile.c (do_captured_read_memory_integer): Return non-zero
4439 (safe_read_memory_integer): Copy result of memory read when
4440 status is non-zero. Also, add comments.
4442 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4444 * Makefile.in (ppc_tdep_h): Define.
4447 (rs6000-tdep.o): Use $(ppc_tdep_h).
4450 (ppcnbsd-tdep.o): New dependency lists.
4451 * ppc-tdep.h: Use generic OS ABI framework.
4452 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4453 (ppc_linux_init_abi): New functions.
4454 (ppc_sysv_abi_broken_use_struct_convention)
4455 (ppc_sysv_abi_use_struct_convention)
4456 (ppc_sysv_abi_push_arguments): Move to...
4457 * ppc-sysv-tdep.c: ...here.
4458 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4459 * rs6000-tdep.c (process_note_abi_tag_sections)
4460 (get_elfosabi): Remove.
4461 (rs6000_gdbarch_init): Use generic OS ABI framework.
4462 (rs6000_dump_tdep): New function.
4463 (_initialize_rs6000_tdep): Use gdbarch_register.
4464 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4465 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4466 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4467 of ppc-linux-tdep.o.
4468 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4469 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4470 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4471 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4472 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4473 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4475 2002-05-29 Jim Blandy <jimb@redhat.com>
4477 * macroscope.c (default_macro_scope): Put `void' in empty argument
4480 2002-05-29 Andrew Cagney <ac131313@redhat.com>
4482 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4483 * arch-utils.c: Include "sim-regno.h".
4484 * gdbarch.sh: Don't include "sim-regno.h".
4485 * gdbarch.h, gdbarch.c: Regenerate.
4486 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4488 * arch-utils.h (legacy_register_sim_regno): To here.
4489 * remote-sim.c (legacy_register_sim_regno): Move function from
4491 * arch-utils.c (legacy_register_sim_regno): To here.
4493 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4495 * sim-regno.h: New file.
4496 * Makefile.in (sim_regno_h): Define.
4497 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4498 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4499 (legacy_register_sim_regno): New function.
4500 (one2one_register_sim_regno): New function.
4501 (gdbsim_fetch_register): Rewrite.
4502 (gdbsim_store_register): Only store a register when
4503 REGISTER_SIM_REGNO is valid.
4504 * d10v-tdep.c: Include "sim-regno.h".
4505 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4506 (d10v_ts3_register_sim_regno): Ditto.
4507 * gdbarch.sh: Include "sim-regno.h".
4508 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4509 * gdbarch.h, gdbarch.c: Regenerate.
4510 * arch-utils.h (default_register_sim_regno): Delete declaration.
4511 * arch-utils.c (default_register_sim_regno): Delete function.
4513 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4515 * ppcnbsd-nat.c: Rewrite.
4516 * ppcnbsd-tdep.c: New file.
4517 * ppcnbsd-tdep.h: New file.
4518 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4519 solib.o, and solib-svr4.o.
4520 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4521 nbsd-tdep.o, and corelow.o.
4523 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4525 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4526 `tr' and `sed'. Mention that `broken' targets are not expected to
4529 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4531 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4532 Let PC point right after the prologue before looking up symbols.
4534 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4536 * i386-tdep.c (i386_register_virtual_type): Return
4537 builtin_type_vec128i for SSE registers.
4539 * gdbtypes.h (builtin_type_vec128i): Declare.
4541 * gdbtypes.c (build_builtin_type_vec128i): New function.
4542 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4543 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4544 (build_gdbtypes): Initialize new builtin vector types.
4545 (_initialize_gdbtypes): Register new vector types with gdbarch.
4547 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4549 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4550 since it has been multi-arch'd.
4551 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4552 Move Alpha and VAX multi-arch news entries to same section
4553 as other multi-arch news.
4555 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4557 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4558 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4559 static. Rename some register numbers to put them in ns32k-tdep
4561 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4562 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4564 (_initialize_ns32k_tdep): Use gdbarch_register.
4565 * ns32k-tdep.h: New file.
4566 * ns32knbsd-tdep.c: New file.
4567 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4568 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4569 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4570 REGISTER_BYTES, REGISTER_BYTE): Remove.
4571 * config/ns32k/tm-ns32k.h: New file.
4572 * config/ns32k/tm-umax.h: Remove.
4574 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4576 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4577 ns32k_store_struct_return, ns32k_extract_return_value,
4578 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4580 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4581 ns32k_saved_pc_after_call.
4582 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4583 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4584 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4585 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4586 ns32k_extract_struct_value_address.
4588 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4590 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4591 ns32k_fix_call_dummy): New.
4592 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4593 ns32k_call_dummy_words.
4594 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4595 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4596 CALL_DUMMY_NARGS): Remove.
4597 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4599 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4601 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4602 ns32k_frame_saved_pc, ns32k_frame_args_address,
4603 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4604 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4605 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4606 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4607 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4608 (BREAKPOINT): Remove..
4609 (FRAME_CHAIN): Define as ns32k_frame_chain.
4610 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4611 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4612 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4613 (FRAME_FIND_SAVED_REGS): Remove.
4614 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4615 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4616 (POP_FRAME): Define as ns32k_pop_frame.
4618 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4620 * ns32k-tdep.c (ns32k_register_byte_32082,
4621 ns32k_register_byte_32382, ns32k_register_raw_size,
4622 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4624 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4625 ns32k_register_byte_32382.
4626 * config/ns32k/tm-umax.h: Update copyright years.
4627 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4628 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4629 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4630 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4631 (ns32k_get_enter_addr): Fix prototype.
4633 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4635 * ns32k-tdep.c: Update copyright years.
4636 (ns32k_register_name_32082): New function.
4637 (ns32k_register_name_32382): Ditto.
4638 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4639 (REGISTER_NAME): Define as ns32k_register_name_32382.
4640 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4641 (REGISTER_NAME): Define as ns32k_register_name_32082.
4643 2002-05-24 Jim Blandy <jimb@redhat.com>
4645 * dwarf2read.c (free_line_header): Use xfree, not free.
4647 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4649 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4650 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4652 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4654 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4656 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4658 From Ross Alexander at NEC Europe:
4659 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4661 2002-05-23 Michael Snyder <msnyder@redhat.com>
4663 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4664 for input, rather than parse_and_eval_address.
4666 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4668 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4669 * Makefile.in (sim_d10v_h): Update definition.
4671 2002-05-24 Andrew Cagney <cagney@redhat.com>
4673 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4674 change `2002-05-22 Michael Snyder' below.
4675 (d10v_push_arguments): Ditto.
4676 (d10v_extract_return_value): Ditto.
4678 2002-05-23 Jim Blandy <jimb@redhat.com>
4680 * macrotab.c (check_for_redefinition): Don't complain if the new
4681 definition is the same as the previous one. Take more arguments
4682 to allow the comparison.
4683 (macro_define_object, macro_define_function): Pass more arguments
4684 to check_for_redefinition.
4686 2002-05-22 Michael Snyder <msnyder@redhat.com>
4688 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4689 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4690 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4691 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4692 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4693 Add a temp variable to save a call (and a memory read).
4694 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4695 if possible (so that PC_IN_CALL_DUMMY will work).
4697 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4699 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4701 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4703 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4705 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4706 (dwarf2_build_frame_info): Add offset to fde->initial_location
4707 so that frames of shared libraries are mapped correctly.
4708 (execute_stack_op): Change type of 'result' from ULONGEST to
4711 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4713 * config/alpha/tm-nbsd.h: Include solib.h.
4715 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4717 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4718 assumptions about the host's byte order.
4720 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4722 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4724 * alphanbsd-tdep.c: Include solib-svr4.h.
4725 * shnbsd-tdep.c: Ditto.
4727 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4729 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4730 nbsd-tdep.h to dependency list.
4731 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4732 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4733 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4734 nbsdaout.mh and nbsdelf.mh consistently.
4735 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4736 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4737 nbsdaout.mt and nbsdelf.mh consistently.
4738 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4739 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4740 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4741 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4742 a.out shared library stuff from here...
4743 * config/nm-nbsdaout.h: ...to here.
4744 * config/tm-nbsd.h: Remove.
4745 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4746 * config/arm/nbsd.mh: Remove.
4747 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4749 * config/arm/nbsdaout.mh: New file.
4750 * config/arm/nbsdelf.mh: New file.
4751 * config/arm/nm-nbsdaout.h: New file.
4752 * config/i386/nbsd.mh: Remove.
4753 * config/i386/nbsd.mt: Remove.
4754 * config/i386/nbsdaout.mh: New file.
4755 * config/i386/nbsdaout.mt: New file.
4756 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4757 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4758 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4759 i386_register_u_addr): Remove.
4760 * config/i386/nm-nbsdaout.h: New file.
4761 * config/i386/nm-nbsdelf.h: Remove.
4762 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4763 (USE_STRUCT_CONVENTION): Remove.
4764 * config/i386/tm-nbsdaout.h: New file.
4765 * config/i386/tm-nbsdelf.h: Remove.
4766 * config/m68k/nbsd.mh: Remove.
4767 * config/m68k/nbsd.mt: Remove.
4768 * config/m68k/nbsdaout.mh: New file.
4769 * config/m68k/nbsdaout.mt: New file.
4770 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4771 * config/m68k/nm-nbsdaout.h: New file.
4772 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4773 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4774 * config/ns32k/nbsd.mh: Remove.
4775 * config/ns32k/nbsd.mt: Remove.
4776 * config/ns32k/nbsdaout.mh: New file.
4777 * config/ns32k/nbsdaout.mt: New file.
4778 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4779 * config/ns32k/nm-nbsdaout.h: New file.
4780 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4781 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4782 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4783 (SVR4_SHARED_LIBS): Remove.
4784 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4785 * config/sparc/nbsd.mh: Remove.
4786 * config/sparc/nbsd.mt: Remove.
4787 * config/sparc/nbsdaout.mh: New file.
4788 * config/sparc/nbsdaout.mt: New file.
4789 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4790 * config/sparc/nbsdelf.mt: New file.
4791 * config/sparc/nm-nbsdaout.h: New file.
4792 * config/sparc/nm-nbsdelf.h: Remove.
4793 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4794 * config/sparc/tm-nbsdaout.h: New file.
4796 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4798 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4800 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4802 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4804 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4806 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4808 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4810 * NEWS: Note new MIPS NetBSD native configuration.
4811 * configure.host (mips*-*-netbsd*): New host.
4812 * configure.tgt (mips*-*-netbsd*): New target.
4813 * mipsnbsd-nat.c: New file.
4814 * mipsnbsd-tdep.c: New file.
4815 * mipsnbsd-tdep.h: New file.
4816 * config/mips/nbsd.mh: New file.
4817 * config/mips/nbsd.mt: New file.
4818 * config/mips/nm-nbsd.h: New file.
4819 * config/mips/tm-nbsd.h: New file.
4821 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4823 * Makefile.in (SFILES): Add osabi.c.
4824 (COMMON_OBS): Add osabi.o.
4825 (osabi.o): New dependency list.
4826 * osabi.c: New file.
4827 * osabi.h: New file.
4828 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4830 * Makefile.in (alpha_tdep_h): Define and use instead of
4832 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4833 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4835 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4836 * alpha-tdep.h: Include osabi.h.
4837 (alpha_abi): Remove.
4838 (gdbarch_tdep): Use generic OS ABI framework.
4839 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4840 gdbarch_register_osabi.
4841 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4842 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4843 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4845 * Makefile.in (sh_tdep_h): Add osabi.h.
4846 * sh-tdep.h (sh_osabi): Remove.
4847 (gdbarch_tdep): Use generic OS ABI framework.
4848 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4849 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4850 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4851 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4853 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4854 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4855 gdbarch_register_osabi.
4856 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4857 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4858 (get_elfosabi): Rename to...
4859 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4860 ABI framework support routines.
4861 (arm_gdbarch_init): Use generic OS ABI framework.
4862 (arm_dump_tdep): Likewise.
4863 (_initialize_arm_tdep): Likewise.
4864 * arm-tdep.h: Include osabi.h.
4866 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4868 (arm_gdbarch_register_os_abi): Remove prototype.
4869 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4870 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4872 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4873 * mips-tdep.c: Include osabi.h.
4874 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4877 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4879 * h8300-tdep.c: Fix formatting.
4881 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4883 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4884 printing vector registers.
4886 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4888 From Fernando Nasser:
4889 * remote.c (remote_async_open_1): Re-throw the exception when the
4891 (remote_cisco_open): Ditto.
4892 (remote_open_1): Ditto.
4894 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4896 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4897 (remote_start_remote): Add uiout parameter. Pass through to
4898 remote_start_remote_dummy.
4899 (remote_open_1): Use catch_exception instead of catch_errors.
4900 (remote_async_open_1): Ditto.
4901 (remote_cisco_open): Ditto.
4903 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4905 * remote.c (remote_start_remote): Replace PTR with void pointer.
4906 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4909 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4911 * gdb_indent.sh: Allow the script to be run in the sim directory.
4913 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4915 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4916 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4918 * corelow.c (core_open): Only call set_gdbarch_from_file if
4921 2002-05-17 Andrey Volkov <avolkov@transas.com>
4923 * h8300-tdep.c: Add support of EXR register
4924 * config/h8300/tm-h8300.h: Ditto.
4926 2002-05-17 Andrey Volkov <avolkov@transas.com>
4928 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4930 2002-05-17 Andrey Volkov <avolkov@transas.com>
4932 * h8300-tdep.c: Change literal regnums to REGNO.
4934 2002-05-17 Jim Blandy <jimb@redhat.com>
4936 * NEWS: Note addition of macro support.
4938 Expand preprocessor macros in C expressions.
4939 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4940 (scan_macro_expansion, scanning_macro_expansion,
4941 finished_macro_expansion): New function declarations.
4942 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4943 variable declarations.
4944 * parser-defs.h (expression_context_pc): New declaration.
4945 * parse.c (expression_context_pc): New variable.
4946 (parse_exp_1): Set expression_context_pc, as well as
4947 expression_context_block.
4948 * c-exp.y (yylex): If we're not already reading the result of a
4949 macro expansion, try to macro-expand the next token. When we're
4950 done scanning a macro expansion, switch back to the mainline text.
4951 Commas and `if's in a macro's expansion don't terminate the input.
4952 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4953 (macro_original_text, macro_expanded_text,
4954 expression_macro_lookup_func, expression_macro_lookup_baton): New
4956 (scan_macro_expansion, scanning_macro_expansion,
4957 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4958 c_preprocess_and_parse): New functions.
4959 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4960 c_preprocess_and_parse, instead of c_parse.
4961 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4962 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4964 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4966 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4967 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4968 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4970 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4972 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4974 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4976 * Makefile.in (sh_tdep_h): Define and use.
4977 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4978 register enum): Move to...
4979 * * sh-tdep.h: ...here.
4980 * sh-tdep.c: Include sh-tdep.h.
4981 * sh3-rom.c: Likewise.
4982 * shnbsd-tdep.c: Likewise.
4984 2002-05-16 Michael Snyder <msnyder@redhat.com>
4986 * arm-tdep.c: Spelling fix in comment.
4988 2002-05-16 Jim Blandy <jimb@redhat.com>
4990 Add commands for manually expanding macros and showing their
4992 * macrocmd.c, macroscope.c, macroscope.h: New files.
4993 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4994 (macroscope_h): New variable.
4995 (HFILES_NO_SRCDIR): Add macroscope.h.
4996 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4997 (macroscope.o, macrocmd.o): New rules.
4999 Teach the Dwarf 2 reader to read macro information.
5000 * dwarf2read.c: #include "macrotab.h".
5001 (dwarf_macinfo_buffer): New variable.
5002 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5004 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5005 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5006 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5007 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5008 dwarf2_macro_spaces_in_definition): New complaints.
5009 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5010 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5011 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5012 the partial symbol table.
5013 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5014 from what's recorded in the partial symbol table.
5015 (read_file_scope): If the compilation unit has a
5016 `DW_AT_macro_info' attribute, read its macro information.
5017 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5019 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5022 * ser-tcp.c: Don't include <netinet/udp.h>.
5024 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5026 * MAINTAINERS: Update my email address.
5028 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5030 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5031 include file of the same name.
5033 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5035 * configure.tgt: Mark v850 as multi-arched.
5036 * config/v850/tm-v850.h: Remove file.
5037 * config/v850/v850.mt: Eliminate TM_FILE.
5039 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5041 * v850-tdep.c: Full multi-arch.
5042 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5043 Define GDB_MULTI_ARCH to 2.
5045 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5047 * p-exp.y (current_type): New static variable.
5048 Carries the type of the expression at the position that is parsed.
5049 (push_current_type, pop_current_type): Two new functions. Used
5050 to store/restore current_type in expression on specific tokens.
5051 (search_field): New static variable. Set to one after parsing a point
5052 as at that point only a FIELDNAME token should be searched.
5053 (FIELDNAME): New token. After a point only a token belonging to
5054 current_type type definition is allowed.
5055 (all over token rules): reset and change current_type according
5057 (exp '[' rule): insert implicit array index field if
5058 exp is a pascal string type.
5060 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5062 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5063 frame info. Use frame_info's saved_regs instead of matching member
5064 in extra_frame_info throughout.
5065 (v850_frame_init_saved_regs): New function.
5066 (v850_init_extra_frame_info): Move most functionality into
5067 v850_frame_init_saved_regs().
5068 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5069 (v850_frame_find_saved_regs): Remove declaration.
5070 (FRAME_FIND_SAVED_REGS): Remove definition.
5071 (v850_frame_init_saved_regs): Add declaration.
5072 (FRAME_INIT_SAVED_REGS): Add definition.
5074 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5076 * v850-tdep.c: Begin multi-arch'ing v850.
5077 (v850_target_architecture_hook): Remove function.
5078 (v850_gdbarch_init): New function. Add code previously in
5079 v850_target_architecture_hook().
5080 (_initialize_v850_tdep): Don't set target_architecture_hook.
5081 Call register_gdbarch_init() instead.
5083 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5085 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5086 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5087 (fixup_class_method_type): Likewise.
5089 2002-05-15 Jim Blandy <jimb@redhat.com>
5091 Add macro structures to GDB's symbol tables. Nobody puts anything
5093 * symtab.h (struct symtab): New member: `macro_table'.
5094 * buildsym.h (pending_macros): New global variable.
5095 * buildsym.c: #include "macrotab.h".
5096 (buildsym_init): Initialize `pending_macros'.
5097 (end_symtab): If we found macro information while reading a CU's
5098 debugging info, do build a symtab structure for it. Make the
5099 symtab point to the macro information, and clear the
5100 `pending_macros' pointer which held it while we were reading the
5102 (really_free_pendings): Free any pending macro table.
5103 * objfiles.h (struct objfile): New member: `macro_cache'.
5104 * objfiles.c (allocate_objfile): Set allocate and free functions
5105 for the macro cache's objstack.
5106 (free_objfile): Empty the macro cache's obstack.
5107 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5108 set new allocate and free functions for it.
5109 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5110 free functions for the macro cache's objstack. (Why is this
5111 function building its own objfile?)
5112 * symmisc.c (print_objfile_statistics): Print statistics on the
5114 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5116 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5118 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5119 (REGISTER_U_ADDR): Delete definition.
5120 (arm_register_u_addr): Delete declaration.
5122 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5124 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5125 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5127 2002-05-14 Andrew Cagney <ac131313@redhat.com>
5129 * regcache.c (register_valid): Revise comments refering to "Not
5130 available" and "unavailable".
5131 * frame.c (frame_register_read): Ditto.
5132 * findvar.c (value_of_register): Ditto.
5134 2002-05-15 Andrew Cagney <cagney@redhat.com>
5136 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5137 (remote-sim.o): Update dependencies.
5138 (d10v-tdep.o): Specify dependencies.
5139 (sim_d10v_h): Define.
5141 2002-05-14 Jim Blandy <jimb@redhat.com>
5143 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5144 * macrotab.c (macro_lookup_inclusion, find_definition,
5145 new_macro_table): Same.
5147 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5148 not `! strcmp ()'. This is a dubious improvement.
5149 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5151 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5152 although it's not necessary, to avoid a warning.
5154 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5156 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5157 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5158 TYPE_INSTANCE_FLAGS.
5159 (struct main_type): New.
5160 (struct type): Move most members to struct main_type. Change
5161 cv_type and as_type to new type_chain member. Add instance_flags.
5162 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5163 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5164 (finish_cv_type): Remove prototype.
5165 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5167 (alloc_type_instance): New function.
5168 (smash_type): New function.
5169 (make_pointer_type, make_reference_type, make_function_type)
5170 (smash_to_member_type, smash_to_method_type): Call smash_type.
5171 (make_qualified_type): New function.
5172 (make_type_with_address_space): Call make_qualified_type.
5173 (make_cv_type): Likewise.
5174 (finish_cv_type): Remove unnecessary function.
5175 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5176 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5177 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5178 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5179 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5180 * hpread.c (hpread_read_struct_type): Likewise.
5181 * stabsread.c (read_struct_type): Likewise.
5183 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
5185 * configure.tgt: Add a catch all sh* target, for cases like
5186 sh[2,3,4]-elf and sh-hms.
5188 2002-05-14 Keith Seitz <keiths@redhat.com>
5190 * event-loop.c (create_file_handler): Don't do anything but
5191 update data when we are given a fd which we are already
5194 2002-05-14 Michal Ludvig <mludvig@suse.cz>
5196 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5197 (update_context): Use __func__ in warnings.
5199 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5201 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5202 and tcp_close to net_open and net_close.
5203 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5204 using UDP if requested. Don't try to disable Nagle on UDP
5206 * remote.c (remote_serial_open): New function. Warn about UDP.
5207 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5209 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5211 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5213 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5215 * configure.tgt: Remove sh-hms target.
5216 * MAINTAINERS: Don't list sh-hms as a separate target.
5218 2002-05-13 Jim Blandy <jimb@redhat.com>
5220 Add first preprocessor macro-expansion files.
5221 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5222 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5223 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5224 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5225 (COMMON_OBS): Add macrotab.o, macroexp.o.
5226 (macroexp.o, macrotab.o): New rules.
5228 2002-05-13 Andrew Cagney <ac131313@redhat.com>
5230 * config/m88k/tm-m88k.h: Update copyright.
5231 (m88k_target_write_pc): Declare
5232 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5233 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5234 (SHIFT_INST_REGS): Update definition.
5235 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5236 using old definition of TARGET_WRITE_PC.
5237 * regcache.c (generic_target_write_pc): Delete code handling
5239 * gdbarch.sh (NNPC_REGNUM): Delete.
5240 * gdbarch.h, gdbarch.c: Regenerate.
5242 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
5244 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5247 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
5249 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5250 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5251 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5253 * c-typeprint.c (cp_type_print_method_args): Likewise.
5254 (c_type_print_args): Likewise.
5255 * d10v-tdep.c (d10v_push_arguments): Likewise.
5256 (d10v_extract_return_value): Likewise.
5257 * expprint.c (print_subexp): Likewise.
5258 * gdbtypes.c (lookup_primitive_typename): Likewise.
5259 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5260 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5261 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5262 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5263 (TYPE_VECTOR): Likewise.
5264 * hpread.c (hpread_read_struct_type)
5265 (fix_static_member_physnames, fixup_class_method_type)
5266 (hpread_type_lookup): Likewise.
5267 * mdebugread.c (parse_symbol, parse_type): Likewise.
5268 * p-lang.c (is_pascal_string_type): Likewise.
5269 * valops.c (hand_function_call): Likewise.
5270 * x86-64-tdep.c (classify_argument): Likewise.
5272 * hpread.c (hpread_read_function_type)
5273 (hpread_read_doc_function_type): Call replace_type.
5274 * dstread.c (create_new_type): Delete.
5275 (decode_dst_structure, process_dst_function): Call alloc_type.
5276 Use type access macros.
5278 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5280 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5281 the're not supported by the current architecture.
5282 (i387_fill_fxsave): Likewise.
5284 2002-05-12 Fred Fish <fnf@redhat.com>
5286 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5287 sect_index_xxx members to index the first slot in section_offsets
5288 if all of the section_offsets are zero.
5290 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5292 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5293 checked in with last change.
5295 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5297 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5298 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5301 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
5303 * Makefile.in: Update dependencies.
5305 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5307 * language.c (local_hex_string_custom): Simplify. Do not depend
5308 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5310 * memattr.c (mem_info_command): Replace calls to
5311 longest_local_hex_string and longest_local_hex_string_custom.
5312 * buildsym.c (make_blockvector): Ditto.
5313 * solib.c (info_sharedlibrary_command): Ditto.
5314 * tracepoint.c (tracepoints_info): Ditto.
5315 * symtab.c (print_msymbol_info): Ditto.
5317 * language.c (local_hex_string): Delete.
5318 (local_hex_string_custom): Delete.
5319 (longest_local_hex_string): Rename to local_hex_string.
5320 (longest_local_hex_string_custom): Rename to
5321 local_hex_string_custom.
5322 * language.h (local_hex_string): Change parameter type to LONGEST.
5323 (local_hex_string_custom): Ditto.
5324 (longest_local_hex_string): Delete declaration.
5325 (longest_local_hex_string_custom): Ditto.
5327 * solib.c: Update copyright.
5328 * memattr.c: Update copyright.
5330 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5332 * arch-utils.h (legacy_register_to_value): Declare.
5333 (legacy_value_to_register): Declare.
5334 (legacy_convert_register_p): Declare.
5335 * arch-utils.c (legacy_register_to_value): New function.
5336 (legacy_value_to_register): New function.
5337 (legacy_convert_register_p): New function.
5339 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5340 (VALUE_TO_REGISTER): Define.
5341 (CONVERT_REGISTER_P): Define.
5342 * gdbarch.h, gdbarch.c: Regenerate.
5344 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5346 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5349 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
5350 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5352 * Makefile.in: Update dependencies for valops.c.
5353 * valops.c: Include "gdb_assert.h".
5354 (typecmp): Skip THIS parameter to methods.
5355 (find_method_list): Remove static_memfuncp argument,
5356 update callers. Check for stub methods.
5357 (find_value_oload_method_list): Don't set *static_memfuncp.
5358 (find_overload_match): Don't check for stub methods. Assert
5359 that methods are not stubbed. Handle static methods.
5360 (value_find_oload_method_list): Remove static_memfuncp argument.
5361 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5362 to the argument list for static stub methods.
5363 * value.h (value_find_oload_method_list): Update prototype.
5365 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5367 * arch-utils.h (generic_register_size): Declare.
5368 (generic_register_raw_size, generic_register_virtual_size): Delete
5370 * arch-utils.c (generic_register_raw_size): Delete.
5371 (generic_register_size): New function.
5372 (generic_register_virtual_size): Delete.
5374 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5375 default generic_register_size.
5376 * gdbarch.h, gdbarch.c: Re-generate.
5378 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5379 register_virtual_size.
5380 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5381 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5383 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5385 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5386 * gdbarch.h, gdbarch.c: Regenerate.
5387 * gnu-v3-abi.c: Update copyright.
5388 (vtable_address_point_offset): Update.
5389 (gnuv3_rtti_type): Update.
5390 (gnuv3_baseclass_offset): Update.
5391 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5392 (init_fetch_link_map_offsets): Update.
5393 * remote.c (get_remote_state): Update.
5395 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5397 * TODO: Remove value_headof/value_from_vtable_info comment.
5398 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5399 * values.c (value_headof, value_from_vtable_info): Delete.
5400 * value.h (value_from_vtable_info): Delete prototype.
5402 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5404 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5405 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5407 (gdb_assert_h): Define.
5408 (gdb_wait_h): Define.
5409 (gdb_regex_h): Define.
5411 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5413 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5414 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5416 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5418 * nbsd-tdep.c: Fix comment.
5420 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5422 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5423 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5424 (nbsd-tdep.o): New dependency list.
5425 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5427 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5428 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5429 * nbsd-tdep.c: New file.
5430 * nbsd-tdep.h: New file.
5431 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5433 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5434 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5435 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5436 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5438 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5440 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5441 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5442 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5443 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5444 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5445 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5447 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5449 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5450 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5451 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5452 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5453 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5454 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5455 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5457 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5459 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5460 fetch_elfcore_registers to...
5461 * i386nbsd-tdep.c: ...here.
5462 (i386nbsd_use_struct_convention): Rename to...
5463 (i386nbsd_aout_use_struct_convention): ...this.
5464 (i386nbsd_supply_reg): New function.
5465 (i386nbsd_fill_reg): New function.
5466 (fetch_core_registers): Use i386nbsd_supply_reg.
5467 (fetch_elfcore_registers): Likewise.
5468 (_initialize_i386nbsd_tdep): New function.
5469 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5470 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5471 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5472 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5473 (i386nbsd_aout_use_struct_convention): ...this.
5475 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5477 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5478 (store_inferior_registers): Use shnbsd_fill_reg.
5479 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5480 sh_nbsd_supply_register): Collapse into...
5481 (shnbsd_supply_reg): ...this.
5482 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5483 (shnbsd_fill_reg): ...this.
5484 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5485 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5486 (fetch_core_registers): Use shnbsd_supply_reg.
5487 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5488 (sh_nbsd_core_fns): Rename to...
5489 (shnbsd_core_fns): ...this.
5490 (sh_nbsd_elfcore_fns): Rename to...
5491 (shnbsd_elfcore_fns): ...this.
5492 (sh_nbsd_init_abi): Rename to...
5493 (shnbsd_init_abi): ...this.
5494 (_initialize_sh_nbsd_tdep): Rename to...
5495 (_initialize_shnbsd_tdep): ...this.
5496 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5497 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5498 sh_nbsd_fill_register): Remove prototypes.
5499 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5501 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5503 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5504 (i387-nat.o): Delete dependency list.
5505 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5506 (x86-64-linux-nat.o): Likewise.
5507 * i387-nat.c: Delete file, moving contents to...
5508 * i387-tdep.c: ...here.
5509 * i387-nat.h: Rename...
5510 * i387-tdep.h: ...to this.
5511 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5512 * i386-linux-nat.c: Likewise.
5513 * i386bsd-nat.c: Likewise.
5514 * i386gnu-nat.c: Likewise.
5515 * i386nbsd-nat.c: Likewise.
5516 * i386v4-nat.c: Likewise.
5517 * x86-64-linux-nat.c: Likewise.
5518 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5519 * config/i386/go32.mh (NATDEPFILES): Likewise.
5520 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5521 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5522 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5523 * config/i386/linux.mh (NATDEPFILES): Likewise.
5524 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5525 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5526 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5527 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5529 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5531 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5532 (alphanbsd-nat.o): Remove dependency list.
5533 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5534 * alphanbsd-nat.c: Delete. Contents moved to...
5535 * alphanbsd-tdep.c: ...here.
5536 (_initialize_alphanbsd_tdep): Register core functions.
5537 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5539 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5541 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5542 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5543 (alphanbsd-nat.o): Likewise.
5544 (alphabsd-tdep.o): New dependency list.
5545 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5546 (fill_gregset): Use alphabsd_fill_reg.
5547 (supply_fpregset): Use alphabsd_supply_fpreg.
5548 (fill_fpregset): Use alphabsd_fill_fpreg.
5549 (fetch_inferior_registers): Use struct reg and struct fpreg
5550 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5551 and alphabsd_supply_fpreg.
5552 (store_inferior_registers): Use struct reg and struct fpreg
5553 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5554 and alphabsd_fill_fpreg.
5555 * alphabsd-tdep.c: New file.
5556 * alphabsd-tdep.h: New file.
5557 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5558 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5559 alphabsd_supply_fpreg.
5560 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5561 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5563 2002-05-11 Eric Christopher <echristo@redhat.com>
5565 * mips-tdep.c (mips_double_register_type): Fix thinko.
5566 (mips_single_register_type): Ditto.
5567 * MAINTAINERS: Add self.
5569 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5571 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5572 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5573 right thing on architectures with different endianness and/or
5576 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5578 From Christian Limpach <chris@Pin.LU>
5579 * configure.in: Change sed expression which comments out
5580 NATDEPFILES to also comment out continuation lines.
5581 * configure: Regenerate.
5583 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5585 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5588 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5590 * sh-tdep.c: Include correct file.
5592 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5594 New support for sh64-elf (sh5) target.
5596 * configure.tgt: For sh64-elf target, default to sh-elf.
5598 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5599 (struct gdbarch_tdep): Add new fields for new registers and ABI
5602 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5603 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5604 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5605 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5606 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5607 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5608 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5609 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5610 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5611 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5612 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5613 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5614 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5615 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5616 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5617 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5618 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5619 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5620 sign_extend, sh64_nofp_frame_init_saved_regs,
5621 sh64_init_extra_frame_info, sh64_get_saved_register,
5622 sh64_extract_struct_value_address, sh64_pop_frame,
5623 sh64_push_arguments, sh64_extract_return_value,
5624 sh64_store_return_value, sh64_show_media_regs,
5625 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5626 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5627 sh_sh64_register_virtual_type,
5628 sh_sh64_register_convert_to_virtual,
5629 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5630 sh64_register_read, sh64_pseudo_register_write,
5631 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5632 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5633 sh64_do_pseudo_register, sh_compact_do_registers_info,
5634 sh64_do_registers_info, sh_gdbarch_init): New functions.
5636 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5638 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5640 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5642 * linespec.c (decode_line_1): Check for a double quote after
5643 a filename correctly.
5645 2002-05-10 Jim Blandy <jimb@redhat.com>
5647 Properly track the size of the current objfile's .debug_line section.
5648 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5649 (DWARF_LINE_SIZE): New macro.
5650 (dwarf2_build_psymtabs_hard): Record the line section's size in
5651 the partial symbol table.
5652 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5655 2002-05-10 Petr Sorfa <petrs@caldera.com>
5657 * ia64-tdep.c: Handle breakpoints on L instruction type
5658 in MLX instruction bundle by moving the breakpoint to
5659 the third slot (X instruction type) as L holds only data.
5661 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5663 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5664 (process_one_symbol): Complain about discarding local symbols
5665 due to a misplaced N_LBRAC entry.
5667 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5669 From Daniel Berlin <dan@cgsoftware.com>
5670 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5671 decrease the depth we are at, in the case of templates.
5673 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5675 * mips-tdep.c (mips_float_register_type): New function.
5676 (mips_double_register_type): New function.
5677 (mips_print_register): Use them.
5678 (do_fp_register_row): Likewise.
5680 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5682 * signals/signals.c (signals): Remove conditional compilation around
5683 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5684 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5686 2002-05-09 Michael Snyder <msnyder@redhat.com>
5688 * remote-rdp.c (remote_rdp_can_run): Remove.
5690 2002-05-09 Tom Tromey <tromey@redhat.com>
5692 * jv-valprint.c (java_val_print): Handle `char' as a special case
5695 2002-05-09 Michael Snyder <msnyder@redhat.com>
5697 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5698 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5699 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5700 str r(0123),[sp,#nn].
5701 (arm_skip_prologue): Ditto. Also make disassembly
5702 order-independent by placing it in a loop.
5704 2002-05-06 Michael Snyder <msnyder@redhat.com>
5706 * stabsread.c (read_type): Add recognition for new attribute:
5707 "@V;" means that an array type is actually a vector.
5708 This is analogous to the vector flag that's been added to dwarf2.
5710 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5712 * i386-tdep.h (i386_abi): New enum.
5713 (struct gdbarch_tdep): Replace os_ident member with abi.
5714 (i386_gdbarch_register_os_abi): New prototype.
5715 * i386-tdep.c (i386_abi_names): New array.
5716 (process_note_abi_tag_sections): Removed.
5717 (process_note_sections): New function.
5718 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5719 (struct i386_abi_handler): New struct.
5720 (i386_abi_handler_list): New variable.
5721 (i386_gdbarch_register_os_abi): New function.
5722 (i386_gdbarch_init): Adapt for the changes given above.
5724 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5726 * gregset.h: Say "GNU/Linux".
5728 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5730 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5731 (build_gdbtypes): Build builtin_type_v2_float.
5732 (_initialize_gdbtypes): Register new builtin type.
5734 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5736 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5737 (clear_gdbarch_swap): New function.
5738 (initialize_non_multiarch): Call.
5739 (gdbarch_update_p): Before calling init(), swap out and clear the
5740 existing architecture.
5741 * gdbarch.c: Regenerate.
5743 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5745 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5748 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5750 * sh-nbsd-nat.c: Rename to...
5751 * shnbsd-nat.c: ...this.
5752 * sh-nbsd-tdep.c: Rename to...
5753 * shnbsd-tdep.c: ...this.
5754 * sh-nbsd-tdep.h: Rename to...
5755 * shnbsd-tdep.h: ...this.
5756 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5757 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5759 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5761 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5762 concatenation for command help messages.
5764 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5766 * NEWS: Note new sh*-*-netbsdelf* configuration.
5767 * configure.host: Set gdb_host_cpu to sh for all sh*.
5768 (sh*-*-netbsdelf*): New host.
5769 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5770 (sh*-*-netbsdelf*): New target.
5771 * sh-nbsd-nat.c: New file.
5772 * sh-nbsd-tdep.c: New file.
5773 * sh-nbsd-tdep.h: New file.
5774 * config/sh/nbsd.mh: New file.
5775 * config/sh/nbsd.mt: New file.
5776 * config/sh/nm-nbsd.h: New file.
5777 * config/sh/tm-nbsd.h: New file.
5779 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5781 * sh-tdep.c (sh_osabi_names): Declare.
5782 (process_note_abi_tag_sections): New function.
5783 (get_elfosabi): Ditto.
5784 (sh_gdbarch_register_os_abi): Ditto.
5785 (sh_dump_tdep): Ditto.
5786 _initialize_sh_tdep): Use gdbarch_register to register
5787 sh_gdbarch_init and sh_dump_tdep.
5788 * config/sh/tm-sh.h (sh_osabi): Declare.
5789 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5791 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5793 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5794 (thumb_scan_prologue): Ditto.
5795 (arm_find_callers_reg): Ditto.
5796 (arm_frame_chain): Ditto.
5797 (arm_init_extra_frame_info): Ditto.
5798 (arm_frame_saved_pc): Ditto.
5799 (arm_pop_frame): Ditto.
5800 (arm_push_return_address): New function.
5801 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5802 call_dummy_location, call_dummy_breakpoint_offset_p,
5803 call_dummy_breakpoint_offset, call_dummy_p,
5804 call_dummy_stack_adjust_p, call_dummy_words,
5805 sizeof_call_dummy_words, call_dummy_start_offset,
5806 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5807 call_dummy_address, push_return_address and push_dummy_frame for
5808 generic dummy frames.
5810 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5812 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5813 size computation for alloca.
5814 (sh_fp_frame_init_saved_regs): Likewise.
5816 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5818 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5819 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5820 * arm-tdep.c (arm_store_return_value): Use them.
5821 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5822 * remote-rdp.c (remote_rdp_fetch_register): Use
5823 ARM_MAX_REGISTER_RAW_SIZE.
5824 (remote_rdp_store_register): Likewise.
5826 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5828 * dwarf2cfi.c: Code cleanup, removed unused variables,
5829 added default labels to switch {} statements.
5830 * x86-64-tdep.c: Ditto.
5831 * x86-64-linux-nat.c: Ditto.
5833 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5835 * solib.h: Protect against multiple inclusion.
5837 2002-05-06 Jim Blandy <jimb@redhat.com>
5839 Add first preprocessor macro-expansion files.
5840 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5841 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5842 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5843 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5844 (COMMON_OBS): Add macrotab.o, macroexp.o.
5845 (macroexp.o, macrotab.o): New rules.
5847 Separate the job of reading the line number info statement program
5848 header (...expialidocious) out into its own function.
5849 * dwarf2read.c (struct line_head, struct filenames, struct
5850 directories): Replace with...
5851 (struct line_header): New structure, containing the full
5852 contents of the statement program header, including the
5853 include directory and file name tables.
5854 (read_file_scope): If we have line number info, instead of just
5855 calling dwarf_decode_lines to do all the work, call
5856 dwarf_decode_line_header first to get a `struct line_header'
5857 containing the data in the statement program header, and then
5858 pass that to dwarf_decode_lines, which will pick up where that
5859 left off. Be sure to clean up the `struct line_header' object.
5860 (dwarf_decode_line_header, free_line_header, add_include_dir,
5861 add_file_name): New functions.
5862 (dwarf_decode_lines): Move all the code to read the statement
5863 program header into dwarf_decode_line_header. Take the line
5864 header it built as the first argument, instead of the offset to
5865 the compilation unit's line number info. Use the new `struct
5866 line_header' type instead of the old structures. No need to do
5867 cleanups here now, since we don't allocate anything.
5868 (dwarf2_statement_list_fits_in_line_number_section,
5869 dwarf2_line_header_too_long): New complaints.
5871 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5873 * gdbtypes.c (init_vector_type): New function.
5874 (build_builtin_type_vec128): Simplify the representation of SIMD
5876 (build_gdbtypes): Initialize new builtin vector types.
5877 (_initialize_gdbtypes): Register new vector types with gdbarch.
5878 (builtin_type_v4_float, builtin_type_v4_int32,
5879 builtin_type_v8_int16, builtin_type_v16_int8,
5880 builtin_type_v2_int32, builtin_type_v4_int16,
5881 builtin_type_v8_int8): New (renamed) SIMD types.
5883 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5885 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5886 (i387_fill_fxsave): Likewise.
5888 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5890 * alpha-tdep.c (alpha_extract_return_value): Don't use
5891 non-constant array size in prototype.
5893 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5895 From Brian Taylor <briant at model dot com>:
5896 * ui-out.c (ui_out_field_core_addr): Use the function
5897 longest_local_hex_string_custom'to format addresses > 32 bits
5900 * ui-out.c (ui_out_field_core_addr): Update comment.
5902 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5904 * stack.c (select_and_print_frame): Make static. Delete the
5906 (func_command): Update call.
5907 (select_frame_command): Delete code computing the frame level.
5908 * frame.h (select_and_print_frame): Delete declaration.
5910 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5912 * sparc-tdep.c (sparc_get_saved_register): Comment why
5913 get_prev_frame call is safe.
5915 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5917 * frame.h (select_frame): Delete level parameter.
5918 * stack.c (select_frame): Update. Use frame_relative_level to
5919 obtain the frame's level.
5920 (select_and_print_frame): Update call.
5921 (select_frame_command): Ditto.
5922 (up_silently_base): Ditto.
5923 (down_silently_base): Ditto.
5924 * ocd.c (ocd_start_remote): Ditto.
5925 * remote-rdp.c (remote_rdp_open): Ditto.
5926 * remote-mips.c (mips_initialize): Ditto.
5927 (common_open): Ditto.
5928 * remote-e7000.c (e7000_start_remote): Ditto.
5929 * m3-nat.c (select_thread): Ditto.
5930 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5931 (child_get_current_exception_event): Ditto.
5932 * varobj.c (varobj_create): Ditto.
5933 (varobj_update): Ditto.
5934 (c_value_of_root): Ditto.
5935 * tracepoint.c (finish_tfind_command): Ditto.
5936 * corelow.c (core_open): Ditto.
5937 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5938 * thread.c (info_threads_command): Ditto.
5939 (switch_to_thread): Ditto.
5940 * infrun.c (normal_stop): Ditto.
5941 (restore_selected_frame): Ditto.
5942 (restore_inferior_status): Ditto.
5943 * breakpoint.c (insert_breakpoints): Ditto.
5944 (watchpoint_check): Ditto.
5945 (bpstat_stop_status): Ditto.
5946 (do_enable_breakpoint): Ditto.
5947 * blockframe.c (flush_cached_frames): Ditto.
5948 (reinit_frame_cache): Ditto.
5950 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5952 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5955 2002-05-04 Jim Blandy <jimb@redhat.com>
5957 * gdbtypes.c (replace_type): Doc fix.
5959 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5961 * valprint.c (strcat_longest): Delete commented out function.
5964 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5966 * MAINTAINERS: Mark a29k as deleted.
5967 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5968 Move new configurations to the top.
5969 * configure.tgt: Remove a29k.
5970 * config/a29k/tm-vx29k.h: Delete.
5971 * config/a29k/vx29k.mt: Delete.
5972 * config/a29k/tm-a29k.h: Delete.
5973 * config/a29k/a29k-udi.mt: Delete.
5974 * config/a29k/a29k.mt: Delete.
5975 * a29k-tdep.c: Delete.
5976 * remote-udi.c: Delete.
5977 * remote-mm.c: Delete.
5978 * remote-eb.c: Delete.
5979 * remote-adapt.c: Delete.
5980 * Makefile.in: Remove obsolete code.
5981 * config/s390/s390x.mt: Ditto.
5982 * config/s390/s390.mt: Ditto.
5983 * config/sparc/sparclynx.mh: Ditto.
5984 * config/sparc/linux.mh: Ditto.
5985 * config/pa/hppaosf.mh: Ditto.
5986 * config/pa/hppabsd.mh: Ditto.
5987 * config/ns32k/nbsd.mt: Ditto.
5988 * config/mips/vr5000.mt: Ditto.
5989 * config/m68k/sun3os4.mh: Ditto.
5990 * config/m68k/nbsd.mt: Ditto.
5991 * config/m68k/m68klynx.mh: Ditto.
5992 * config/m32r/m32r.mt: Ditto.
5993 * config/i386/x86-64linux.mt: Ditto.
5994 * config/i386/nbsdelf.mt: Ditto.
5995 * config/i386/nbsd.mt: Ditto.
5996 * config/i386/i386lynx.mh: Ditto.
5998 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6000 * target.c (debug_print_register): New function. Handle oversize
6002 (debug_to_fetch_registers): Call.
6003 (debug_to_store_registers): Call.
6005 2002-05-03 Jim Blandy <jimb@redhat.com>
6007 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6008 (read_type): Doc fix.
6009 * gdbtypes.c (replace_type): Doc fix.
6011 * stabsread.c (multiply_defined_struct): New complaint.
6012 (read_struct_type): If the type we were passed isn't empty, or
6013 incomplete, don't read the new struct type into it; complain,
6014 and return the original type unchanged. Take a new `type_code'
6015 argument, which is the type code for the new type.
6016 (read_type): Rather than storing the type's type code here, pass
6017 it as an argument to read_struct_type, and let that take care of
6018 storing it. That way, we don't overwrite the original type code,
6019 so read_struct_type can use it to decide whether we're overwriting
6020 something we shouldn't.
6021 (complain_about_struct_wipeout): New function.
6023 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6025 * gdbarch.sh: Assert that gdbarch is non-NULL.
6026 * gdbarch.c: Regenerate.
6028 2002-05-03 Jason Merrill <jason@redhat.com>
6030 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6033 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6035 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6036 (x86_64_dwarf2gdb_regno_map_length),
6037 (x86_64_dwarf2_reg_to_regnum): Added.
6038 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6039 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6040 (_initialize_x86_64_tdep): Synced with the change above.
6041 (x86_64_skip_prologue): Reformulated message.
6043 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6045 * f-exp.y: Also use new prev_lexptr variable
6046 to improve error reporting. Based on Michael Snyder
6047 2002-04-24 dated patch to c-exp.y.
6048 * jv-exp.y: Likewise.
6049 * m2-exp.y: Likewise.
6051 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6053 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6054 we are dealing with vectors.
6056 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6058 * config/m68k/tm-nbsd.h: Obvious fix,
6059 correct machine name.
6061 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6063 * p-typeprint.c (pascal_type_print_base): Add support
6064 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6066 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6068 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6069 for fondamental pascal 'char' type.
6071 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6073 * p-lang.h (is_pascal_string_type): Declaration changed,
6074 new sixth argument of type char ** added.
6075 * p-lang.c (is_pascal_string_type): Implementation
6076 changed. Args length_pos, length_size, string_pos, char_size
6077 can now be NULL. New argument arrayname set to the field
6078 name of the char array. Return value set to char array
6079 field index plus one.
6080 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6081 is_pascal_string_type function.
6083 2002-05-02 Andrew Cagney <cagney@redhat.com>
6085 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6086 <cagney@redhat.com> change.
6087 * gdbarch.c: Regenerate.
6089 2002-05-02 Andrew Cagney <cagney@redhat.com>
6091 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6092 before probing for a new one. Detect errorenous gdbarch_init
6094 * gdbarch.c: Regenerate.
6096 2002-05-01 Andrew Cagney <cagney@redhat.com>
6098 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6099 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6100 * config/v850/tm-v850.h: Ditto. Update copyright.
6102 2002-04-30 Andrew Cagney <ac131313@redhat.com>
6104 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6107 2002-04-30 Michael Snyder <msnyder@redhat.com>
6109 * arm-tdep.c: Whitespace clean-ups.
6110 (arm_skip_prologue): Fix thinko; two lines
6111 should have been removed as part of 4/24 change.
6113 2002-04-30 Kevin Buettner <kevinb@redhat.com>
6115 * rs6000-tdep.c: Added comment describing how fpscr register
6116 numbers were chosen.
6118 2002-04-30 Michael Snyder <msnyder@redhat.com>
6120 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6122 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6124 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6125 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6126 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6128 2002-04-29 Kevin Buettner <kevinb@redhat.com>
6130 From Louis Hamilton <hamilton@redhat.com>:
6131 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6132 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6133 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6134 not bfd-private xcoff data, to determine wordsize.
6135 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6137 2002-04-29 Andrew Cagney <ac131313@redhat.com>
6139 GDB 5.2 released from 5.2 branch.
6141 2002-04-29 Michal Ludvig <mludvig@suse.cz>
6143 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6144 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6145 (x86_64_register_info_table): Added comments with register numbers.
6147 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6149 * rs6000-tdep.c (rs6000_extract_return_value,
6150 rs6000_store_return_value): Handle returning vectors.
6151 (rs6000_gdbarch_init): Use
6152 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6153 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6155 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6157 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6158 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6160 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6162 * hpread.c (hpread_psymtab_to_symtab_1,
6163 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6164 with fprintf_unfiltered (gdb_stderr,...).
6166 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6168 * remote-array.c (printf_monitor, write_monitor,
6169 array_insert_breakpoint, array_remove_breakpoint ):
6170 Replace fprintf (stderr,...
6171 with fprintf_unfiltered (gdb_stderr,....
6172 * remote-es.c: Likewise.
6173 * remote-os9k.c: Likewise.
6174 * remote-st.c: Likewise.
6176 2002-04-28 Andreas Schwab <schwab@suse.de>
6178 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6179 linux-proc.o and gcore.o.
6181 2002-04-26 Michal Ludvig <mludvig@suse.cz>
6183 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6184 code without frame pointers.
6186 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6188 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6191 2002-04-26 Ben Elliston <bje@redhat.com>
6193 * target.c (do_xfer_memory): Correct reference to the new option
6194 "trust-readonly-sections".
6196 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
6198 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6199 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6200 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6202 (read_array_type): Record the fact that this array type is really a
6203 vector (i.e. are passed in by value).
6205 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6207 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6208 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6209 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6210 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6211 * alpha-linux-tdep.c: Include frame.h.
6212 (alpha_linux_sigcontext_addr): New function.
6213 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6214 alpha_linux_sigcontext_addr.
6215 * alpha-osf1-tdep.c: Include gdbcore.h.
6216 (alpha_osf1_sigcontext_addr): New function.
6217 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6218 alpha_osf1_sigcontext_addr.
6219 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6220 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6222 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6224 * stack.c (selected_frame_level):
6225 (select_frame): Do not set selected_frame_level.
6226 * frame.h (selected_frame_level): Delete declaration.
6228 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6230 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6231 convert_from_func_ptr-addr when AIX / PowerOpen.
6233 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6235 * valops.c (hand_function_call): Call
6236 generic_save_call_dummy_addr.
6237 * frame.h (generic_save_call_dummy_addr): Declare.
6238 * blockframe.c (struct dummy_frame): Add fields call_lo and
6240 (generic_find_dummy_frame): Check for PC in range call_lo to
6241 call_hi instead of entry_point_address.
6242 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6243 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6244 (generic_save_call_dummy_addr): New function.
6246 2002-04-24 David S. Miller <davem@redhat.com>
6248 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6249 sparc_skip_prologue.
6250 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6251 information to find prologue when possible.
6252 (sparc_prologue_frameless_p): Call examine_prologue directly.
6253 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6254 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6256 (SKIP_PROLOGUE): Likewise.
6258 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6260 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6261 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6262 indicate that the condition it was testing is always true.
6263 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6264 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6265 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6267 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6269 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6270 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6271 tdep->jb_pc and tdep->jb_elt_size.
6272 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6273 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6274 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6275 * alpha-nat.c (get_longjmp_target): Remove.
6276 (JB_ELEMENT_SIZE): Ditto.
6278 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6279 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6280 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6281 to alpha_get_longjmp_target.
6282 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6283 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6284 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6286 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6288 * README: Update to GDB 5.2.
6290 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6292 * gdbarch.sh (LC_ALL): Set to `c'.
6294 2002-04-25 Theodore A. Roth <troth@verinet.com>
6296 * avr-tdep.c: Ran through gdb_indent.sh.
6298 2002-04-25 Theodore A. Roth <troth@verinet.com>
6300 * MAINTAINERS: Add myself as AVR maintainer.
6301 * NEWS: Note new target avr.
6303 2002-04-25 Theodore A. Roth <troth@verinet.com>
6305 * Makefile.in: Add support for AVR target.
6306 * configure.tgt: Add support for AVR target.
6307 * avr-tdep.c: New file
6308 * config/avr/avr.mt: New file.
6310 2002-04-25 Theodore A. Roth <troth@verinet.com>
6312 * MAINTAINERS: Add myself to write-after-approval.
6314 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6316 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6317 with fprintf_unfiltered (gdb_stderr,....
6319 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6322 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6324 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6326 * p-exp.y: Also use new prev_lexptr variable
6327 to improve error reporting. Based on Michael Snyder
6328 2002-04-24 dated patch to c-exp.y.
6330 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6332 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6333 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6334 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6336 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6338 (FUNCTION_START_OFFSET): Remove.
6339 (BREAKPOINT): Ditto.
6341 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6343 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6346 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6348 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6349 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6350 alpha_linux_pc_in_sigtramp.
6351 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6352 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6353 alpha_osf1_pc_in_sigtramp.
6354 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6355 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6356 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6357 alphafbsd_pc_in_sigtramp.
6358 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6359 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6360 alphanbsd_pc_in_sigtramp.
6361 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6362 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6364 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6366 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6368 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6370 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6372 (alphanbsd-nat.o): New dependency list.
6373 (alphanbsd-tdep.o): Ditto.
6374 * NEWS: Note new native NetBSD/alpha configuration.
6375 * alphanbsd-nat.c: New file.
6376 * alphanbsd-tdep.c: Ditto.
6377 * configure.host (alpha*-*-netbsd*): New host.
6378 * configure.tgt (alpha*-*-netbsd*): New target.
6379 * config/alpha/nbsd.mh: New file.
6380 * config/alpha/nbsd.mt: Ditto.
6381 * config/alpha/nm-nbsd.h: Ditto.
6382 * config/alpha/tm-nbsd.h: Ditto.
6384 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6386 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6387 (alpha-osf1-tdep.o): New dependency list.
6388 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6389 and skip_sigtramp_frame members.
6390 * alpha-linux-tdep.c: Include gdbcore.h.
6391 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6392 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6393 * alpha-osf1-tdep.c: New file.
6394 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6396 (alpha_frame_past_sigtramp_frame): New function.
6397 (alpha_dynamic_sigtramp_offset): Ditto.
6398 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6399 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6400 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6401 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6402 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6403 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6404 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6405 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6406 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6407 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6408 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6409 to find_solib_trampoline_target.
6410 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6411 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6412 (SKIP_TRAMPOLINE_CODE): Remove.
6413 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6414 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6415 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6416 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6417 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6418 (PROC_SIGTRAMP_MAGIC): Ditto.
6419 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6420 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6421 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6422 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6423 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6425 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6427 * NEWS: Note that Alpha targets are now multi-arch.
6429 2002-04-24 Michael Snyder <msnyder@redhat.com>
6431 * parser-defs.h (prev_lexptr): New external variable.
6432 * parse.c (parse_exp_1): Set prev_lexptr to null before
6433 calling the language-specific parser.
6434 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6435 (yyerror): Use prev_lexptr in error reporting.
6437 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
6439 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6440 * gregset.h: If FILL_FPXREGSET is defined, provide
6441 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6442 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6443 is defined, call fill_fpxregset.
6445 2002-04-24 Roland McGrath <roland@frob.com>
6447 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6448 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6449 (supply_gregset, supply_fpregset): New functions.
6451 * gnu-nat.c (gnu_find_memory_regions): New function.
6452 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6453 (gnu_xfer_memory): Add a cast.
6455 2002-04-24 Michael Snyder <msnyder@redhat.com>
6457 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6458 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6459 of argument regs ("str r(0123), [r11, #-nn"]).
6460 (arm_skip_prologue): Better handling for frameless functions.
6461 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6462 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6464 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6466 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6467 NUM_PSEUDO_REGS can be used.
6469 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6471 * arch-utils.h: Update copyright.
6473 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6474 * gdbarch.h, gdbarch.c: Re-generate.
6476 * inferior.h (IN_SIGTRAMP): Delete definition.
6477 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6478 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6480 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6481 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6482 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6483 (find_proc_framesize): Ditto.
6484 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6485 (alpha_init_extra_frame_info): Ditto.
6486 * infrun.c (handle_inferior_event): Ditto.
6487 (handle_inferior_event): Ditto.
6488 (check_sigtramp2): Ditto.
6489 * blockframe.c (create_new_frame): Ditto.
6490 (get_prev_frame): Ditto.
6491 * ppc-linux-tdep.c: Update comments.
6492 * i386-linux-tdep.c: Update comments.
6493 * breakpoint.c (bpstat_what): Update comment.
6495 2002-04-24 David S. Miller <davem@redhat.com>
6497 * i960-tdep.c (register_in_window_p): New function.
6498 (i960_find_saved_register): Use it instead of
6499 REGISTER_IN_WINDOW_P.
6500 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6502 * symtab.h (find_stab_function_addr): Kill extern.
6503 * minsyms.c (find_stab_function_addr): Remove from here...
6504 * dbxread.c: ... to here, and mark it static.
6506 2002-04-20 David S. Miller <davem@redhat.com>
6508 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6509 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6511 2002-04-21 David S. Miller <davem@redhat.com>
6513 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6514 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6515 (vx_write_register): Likewise.
6517 2002-04-23 J. Brobecker <brobecker@gnat.com>
6519 * source.c (is_regular_file): New function.
6520 (openp): Check wether file to open is a regular file
6521 to avoid opening directories.
6523 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6525 * findvar.c (extract_signed_integer): Cast printf argument
6526 to suppress format warning.
6527 (extract_unsigned_integer): Likewise.
6528 * infcmd.c (registers_info): Likewise.
6529 * top.c (get_prompt_1): Likewise.
6530 * valops.c (value_assign): Likewise.
6531 * valprint.c (print_decimal): Likewise.
6533 2002-04-22 H.J. Lu (hjl@gnu.org)
6535 * c-exp.y (typebase): Support
6537 [long|long long|short] [signed|unsigned] [int|]
6541 signed [long|long long|short] int
6543 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6545 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6547 * vax-tdep.h: New file.
6548 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6549 Make several routines static.
6550 (vax_get_saved_register): New function.
6551 (vax_gdbarch_init): New function.
6552 (_initialize_vax_tdep): Register vax_gdbarch_init.
6553 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6554 Remove macros now under the control of gdbarch.
6556 2002-04-22 Michael Snyder <msnyder@redhat.com>
6558 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6559 Some whitespace and coding standards tweaks.
6561 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6563 * vax-tdep.c: Include regcache.h.
6564 (vax_call_dummy_words): New.
6565 (sizeof_vax_call_dummy_words): New.
6566 (vax_fix_call_dummy): New function.
6567 (vax_saved_pc_after_call): Ditto.
6568 * config/vax/tm-vax.h: Don't include regcache.h.
6569 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6570 (CALL_DUMMY): Remove.
6571 (CALL_DUMMY_WORDS): Define.
6572 (SIZEOF_CALL_DUMMY_WORDS): Define.
6573 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6575 2002-04-18 Michael Snyder <msnyder@redhat.com>
6577 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6579 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6581 * vax-tdep.c (vax_frame_chain): New function.
6582 (vax_push_dummy_frame): Ditto.
6583 (vax_pop_frame): Ditto.
6584 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6585 (FRAMELESS_FUNCTION_INVOCATION): Use
6586 generic_frameless_function_invocation_not.
6587 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6588 (POP_FRAME): Use vax_pop_frame.
6590 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6592 * vax-tdep.c (vax_store_struct_return): New function.
6593 (vax_extract_return_value): Ditto.
6594 (vax_store_return_value): Ditto.
6595 (vax_extract_struct_value_address): Ditto.
6596 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6597 vax_store_struct_return.
6598 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6599 (STORE_RETURN_VALUE): Use vax_store_return_value.
6600 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6602 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6604 * vax-tdep.c (vax_frame_saved_pc): New function.
6605 (vax_frame_args_address_correct): Ditto.
6606 (vax_frame_args_address): Ditto.
6607 (vax_frame_locals_address): Ditto.
6608 (vax_frame_num_args): Move code to be in proximity to
6609 other frame-related functions.
6610 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6611 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6612 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6613 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6614 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6616 2002-04-22 H.J. Lu (hjl@gnu.org)
6618 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6621 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6623 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6624 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6625 (FRAME_INIT_SAVED_REGS): New macro.
6627 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6629 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6631 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6633 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6635 (fetch_osf_core_registers): Likewise.
6636 (supply_gregset): Likewise.
6638 2002-04-22 J. Brobecker <brobecker@gnat.com>
6640 * symfile.h (get_section_index): Define.
6641 * symfile.c (get_section_index): New function.
6642 * mdebugread.c (SC_IS_SBSS): New macro.
6643 (SC_IS_BSS): Return true for the scBss storage class only, as
6644 the scSBss storage class refers to the .sbss section.
6645 (parse_partial_symbols): Discard the symbols which associated
6646 section does not exist.
6647 Make sure to use the .sbss section index for symbols which
6648 storage class is scBss, rather than using the .bss section index.
6650 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6652 * vax-tdep.c: Update copyright years.
6653 (vax_register_name): New function.
6654 (vax_register_byte): Ditto.
6655 (vax_register_raw_size): Ditto.
6656 (vax_register_virtual_size): Ditto.
6657 (vax_register_virtual_type): Ditto.
6658 * config/vax/tm-vax.h: Update copyright years.
6659 (REGISTER_NAMES): Remove.
6660 (REGISTER_NAME): Define.
6661 (REGISTER_BYTE): Use vax_register_byte.
6662 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6663 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6664 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6666 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6668 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6670 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6672 2002-04-21 David S. Miller <davem@redhat.com>
6674 * arch-utils.c (generic_prologue_frameless_p): Kill
6675 SKIP_PROLOGUE_FRAMELESS_P code.
6676 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6678 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6679 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6680 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6682 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6683 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6684 (sparc_gdbarch_init): Pass it to
6685 set_gdbarch_prologue_frameless_p.
6687 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6689 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6690 (alphabsd-nat.o): New dependency list.
6692 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6694 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6696 (alpha-linux-tdep.o): New dependency list.
6697 (alphafbsd-tdep.o): Likewise.
6699 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6701 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6703 * alpha-tdep.c: ...from here.
6704 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6706 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6708 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6709 prototype from here...
6710 * alpha-tdep.h: ...to here.
6712 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6714 * frame.h (selected_frame_level): Document as deprecated.
6715 (frame_relative_level): Declare.
6716 * stack.c (frame_relative_level): New function.
6717 (selected_frame_level): Document as deprecated.
6718 (select_frame): Do not set the selected_frame_level.
6720 * stack.c (frame_info, record_selected_frame): Update.
6721 (frame_command, current_frame_command): Update.
6722 (up_silently_base, up_command, down_silently_base): Update.
6723 (down_command): Update.
6724 * inflow.c (kill_command): Update.
6725 * tracepoint.c (finish_tfind_command): Update.
6726 * corelow.c (core_open): Update.
6727 * thread.c (info_threads_command): Update.
6728 (do_captured_thread_select): Update.
6729 * infcmd.c (finish_command): Update.
6730 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6732 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6734 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6736 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6738 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6741 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6743 * alphafbsd-tdep.c: Update copyright years. Include
6745 (alphafbsd_use_struct_convention): Make static.
6746 (alphafbsd_init_abi): New function.
6747 (_initialize_alphafbsd_tdep): New function.
6748 * config/alpha/tm-fbsd.h: Update copyright years.
6749 (USE_STRUCT_CONVENTION): Remove.
6751 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6753 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6754 an Alpha ABI variant.
6755 (alpha_abi_handler_list): Declare.
6756 (alpha_gdbarch_register_os_abi): New function.
6757 (alpha_gdbarch_init): Give registered ABI variant handlers a
6758 chance to tweak the gdbarch once we have set up defaults.
6759 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6761 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6763 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6764 to standard_coerce_float_to_double.
6765 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6767 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6769 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6770 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6771 from gdbarch_tdep rather than a constant.
6772 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6773 the default text address for all Alpha Unix ABIs.
6774 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6775 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6777 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6779 * alpha-tdep.h: New file. Includes several Alpha target constants
6781 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6782 let gdbarch deal with.
6783 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6784 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6786 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6787 Alpha target register names.
6788 * alphabsd-nat.c: Likewise.
6789 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6790 Alpha target register names. Make serveral routines static.
6791 (alpha_get_saved_register): New function.
6792 (alpha_abi_names): New.
6793 (process_note_abi_tag_sections): New function.
6794 (get_elfosabi): New function.
6795 (alpha_gdbarch_init): New function.
6796 (alpha_dump_tdep): New function.
6797 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6799 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6801 * frame.c (find_saved_register): Delete #ifdef
6802 HAVE_REGISTER_WINDOWS code.
6803 * config/sparc/tm-sparc.h: Update comments.
6804 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6806 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6808 * i960-tdep.c (i960_find_saved_register): New function.
6809 (i960_get_saved_register): New function.
6810 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6811 (i960_get_saved_register): Declare.
6812 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6814 2002-04-20 David S. Miller <davem@redhat.com>
6816 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6818 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6820 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6821 instead of NUM_PSEUDO_REGS.
6823 2002-04-20 David S. Miller <davem@redhat.com>
6825 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6826 GDB_MULTI_ARCH_PARTIAL
6827 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6828 define, let tm-sp64.h do it.
6830 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6832 * frame.c (find_saved_register): Avoid a NULL pointer
6833 dereference and actually walk the frame list.
6835 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6837 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6838 sorted in most most-recent-used order. Document.
6839 * gdbarch.h, gdbarch.c: Regenerate.
6841 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6843 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6845 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6846 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6847 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6850 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6853 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6854 (build_builtin_type_vec128): Ditto.
6855 (append_composite_type_field): Fix calculation of type length in
6858 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6860 * config/djgpp/README: Update.
6862 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6865 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6867 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6868 (alpha_setup_arbitrary_frame): ...to this.
6869 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6870 for alpha_setup_arbitrary_frame.
6872 2002-04-18 Andrew Cagney <cagney@redhat.com>
6874 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6875 * gdbarch.h, gdbarch.c: Regenerate.
6877 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6878 * target.h (memory_breakpoint_from_pc): Update declaration.
6879 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6881 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6882 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6883 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6884 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6885 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6886 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6887 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6888 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6889 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6890 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6891 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6892 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6894 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6896 * monitor.c (monitor_insert_breakpoint): Ditto.
6897 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6899 * config/mcore/tm-mcore.h: Update copyright.
6900 * mem-break.c: Ditto.
6901 * xstormy16-tdep.c: Ditto.
6903 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6905 * p-exp.y: Add precedence rule for '^' token.
6906 This removes the shift/reduce conflicts.
6907 Remove the comment concerning these shift/reduce conflicts.
6909 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6911 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6912 (registers_powerpc_nofp): New register set for processors
6913 without floating point unit.
6915 2002-04-18 David S. Miller <davem@redhat.com>
6917 * MAINTAINERS: Add myself to write-after-approval.
6919 2002-04-17 Michael Snyder <msnyder@redhat.com>
6921 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6923 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6925 * rs6000-tdep.c (frame_initial_stack_address): Use
6926 frame_register_read to read the alloca_reg.
6928 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6930 * frame.c (find_saved_register): Find saved registers in the next
6934 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6936 * gdbarch.sh (LANG): Set to ``c''.
6938 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6940 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6942 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6944 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6947 * hpread.c (hpread_get_lntt): Add declaration.
6948 Also fix PR gdb/391.
6950 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6952 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6953 * aclocal.m4, configure: Re-generate.
6956 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6958 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6959 instead of tm_print_insn.
6961 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6963 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6965 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6967 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6968 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6969 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6971 2002-04-12 Don Howard <dhoward@redhat.com>
6973 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6974 max_user_call_depth.
6975 (init_cmd_lists): Initialize the new value;
6976 * cli/cli-script.c (execute_user_command): Limit the call depth of
6977 user defined commands. This avoids a core-dump when user commands
6978 are infinitly recursive.
6980 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6982 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6983 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6984 from tdep struct instead of DEFAULT_LR_SAVE.
6985 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6986 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6987 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6989 2002-04-12 Michael Snyder <msnyder@redhat.com>
6991 * Remote.c: Spelling fix.
6992 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6993 If no symbol found for "sbrk", try "_sbrk".
6994 (make_output_phdrs): Use bfd_section_name.
6995 (gcore_copy_callback): Use bfd_section_name.
6996 * eval.c: Indentation fix-ups.
6997 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6998 in case it gets applied to an address that is already
6999 in the instruction space.
7000 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7001 * symfile.c: Fix indentation, long lines.
7002 * source.c: White space fix-up.
7004 2002-04-12 Andrew Cagney <cagney@redhat.com>
7006 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7007 * frame.c (frame_register_read): New function. Return non-zero on
7009 (read_relative_register_raw_bytes_for_frame): Delete.
7010 (read_relative_register_raw_bytes): Delete.
7011 * frame.h (frame_register_read): Declare.
7012 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7014 * infcmd.c (do_registers_info): Ditto.
7015 * hppa-tdep.c: Ditto.
7016 * rs6000-tdep.c: Ditto.
7017 * h8500-tdep.c: Ditto.
7018 * mips-tdep.c: Ditto.
7019 * h8300-tdep.c: Ditto.
7020 * z8k-tdep.c: Ditto.
7022 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7024 From Jimi X <jimix@watson.ibm.com>:
7025 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7028 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7030 From Jimi X <jimix@watson.ibm.com>:
7031 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7034 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7036 From Jimi X <jimix@watson.ibm.com>:
7037 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7038 register sets for these processor variants.
7040 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7042 * regformats/reg-ppc.dat: Support FPSCR.
7044 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7046 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7047 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7048 Add fpscr as an invalid/unfetchable register.
7049 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7050 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7051 (fill_fpregset): Add support for register fpscr.
7052 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7053 (fill_gregset): Account for the fact that register ``mq'' might
7055 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7056 (registers_power): Add fpscr to register set at slot 71.
7057 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7058 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7060 2002-04-11 Michael Snyder <msnyder@redhat.com>
7062 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7063 * configure: Regenerate.
7064 * config.in: Regenerate.
7065 * acconfig.h: Add define for _SYSCALL32.
7066 * core-sol2.c: Remove #define _SYSCALL32.
7067 * solib-legacy.c: Remove #define _SYSCALL32.
7069 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7071 * stack.c (select_frame): Cleanup internal error message, do not
7074 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7076 * stack.c (select_frame): Check that selected_frame and the
7077 specified level are as expected.
7078 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7080 * frame.h (struct frame_info): Add field `level'. Update
7082 Work-in-progress PR gdb/464.
7084 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7086 * maint.c (maint_print_section_info): Rename print_section_info.
7087 (print_bfd_section_info, print_objfile_section_info): Update.
7088 * inferior.h (struct gdbarch): Add opaque declaration.
7089 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7090 * gdbarch.h: Regenerate.
7092 2002-04-10 Michal Ludvig <mludvig@suse.cz>
7094 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7095 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7096 (kernel_u_size): Added.
7097 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7098 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7100 2002-04-04 Jim Ingham <jingham@apple.com>
7102 * valarith.c (find_size_for_pointer_math): New function, either returns
7103 the size for a pointer's target, returns 1 for void *, or errors for
7105 (value_add, value_sub): use find_size_for_pointer_math.
7107 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7109 * linux-low.c (linux_look_up_symbols): New hook.
7110 (linux_target_ops): Add linux_look_up_symbols.
7111 * remote-utils.c (decode_address): New function.
7112 (look_up_one_symbol): New function.
7113 * server.c (handle_query): Call target look_up_symbols hook.
7114 * server.h (look_up_one_symbol): Add prototype.
7115 * target.h (struct target_ops): Add look_up_symbols hook.
7117 2002-04-09 Andrew Cagney <ac131313@redhat.com>
7119 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7120 override FP_REGNUM with frame->fp. Update copyright.
7121 * parse.c (num_std_regs, std_regs): Delete.
7122 (target_map_name_to_register): Do not search std_regs. Update
7123 function description.
7124 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7125 declarations. Update copyright.
7128 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7130 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7131 after the last symbol in a block.
7133 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7135 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7136 is non zero as a found symbol.
7138 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7140 * findvar.c: Include "builtin-regs.h".
7141 (value_of_register): Call value_of_builtin_reg when applicable.
7142 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7143 (target_map_name_to_register): Call
7144 builtin_reg_map_name_to_regnum.
7145 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7146 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7147 (builtin_regs_h): Define.
7148 (builtin-regs.o): New target.
7149 (findvar.o): Add $(builtin_regs_h).
7150 * builtin-regs.c, builtin-regs.h: New files.
7151 * std-regs.c: New file.
7152 Partial fix for PR gdb/251.
7154 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7156 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7157 it's no longer required.
7159 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7161 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7163 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7165 From Jimi X <jimix@watson.ibm.com>:
7166 * rs6000-tdep.c (rs6000_software_single_step): Use
7167 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7168 and size. Use target_insert_breakpoint() and
7169 target_remove_breakpoint() to insert and remove breakpoints
7170 instead of explicit memory reads and writes.
7172 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7174 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7175 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7176 ELF_OBJECT_FORMAT ifdef.
7178 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7180 From Jimi X <jimix@watson.ibm.com>:
7181 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7183 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7185 From Jimi X <jimix@watson.ibm.com>:
7186 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7187 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7189 2002-04-07 Mark Kettenis <kettenis@gnu.org>
7191 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7192 s/asprintf/xasprintf/.
7193 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7195 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7197 I believe Jeff Law denies responsability for this one:
7198 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7199 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7200 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7201 Work-around for PR gdb/366.
7203 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7205 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7206 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7207 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7209 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7211 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7212 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7215 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7217 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7220 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7222 * README (Reporting Bugs in GDB): Document the bug web page as the
7223 prefered way of submitting bugs.
7226 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7228 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7230 * gdbarch.h, gdbarch.c: Re-generate.
7232 2002-04-07 Andreas Schwab <schwab@suse.de>
7234 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7235 buffer to regcache_collect.
7237 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7239 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7240 * gdbarch.c, gdbarch.h: Re-generate.
7242 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7244 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7245 declaration. Fix -Werror.
7247 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
7249 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7250 * gdbarch.c: Regenerate.
7252 2002-04-05 Michael Snyder <msnyder@redhat.com>
7254 * breakpoint.c (clear_command): Rewrite middle section to
7255 combine two loops with identical control conditions.
7256 Add a cleanup to eliminate a memory leak.
7257 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7259 2002-04-05 H.J. Lu (hjl@gnu.org)
7261 * solib-svr4.c (bkpt_names): Add "__start".
7263 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7265 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7266 as test for 64 bit target.
7268 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7270 * h8500-tdep.c (h8500_write_fp): Delete function.
7271 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7272 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7273 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7274 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7275 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7276 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7278 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7279 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7280 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7281 (d10v_write_fp): Delete function.
7282 * inferior.h (write_fp, generic_target_write_fp): Delete
7284 * regcache.c (generic_target_write_fp): Delete function.
7285 (write_fp): Delete function.
7286 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7287 * gdbarch.h, gdbarch.c: Regenerate.
7288 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7289 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7290 (sparc64_write_fp): Delete declaration.
7291 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7292 (h8500_write_fp): Delete declaration.
7294 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7296 * sparc-tdep.c (sparc64_write_fp): Delete.
7297 (sparc_push_dummy_frame): Replace write_fp call with code to store
7299 (sparc_gdbarch_init): Do not initialize write_fp.
7301 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7303 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7306 2002-03-29 Jim Blandy <jimb@redhat.com>
7308 * stack.c (get_selected_block): Add new argument `addr_in_block',
7309 used to return the exact code address we used to select the block,
7311 * blockframe.c (get_frame_block, get_current_block): Same.
7312 * frame.h (get_frame_block, get_current_block,
7313 get_selected_block): Update declarations.
7314 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7315 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7317 2002-04-05 Michael Snyder <msnyder@redhat.com>
7319 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7322 2002-04-05 J. Brobecker <brobecker@gnat.com>
7324 * utils.c (xfullpath): New function.
7325 * defs.h (xfullpath): Add declaration.
7326 * source.c (openp): Use xfullpath in place of gdb_realpath to
7327 avoid resolving the basename part of filenames when the
7328 associated file is a symbolic link. This fixes a potential
7329 inconsistency between the filenames known to GDB and the
7330 filenames it prints in the annotations.
7331 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7332 to be able to match a filename with either the real filename, or
7333 the name of any symbolic link to this file.
7334 (lookup_partial_symtab): Ditto.
7336 2002-04-04 Michael Snyder <msnyder@redhat.com>
7338 * breakpoint.c: Add support for hardware breakpoints in overlays.
7339 (overlay_events_enabled): New state variable.
7340 (insert_breakpoints): Use overlay_events_enabled to decide
7341 whether to attempt to set a breakpoint at the overlay load addr.
7342 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7343 (remove_breakpoint): Use overlay_events_enabled to decide
7344 whether breakpoints need to be removed from overlay load addr.
7345 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7346 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7347 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7348 disable_overlay_breakpoints): Update overlay_events_enabled.
7350 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7352 * dwarf2read.c (struct function_range): New.
7353 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7354 (check_cu_functions): New.
7355 (read_file_scope): Initialize global function lists.
7356 Call dwarf_decode_line after processing children.
7357 (read_func_scope): Add to global function list.
7358 (dwarf_decode_lines): Call check_cu_functions everywhere
7359 record_line is called. Call record_line with a linenumber
7360 of 0 to mark sequence ends.
7362 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7364 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7365 change sync with glibc.
7367 2002-04-03 Jim Blandy <jimb@redhat.com>
7369 * configure.in: Call AC_C_INLINE.
7370 * configure: Regenerated.
7372 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7374 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7375 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7377 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7379 * NEWS: Mention gcore support on FreeBSD/i386.
7381 * fbsd-proc.c: New file.
7382 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7383 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7385 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7388 2002-03-29 Jim Blandy <jimb@redhat.com>
7390 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7391 unescaped newlines in string literals, but newer ones don't. So
7394 2002-03-26 Michael Snyder <msnyder@redhat.com>
7395 Andrew Cagney <cagney@redhat.com>
7397 * cli/cli-dump.c: New file. Dump memory to file,
7398 restore file to memory.
7399 * cli/cli-dump.h: New file.
7400 * Makefile.in: Add rules, dependencies for cli-dump.o.
7401 * NEWS: Mention new commands.
7403 2002-03-28 Michael Snyder <msnyder@redhat.com>
7405 * symfile.c (symbol_file_add): Move test for null symbols to later.
7407 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7409 From veksler at il.ibm.com:
7410 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7411 the xstrduped original path.
7414 2002-03-27 Michael Snyder <msnyder@redhat.com>
7416 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7417 * infcmd.c (_initialize_infcmd): Ditto.
7418 * language.c (_initialize_language): Ditto.
7419 * symfile.c (_initialize_symfile): Ditto.
7420 * top.c (_init_main): Ditto.
7421 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7423 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7425 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7426 vector registers handling.
7427 (skip_prologue): Handle new AltiVec instructions. Fill in new
7428 fields of frame data.
7429 (frame_get_saved_regs): Fill in information for AltiVec registers.
7431 2002-03-27 Jim Blandy <jimb@redhat.com>
7433 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7434 a function; leave this macro here to invoke that function.
7435 (symbol_init_mangled_name): Declaration for that function.
7436 * symtab.c (symbol_init_mangled_name): New function.
7438 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7440 * valarith.c: Replace strerror with safe_strerror.
7441 * tracepoint.c: Ditto.
7443 * go32-nat.c: Ditto.
7447 2002-03-27 Andreas Schwab <schwab@suse.de>
7449 * event-top.c (command_line_handler): Remove useless if.
7451 2002-03-27 Andreas Jaeger <aj@suse.de>
7453 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7456 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7458 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7459 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7460 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7461 (x86_64_linux_dr_get_status, supply_gregset),
7462 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7463 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7464 (x86_64_register_info_table): Add.
7465 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7466 (x86_64_register_raw_size, x86_64_register_virtual_type),
7467 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7468 general x86_64_register_info_table.
7469 (i386_gdbarch_init): gdbarch_register_bytes is now set
7470 dynamicaly during initialization.
7471 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7472 * gdbserver/linux-x86-64-low.c: Ditto.
7474 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7476 * gdbserver/server.c (main): Call target_signal_to_host_p
7477 and target_signal_to_host on signals received from the remote.
7478 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7479 target_signal_from_host on signals sent to the remote.
7480 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7481 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7483 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7485 * signals/signals.c: Include "server.h" in gdbserver build.
7486 (target_signal_from_name): Don't use STREQ.
7487 (_initialize_signals): Likewise. Don't include function in
7490 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7492 * signals.c: Moved to...
7493 * signals/signals.c: Here.
7494 * Makefile (signals.o): Update.
7496 2002-03-26 Jeff Law (law@redhat.com)
7498 * somread.c (som_symtab_read): Remove some commented out code and
7499 updated related comments. Do not set the minimal symbol table to
7500 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7501 in a dynamic executable.
7502 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7503 where we are unable to find the minimal symbol for the given
7506 2002-03-25 Jeff Law (law@redhat.com)
7508 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7510 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7512 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7514 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7516 * command.h: Update copyright.
7517 (struct cmd_list_element): Replace definition with opaque
7519 (enum cmd_types): Document that it will eventually be moved to
7521 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7522 (MALLOCED_REPLACEMENT): Delete macro.
7523 * Makefile.in (cli_decode_h): Add $(command_h).
7524 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7525 * top.c: Include "cli/cli-decode.h".
7526 * completer.c: Include "cli/cli-decode.h".
7527 * maint.c: Include "cli/cli-decode.h".
7528 * cli/cli-decode.h: Include "command.h".
7529 (enum command_class): Delete.
7530 (enum cmd_types): Comment out.
7531 (enum cmd_auto_boolean): Delete.
7532 (enum var_types): Delete.
7534 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7536 * cli/cli-decode.c: Include "gdb_assert.h".
7537 (add_set_or_show_cmd): New static function.
7538 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7539 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7540 all fields, such as func, from the set command.
7542 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7544 * MAINTAINERS (sh-elf): Change warning flag to -w.
7546 2002-03-23 Andrew Cagney <cagney@redhat.com>
7548 * defs.h (error): Add printf format attribute.
7549 * thread-db.c (thread_from_lwp): Fix error format string.
7550 * stack.c (parse_frame_specification): Ditto.
7551 * cli/cli-decode.c (undef_cmd_error): Ditto.
7552 * scm-lang.c (scm_lookup_name): Ditto.
7553 * tracepoint.c (trace_error): Ditto.
7554 * remote-utils.c (usage): Ditto.
7555 * remote.c (compare_sections_command): Ditto.
7558 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7560 * gdbtypes.c (append_composite_type_field): New function.
7561 (init_composite_type): New function.
7562 * gdbtypes.h (append_composite_type_field): Declare.
7563 (init_composite_type): Ditto.
7565 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7567 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7569 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7570 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7571 structure returning convention for SYSV ABI case, but not
7572 for GNU/Linux, FreeBSD, or NetBSD.
7574 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7576 * symtab.h (lookup_block_symbol): Add mangled_name argument
7579 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7580 with new mangled_name argument.
7581 * linespec.c (decode_line_1): Likewise.
7582 * valops (value_of_this): Likewise.
7583 * symtab.c (lookup_transparent_type): Likewise.
7584 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7585 (lookup_symbol): If we are given a mangled name, pass it down
7586 to lookup_symbol_aux.
7587 (lookup_block_symbol): If we are given a mangled name to check
7588 against, only return symbols which match it.
7590 2002-03-22 Christopher Faylor <cgf@redhat.com>
7592 * win32-nat.c (child_create_inferior): Check for proper shell to use
7593 here, in case the user changes it on the fly.
7594 (_initialize_inftarg): Remove shell path considerations.
7596 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7598 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7599 for gdbarch_max_register_raw_size and max_register_virtual_size.
7600 Adjust copyright year.
7602 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7604 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7605 in a function to cover the entire beginning of the function
7606 as well if it does not already.
7608 2002-03-21 Tom Rix <trix@redhat.com>
7610 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7611 (rs6000_ptrace64): Renamed from ptrace64.
7613 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7615 * gdbserver/remote-utils.c (remote_open): Don't call
7616 getprotobyname, we're all using TCP here so just use
7618 * gdbserver/gdbreplay.c (remote_open): Ditto.
7620 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7622 * regcache.c (_initialize_regcache): No need to call
7623 build_regcache() at this time; it gets called whenever
7624 the gdbarch changes.
7626 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7628 * sparc-nat.c: Include sys/param.h where possible.
7630 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7633 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7634 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7635 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7637 * stabsread.c (rs6000_builtin_type): Likewise.
7638 (read_sun_floating_type): Likewise.
7640 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7642 * stabsread.c (read_member_functions): Remove skip code for duplicate
7643 constructor/destructor methods. Use standard parsing for these
7644 methods and just do not chain them to the list of methods after
7647 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7649 * coffread.c: Remove redundant static declarations. Replace
7650 occurrences of `PTR' with `void *'.
7651 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7652 * top.h (quit_cover): Likewise.
7653 * defs.h (catch_errors): Likewise.
7655 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7657 * defs.h (XMALLOC): Define.
7658 * gdb-events.sh (XMALLOC): Delete macro.
7659 * gdb-events.c, gdb-events.h: Regenerate.
7660 * gdbarch.sh (XMALLOC): Delete macro.
7661 * gdbarch.c: Regenerate.
7662 * serial.c (XMALLOC): Delete macro.
7663 * ui-file.c (XMALLOC): Ditto.
7664 * ser-unix.h (XMALLOC): Ditto.
7665 * sh-tdep.c (XMALLOC): Ditto.
7666 * ui-out.c (XMALLOC): Ditto.
7667 * utils.c (XMALLOC): Ditto.
7668 * i386-tdep.c (XMALLOC): Ditto.
7669 * gdb-events.c (XMALLOC): Ditto.
7670 * d10v-tdep.c (XMALLOC): Ditto.
7671 * cli-out.c (XMALLOC): Ditto.
7673 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7674 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7675 * ui-file.c, ui-out.c: Ditto.
7677 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7679 * command.h (struct cmd_list_element): Add field context.
7680 (set_cmd_context, get_cmd_context): Declare.
7681 * cli/cli-decode.h: Ditto.
7682 * cli/cli-decode.c (get_cmd_context): New function.
7683 (set_cmd_context): New function.
7684 (add_cmd): Initialize context.
7685 Part of fixing PR gdb/145 and PR gdb/146.
7687 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7689 * cli/cli-decode.c (cmd_type): New function.
7690 * command.h (cmd_type): Declare.
7691 * infrun.c (set_schedlock_func): Call function cmd_type.
7692 * kod.c (kod_set_os): Call cmd_type.
7693 * cris-tdep.c (cris_version_update): Use function cmd_type.
7694 (cris_mode_update, cris_abi_update): Ditto.
7696 * command.h: (execute_cmd_post_hook): Declare.
7697 (execute_cmd_pre_hook): Declare.
7698 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7699 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7700 functions. Execute pre/post hook while ensuring that afterwords
7702 * top.c (execute_command): Use execute_cmd_post_hook, and
7703 execute_cmd_pre_hook to execute pre/post commands.
7704 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7706 (hook_stop_stub): Call execute_cmd_pre_hook.
7708 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7710 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7711 set'' and this leads to a core dump. Move xstrdup of
7712 operating_system to after check that it is not NULL.
7714 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7716 * kod.c (kod_set_os): Remove unnecessary check that
7717 ``command->type'' is set_cmd.
7719 * valprint.c (set_input_radix): Use input_radix.
7720 (set_output_radix): Use output_radix.
7721 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7724 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7726 * value.h (struct value): Delete field ``substring_addr''. Change
7727 aligner fields to force_doublest_align, force_longest_align,
7728 force_core_addr_align and force_pointer_aligh.
7730 * value.h (struct value): Fix typo in above change.
7732 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7734 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7735 to fix internal_error from ``maintenance print architecture''.
7737 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7739 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7740 for gcc versions after gcc-2.8.1.
7742 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7744 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7745 for method resolution. Restore adjustment of ``this'' pointer after
7746 calling value_struct_elt, which was accidentally removed during the
7749 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7751 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7753 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7755 * value.h (value_of_register): Update.
7757 2002-03-14 Richard Henderson <rth@redhat.com>
7759 * configure.in: Detect declaration for canonicalize_file_name.
7760 * utils.c (canonicalize_file_name): Declare, if needed.
7761 (gdb_realpath): Prefer realpath if available and usable.
7762 * config.in, configure: Rebuild.
7764 2002-03-14 Richard Henderson <rth@redhat.com>
7766 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7767 a constant array bound.
7769 * MAINTAINERS: Add myself to write-after-approval.
7771 2002-03-14 Michael Snyder <msnyder@redhat.com>
7773 * symfile.c (syms_from_objfile): Return immediately if no syms.
7774 (symbol_file_add): Return immediately if no syms.
7775 (find_sym_fns): Return immediately if no syms.
7777 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7779 * gdbserver/remote-util.c (remote_open): Print remote-side's
7780 IP address when remote debugging over the network.
7782 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7784 * config/sparc/fbsd.mh: Fix copyright.
7785 * config/sparc/fbsd.mt: Likewise.
7787 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7789 * MAINTAINERS: Fix typo in name of gdb warnings option.
7790 (x86-64): Fix formating so that this can be parsed by awk.
7792 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7794 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7795 * defs.h: Include "gdb/signals.h".
7796 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7798 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7800 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7801 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7804 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7805 Don Howard <dhoward@redhat.com>
7807 * mips-tdep.c (ST0_FR): Define.
7808 (mips2_fp_compat): New function, temporarily disabled.
7809 (mips_read_fp_register_single): New function.
7810 (mips_read_fp_register_double): New function.
7811 (mips_print_register): Use them.
7812 (do_fp_register_row): Likewise.
7814 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7816 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7819 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7821 * stabsread.c (read_member_functions): Fix is_stub test for
7822 static member functions, improve comment.
7824 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7826 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7827 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7828 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7829 commands that set boolean values.
7830 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7831 (arm_rdi_resume): Always initialize PC.
7832 (arm_rdi_open): Don't use rslt as a boolean.
7833 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7834 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7835 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7836 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7838 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7840 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7841 * configure: Rebuilt.
7843 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7845 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7846 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7848 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7850 * cli/cli-decode.c (set_cmd_completer): New function.
7851 * command.h (set_cmd_completer): Declare.
7852 * cli/cli-decode.h (set_cmd_completer): Ditto.
7854 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7855 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7856 * win32-nat.c (_initialize_inftarg): Ditto.
7857 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7858 * proc-api.c (_initialize_proc_api): Ditto.
7859 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7860 * source.c (_initialize_source): Ditto.
7861 * exec.c (_initialize_exec): Ditto.
7862 * solib.c (_initialize_solib): Ditto.
7863 * top.c (init_main): Ditto.
7864 * tracepoint.c (_initialize_tracepoint): Ditto.
7865 * symfile.c (_initialize_symfile): Ditto.
7866 * printcmd.c (_initialize_printcmd): Ditto.
7867 * infcmd.c (_initialize_infcmd): Ditto.
7868 * corefile.c (_initialize_core): Ditto.
7870 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7872 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7874 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7876 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7878 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7880 * NEWS: Update headings, 5.2 has branched.
7882 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7884 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7885 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7886 (register_addr, REGISTER_RAW_SIZE): Likewise.
7887 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7888 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7890 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7892 * MAINTAINERS (x86-64): Add myself.
7893 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7894 changed value_ptr -> struct value *
7896 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7898 * configure.host (sparc64-*-freebsd): Add.
7899 * configure.tgt: Likewise.
7900 * config/sparc/fbsd.mh: New file.
7901 * config/sparc/fbsd.mt: Likewise.
7902 * config/sparc/nm-fbsd.h: Likewise.
7903 * config/sparc/tm-fbsd.h: Likewise.
7905 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7907 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7908 regformats/reg-s390x.dat.
7910 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7912 * utils.c: Add FIXME explaining true/false problem.
7914 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7916 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7918 2002-02-28 Michael Chastain <mec@shout.net>
7920 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7922 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7924 * gdbserver/linux-s390-low.c: New file.
7925 * regformats/reg-s390.dat: New file.
7926 * regformats/reg-s390x.dat: New file.
7927 * gdbserver/configure.srv: Add S/390.
7928 * gdbserver/Makefile.in: Add S/390.
7929 * configure.tgt: Enable gdbserver for S/390.
7931 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7933 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7934 first line of the doc string for "info dos", except at the end of
7935 the sentence, since the short help stops at the first period.
7937 2002-02-28 Jason Merrill <jason@redhat.com>
7939 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7941 2002-02-27 Fred Fish <fnf@redhat.com>
7943 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7944 comment (dumy -> dummy).
7946 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7948 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7950 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7952 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7954 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7956 * gdbserver/acconfig.h: New file.
7957 * gdbserver/i387-fp.c: New file.
7958 * gdbserver/i387-fp.h: New file.
7959 * gdbserver/linux-x86-64.c: New file.
7960 * regformats/reg-x86-64.dat: New file.
7961 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7962 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7963 * gdbserver/configure.in: Add support for regsets.
7964 * gdbserver/config.in: Regenerate.
7965 * gdbserver/configure: Regenerate.
7966 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7967 * gdbserver/linux-low.h: New file.
7968 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7970 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7971 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7972 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7973 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7974 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7975 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7976 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7977 "i387-fp.h". Add PTRACE_GETREGS and friends.
7978 * gdbserver/regcache.c (supply_register): New function.
7979 (supply_register_by_name): New function.
7980 (collect_register): New function.
7981 (collect_register_by_name): New function.
7983 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7985 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7986 (config.status): Add configure.srv dependency.
7987 (server_h): Add config.h dependency.
7989 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7991 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7992 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7993 * gdbserver/configure.srv: Change i386-*-linux* to use
7996 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7998 * x86-64-tdep.c: Re-indent. Update copyright date.
8000 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8002 From Michal Ludvig <mludvig@suse.cz>:
8003 * x86-64-tdep.c (value.h): Delete.
8004 (gdb_assert.h): Include.
8005 (x86_64_register_convert_to_virtual,
8006 x86_64_register_convert_to_raw ): Add check which lets only
8007 floating-point values to be converted.
8008 (value_push): Delete.
8009 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8010 (i386_gdbarch_init): Number of register_bytes fixed.
8012 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8014 * MAINTAINERS: Add x86-64 target.
8016 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8018 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8019 * osfsolib.c (solib_map_sections): Ditto.
8020 * irix5-nat.c (solib_map_sections): Ditto.
8021 * corelow.c (gdb_check_format): Ditto.
8022 * symfile.c (symfile_bfd_open): Ditto.
8023 * solib.c (solib_map_sections): Ditto.
8026 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8028 * remote.c (_initialize_remote): By default, disable ``e'' and
8029 ``E'' step out-of-range packets.
8031 2002-02-26 Andreas Schwab <schwab@suse.de>
8033 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8034 m68k_linux_frame_saved_pc.
8035 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8037 (SIGCONTEXT_PC_OFFSET): Remove.
8038 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8039 m68k_linux_sigtramp_saved_pc): New functions.
8040 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8041 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8042 (UCONTEXT_PC_OFFSET): Define.
8043 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8044 non-RT and RT signal trampolines.
8046 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8048 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8049 (TARGET_NBPG, STACK_END_ADDR): Delete
8050 (VARIABLES_INSIDE_BLOCK): Delete.
8052 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8054 * utils.c (perror_with_name): Make string parameter constant.
8055 (print_sys_errmsg): Ditto.
8057 * defs.h (perror_with_name): Update.
8058 (print_sys_errmsg): Update.
8061 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8063 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8064 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8066 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8068 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8069 if it already matches the current architecture from the exec file.
8070 Include arch-utils.h for gdbarch_info_init prototype.
8071 * Makefile.in (rs6000-nat.o): Update dependencies.
8073 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8075 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8076 list of exported variables.
8078 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8080 * gdbserver/configure.srv: New file.
8081 * gdbserver/configure.in: Use configure.srv instead
8082 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8084 * gdbserver/configure: Regenerated.
8085 * gdbserver/terminal.h: New file.
8086 * gdbserver/Makefile.in: Update for configure changes. Remove
8087 more unneeded include paths.
8089 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8091 From wiz at danbala:
8092 * config/sparc/tm-sp64.h: Fix grammar and typos.
8095 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8097 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8098 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8099 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8100 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8101 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8102 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8103 * s390-tdep.c: Ditto.
8104 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8105 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8106 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8107 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8108 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8109 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8110 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8111 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8112 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8113 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8116 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8118 * lin-thread.c: Delete file.
8119 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8120 to gdb_proc_service.h.
8121 * configure: Re-generate.
8123 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8124 * serial.c (serial_open): Delete check for "ocd".
8127 * Makefile.in (linux-thread.o): Delete target.
8128 * linux-thread.c: Delete file.
8130 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8131 renamed SH files to be consistent.
8133 * symtab.c (sort_search_symbols): Use xfree.
8135 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8137 * arm-linux-tdep.c (arm_linux_init_abi): Register
8138 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8139 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8140 definition with undef, since we don't want the sysvr4 definition.
8141 (SKIP_TRAMPOLINE_CODE): Likewise.
8143 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8145 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8147 * configure.in: (AC_CHECK_FUNCS) Added test for
8148 canonicalize_file_name Regenerated.
8149 * config.in, configure: Regenerated.
8150 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8151 defined use canonicalize_file_name.
8153 2002-02-23 Michael Chastain <mec@shout.net>
8155 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8157 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8159 * README: Remove references to cygnus.com.
8160 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8161 dot com'' form. Remove references to cygnus.com and sourceware.
8163 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8165 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8166 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8167 1003.1-2001 no longer allows "head -1".
8168 * gdb/Makefile.in (version.c): Likewise.
8169 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8170 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8171 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8173 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8175 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8176 * command.h (cmd_cfunc_eq): Declare.
8177 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8179 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8180 ``struct cmd_list_element *''.
8181 * cli/cli-cmds.c (is_complete_command): Update. Use
8183 * top.c (execute_command): Pass the command to
8184 is_complete_command.
8185 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8187 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8189 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8190 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8191 architecture defines.
8192 * s390-tdep.c (s390_gdbarch_init): Likewise.
8194 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8196 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8197 (arm_linux_push_arguments): Likewise.
8198 (arm_linux_init_abi): Register them. Also register linux-specific
8200 (find_minsym_and_objfile): Use strcmp, not STREQ.
8201 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8202 (arm_linux_call_dummy_words): Delete declaration.
8203 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8204 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8206 (LOWEST_PC): Delete.
8208 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8210 * maint.c (print_section_info): Do not prepend `0x' to filepos
8211 output, it will be handled by local_hex_string_custom.
8213 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8215 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8216 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8217 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8219 2002-02-22 Jim Blandy <jimb@redhat.com>
8221 Indicate that the bcache functions don't change the strings
8223 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8224 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8226 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8228 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8230 2002-02-21 Christopher Faylor <cgf@redhat.com>
8232 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8233 find the complete path to a loaded DLL.
8235 2002-02-21 Fred Fish <fnf@redhat.com>
8237 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8238 that marks the end of the range of a function, enter a line number
8239 entry that has a line number of zero and a PC offset that matches
8240 the end of the function. This starts a range of PC's for which no
8241 line number information is known.
8242 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8243 PC's for which no line number info is found (line number is zero)
8244 then we didn't find any valid line information.
8245 * symtab.h: Document use of zero line number entry.
8247 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
8249 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8250 (have_ptrace_getvrregs): Define for run time checks.
8251 (gdb_vrregset_t): New type for Altivec register handling.
8252 (fetch_register, store_register): Fetch/store altivec register
8254 (fetch_altivec_register, store_altivec_register): New functions.
8255 (supply_vrregset, fill_vrregset): New functions.
8256 (fetch_altivec_registers, store_altivec_registers): New functions.
8257 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8260 2002-02-21 Jiri Smid <smid@suse.cz>
8262 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8264 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8266 * Makefile.in (armnbsd-nat.o): Update dependencies.
8267 * armnbsd-nat.c (supply_gregset): New function. Common code to
8268 supply the integer register set.
8269 (supply_fparegset): New function. Similar for FPA registers.
8270 (fetch_regs, fetch_fp_regs): Use them.
8271 (fetch_core_registers): Likewise.
8272 (fetch_elfcore_registers): New function.
8273 (arm_netbsd_elfcore_fns): New core-file type specification.
8274 (_initialize_arm_netbsd_nat): Register it.
8276 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8278 * armnbsd-nat.c: Include gdbcore.h.
8279 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8280 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8281 'void' to declaration, to shut up ARI.
8282 (fetch_core_registers): Make static. Rewrite using supply_register.
8283 (arm_netbsd_core_fns): New core-file type specification.
8284 (_initialize_arm_netbsd_nat): New function.
8286 2002-02-21 Christopher Faylor <cgf@redhat.com>
8288 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8291 2002-02-20 Christopher Faylor <cgf@redhat.com>
8293 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8296 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8298 * jv-exp.y (parse_number): Change type of implicit longs
8299 to builtin_type_uint64.
8301 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8303 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8304 to be an integer instead of a `union wait'.
8306 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8308 * mips-linux-nat.c: Call the operating system GNU/Linux.
8309 * mips-linux-tdep.c: Likewise.
8310 * mips-tdep.c: Likewise.
8312 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8315 * jv-exp.y (parse_number): Handle 64-bit integers.
8317 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8319 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8320 AC_STDC_HEADERS to AC_HEADER_STDC.
8321 * gdbserver/configure: Regenerated.
8323 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8325 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8327 * sparc-tdep.c (get_longjmp_target): Likewise.
8329 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8331 * News: Add news about ARM and Multi-arch. Mention the new target
8334 2002-02-19 Jim Blandy <jimb@redhat.com>
8336 * stabsread.c (error_type_complaint): Improve error message.
8338 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8340 * gdbserver/README: Update documentation.
8341 * gdbserver/configure.in: Update configury to match documentation.
8342 * gdbserver/Makefile.in: Likewise.
8343 * gdbserver/configure: Regenerated.
8344 * gdbserver/aclocal.m4: New file, generated by aclocal.
8345 * gdbserver/config.in: New file, generated by autoheader.
8347 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8349 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8352 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8354 * arm-tdep.h (enum arm_float_model): New enum.
8355 (struct gdbarch_tdep): Add fp_model.
8356 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8357 up floating-point conversions until we know the floating-point model
8358 in use by the inferior. Don't complain about being unable to
8359 determine the ABI of the inferior when we don't have one.
8360 (arm_extract_return_value): Support different floating-point models.
8361 (arm_store_return_value): Likewise.
8362 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8364 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8366 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8368 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8369 of ``current_gdbarch''.
8371 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8373 * armnbsd-nat.c : ANSIfy all function declarations.
8374 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8375 (fetch_inferior_registers): Re-implement in terms of above.
8376 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8377 (store_inferior_registers): Re-implement in terms of above.
8379 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8381 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8383 * arm-linux-tdep.c: Likewise.
8384 * config/arm/tm-linux.h: Likewise.
8386 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8388 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8389 * config/arm/nbsd.mt (TM_FILE): Delete.
8390 * config/arm/tm-nbsd.h: Delete.
8392 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8394 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8395 Initialize CALL_DUMMY_LENGTH.
8397 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8399 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8401 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8402 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8403 defines one thing and that is incorrect for this port.
8404 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8406 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8408 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8410 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8412 * win32-nat.c (display_selector): New function. Displays information
8413 about the information returned by GetThreadSelectorEntry API function.
8414 (display_selectors): New function. Displays the infomation of
8415 the selector given as argument, or of CS, DS ans FS selectors
8416 if no argument is given.
8417 ( _initialize_inftarg): Add "w32" as info prefix command.
8418 Add "info w32 selector" as command calling display_selectors.
8420 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8422 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8423 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8426 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8428 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8430 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8432 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8433 (arm_fix_call_dummy): Call it.
8434 (arm_call_dummy_breakpoint_offset): Delete.
8435 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8436 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8438 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8440 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8441 Default to func_frame_chain_valid.
8442 * gdbarch.h, gdbarch.c: Re-generate.
8443 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8445 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8447 * ppc-linux-nat.c: Update copyright.
8448 (fetch_register, store_register): Add tid parameter, don't compute
8450 (fetch_ppc_registers, store_ppc_registers): Add tid
8451 parameter. Pass it along to callees.
8452 (fetch_inferior_registers, store_inferior_registers): Compute tid
8453 here, and pass it to calleed functions.
8454 (fill_gregset, supply_fpregset): Clean up formatting.
8456 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8458 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8459 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8461 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8463 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8464 * gdbarch.c gdbarch.h: Regenerate.
8465 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8467 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8468 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8469 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8471 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8472 * arm-tdep.c (arm_get_longjmp_target): New function.
8473 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8474 this to a positive value register arm_get_longjmp_target as the
8476 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8477 (arm_linux_init_abi): Set up longjmp description in tdep.
8478 * armnbsd-nat.c (get_longjmp_target): Delete.
8479 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8480 description in tdep.
8481 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8482 (get_longjmp_target): Delete declaration.
8483 (GET_LONGJMP_TARGET): Delete.
8484 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8485 (GET_LONGJMP_TARGET): Delete.
8487 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8489 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8490 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8491 of ``current_gdbarch''.
8493 2002-02-17 Tom Tromey <tromey@redhat.com>
8495 * cli/cli-cmds.c (compare_strings): New function.
8496 (complete_command): Only print each unique item once.
8497 * completer.h (complete_line): Declare.
8498 * completer.c (complete_line): New function.
8499 (line_completion_function): Use it.
8501 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8503 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8504 * gdbarch.h, gdbarch.c: Re-generate.
8506 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8508 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8510 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8512 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8513 * valops.c (value_arg_coerce): Don't take the address of a reference
8514 to convert an argument to a reference.
8516 2002-02-15 Christopher Faylor <cgf@redhat.com>
8518 * win32-nat.c (get_image_name): New function.
8519 (handle_load_dll): Use get_image_name function.
8520 (get_child_debug_event): Avoid registering debug events until possibly
8521 execed process is started.
8522 (child_create_inferior): Allow invocation via shell so that command
8523 line redirection, etc. works ok.
8524 (_initialize_inftarg): Add new command: "set shell" to control whether
8525 a shell is used to start a process.
8527 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8529 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8530 instead of find_register_by_number.
8531 (cannot_store_register): Likewise.
8533 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8535 * dwarf2read.c: Replace fprintf (stderr, ...) by
8536 fprintf_unfiltered (gdb_stderr, ...).
8538 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8540 * gdbserver/gdbserver.1: Document --attach.
8542 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8544 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8546 * arm-tdep.c (arm_default_arm_le_breakpoint)
8547 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8548 (arm_default_thumb_be_breakpoint): New. Initialize them from
8549 traditional breakpoint defines.
8550 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8551 (arm_gdbarch_init): Initialize new breakpoint variables.
8552 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8553 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8554 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8555 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8557 (arm_netbsd_init_abi_common): ... here; new function.
8558 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8559 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8560 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8561 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8563 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8565 * arm-tdep.h (enum arm_abi): New enum.
8566 (struct gdbarch_tdep): New structure.
8567 (LOWEST_PC): Provide a default.
8568 (arm_gdbarch_register_os_abi): Declare new function.
8569 * arm-tdep.c (arm_abi_names): New array.
8570 (process_note_abi_tag_sections): New function.
8571 (get_elfosabi): New function.
8572 (arm_gdbarch_register_os_abi): New function.
8573 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8574 support for that ABI has been built in, then call the appropriate
8575 configuration routine. Use gdbarch_num_regs() to get the number
8577 (arm_dump_tdep): New function.
8578 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8579 place-holder functions.
8580 (_initialize_arm_tdep): Register them.
8581 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8583 * armnbsd-tdep.c: New file.
8584 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8585 * config/arm/nbsd.mt (TDEPFILES): Add it.
8586 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8588 * armnbsd-nat.c: Include regcache.h.
8589 * Makefile.in (armnbsd-nat.o): Update dependency list.
8591 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8593 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8595 * gdbserver/Makefile.in: Fix typos in target rules.
8597 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8599 Fix part of PR gdb/267.
8600 * linespec.c (find_methods): Handle constructors specially for now.
8602 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8604 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8606 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8607 standard_coerce_float_to_double().
8609 2002-02-14 Christopher Faylor <cgf@redhat.com>
8611 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8614 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8616 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8617 find_variant_by_name, because it confuses the multiarch
8618 framework. Return NULL if there isn't an architecture with the
8619 user supplied name, instead of forcing a different one without
8620 recording the change with the multiarch machinery.
8621 (find_variant_by_name): Delete.
8623 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8625 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8626 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8628 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8630 * stack.c (print_frame_info_base): When calling
8631 print_frame_info_listing_hook, set current_source_symtab.
8633 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8635 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8636 and remove unused $(INCLUDE_DIR).
8637 Add regcache.c to OBS.
8638 Add generated register protocol files to clean target.
8639 Update dependencies for new objects, obsolete old target code.
8641 * gdbserver/linux-low.c: Remove all platform-specific code to
8642 new files. Remove various dead code. Update to use regcache
8644 * gdbserver/remote-utils.c (fromhex): Add return statement
8646 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8648 (input_interrupt): Add integer parameter to match prototype
8649 of a signal handler.
8650 (outreg): Use register_data ().
8651 (prepare_resume_reply): Use gdbserver_expedite_regs.
8652 * gdbserver/server.c (main): Dynamically allocate own_buf because
8653 PBUFSIZ is no longer constant. Use registers_to_string () and
8654 registers_from_string ().
8655 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8656 for error (), fatal (), and warning (). Update definition of
8657 PBUFSIZ to use regcache functionality. Add include guard.
8658 * gdbserver/utils.c (fatal): Add missing ``const''.
8659 (warning): New function.
8661 * regformats/regdat.sh: Include "regcache.h" in generated files.
8662 Provide init_registers () function.
8663 * regformats/regdef.h: Add prototype for set_register_cache ().
8666 * gdbserver/linux-arm-low.c: New file.
8667 * gdbserver/linux-i386-low.c: New file.
8668 * gdbserver/linux-ia64-low.c: New file.
8669 * gdbserver/linux-m68k-low.c: New file.
8670 * gdbserver/linux-mips-low.c: New file.
8671 * gdbserver/linux-ppc-low.c: New file.
8672 * gdbserver/linux-sh-low.c: New file.
8674 * gdbserver/regcache.c: New file.
8675 * gdbserver/regcache.h: New file.
8677 * gdbserver/low-linux.c: Removed obsolete file.
8679 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8681 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8682 * config/i386/linux.mt: Likewise.
8683 * config/ia64/linux.mt: Likewise.
8684 * config/m68k/linux.mh: Likewise.
8685 * config/powerpc/linux.mh: Likewise.
8686 * config/mips/linux.mt: Likewise.
8688 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8690 * config/i386/i386lynx.mh: Mark gdbserver variables
8691 as (currently) obsolete for this target.
8692 * config/i386/nbsd.mt: Likewise.
8693 * config/i386/nbsdelf.mt: Likewise.
8694 * config/m32r/m32r.mt: Likewise.
8695 * config/m68k/m68klynx.mh: Likewise.
8696 * config/m68k/nbsd.mt: Likewise.
8697 * config/m68k/sun3os4.mh: Likewise.
8698 * config/mips/vr5000.mt: Likewise.
8699 * config/ns32k/nbsd.mt: Likewise.
8700 * config/pa/hppabsd.mh: Likewise.
8701 * config/pa/hppaosf.mh: Likewise.
8702 * config/powerpc/nbsd.mt: Likewise.
8703 * config/rs6000/rs6000lynx.mh: Likewise.
8704 * config/s390/s390.mt: Likewise.
8705 * config/s390/s390x.mt: Likewise.
8706 * config/sparc/sparclynx.mh: Likewise.
8707 * config/sparc/sun4os4.mh: Likewise.
8708 * config/i386/x86-64linux.mt: Likewise.
8709 * config/sparc/linux.mh: Likewise.
8711 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8713 * configure.tgt: Configure gdbserver only for known working
8714 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8715 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8716 SUBDIRS if it is configured. Update comment for ${nativefile}.
8717 * configure: Regenerated.
8719 2002-02-13 Michael Snyder <msnyder@redhat.com>
8721 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8723 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8724 (default_gcore_mach): Just return 0, work around a problem in bfd.
8725 (default_gcore_target): OK to return NULL if exec_bfd is null.
8726 (make_mem_sec): Use a cast, avoid a warning.
8728 * procfs.c (find_memory_regions_callback): Use a cast instead of
8729 calling host_pointer_to_address (which complains if
8730 sizeof (host pointer) != sizeof (target pointer)).
8731 (procfs_make_note_section): Avoid overflow in psargs string.
8733 * procfs.c (procfs_make_note_section): Make the default
8734 implementation return an error.
8736 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8738 * procfs.c (procfs_make_note_section): Provide a default definition
8739 (for alpha-dec-osf4.0f). Fix typos.
8741 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8743 * linux-proc.c: Add include of regcache.h.
8744 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8746 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8748 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8749 * memattr.c (create_mem_region): Disallow useless empty region.
8750 Regions are half-open intervals, so allow [A..B) [B..C) as
8753 2002-02-13 Michael Chastain <mec@shout.net>
8755 * defs.h: Kill CONST_PTR.
8756 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8757 * c-lang.c (c_builtin_types): Likewise.
8758 * ch-lang.c (ch_builtin_types): Likewise.
8759 * f-lang.c (f_builtin_types): Likewise.
8760 * language.c (unknown_builtin_types): Likewise.
8761 * m2-lang.c (m2_builtin_types): Likewise.
8762 * p-lang.c (pascal_builtin_types): Likewise.
8763 * scm-lang.c (c_builtin_types): Likewise.
8765 2002-02-13 Keith Seitz <keiths@redhat.com>
8767 * arm-tdep.h (arm_get_next_pc): Add declaration.
8769 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8771 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8772 with other related struct-returning functions.
8773 (arm_extract_struct_value_address): New function.
8774 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8775 initialize float_format, double_format and long_double_format as
8776 appropriate to the endianness of the target.
8777 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8778 (arm_use_struct_convention): Delete declaration.
8779 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8781 2002-02-13 Keith Seitz <keiths@redhat.com>
8783 * defs.h (core_addr_to_string_nz): New function.
8785 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8787 Apply missing bits of 2002-01-15 patch.
8788 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8789 (fill_fpregset): Use i387_fill_fsave.
8791 2002-02-12 Keith Seitz <keiths@redhat.com>
8793 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8794 (core_addr_to_string_nz): New function.
8796 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8798 * arm-linux-nat.c: Really include arm-tdep.h.
8799 * config/arm/tm-linux.h (struct type, struct value): Declare.
8801 2002-02-11 Michael Snyder <msnyder@redhat.com>
8803 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8804 (gcore section): Ifdef for Solaris and Unixware only.
8805 (procfs_do_thread_registers): Unixware needs one lwpstatus
8806 per thread (not one prstatus or pstatus).
8807 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8808 not over all gdb threads. For unixware, call elfcore_write_pstatus
8809 once before iterating over threads.
8811 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8813 * arm-tdep.h: New file.
8814 * arm-tdep.c: Include arm-tdep.h.
8815 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8816 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8817 (arm_print_float_info, arm_register_type, convert_to_extended)
8818 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8819 (arm_extract_return_value, arm_register_name): Make static.
8820 (arm_software_single_step): Similarly. Fix types in declaration.
8821 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8822 (arm_store_return_value, arm_store_struct_return): New functions.
8823 (arm_gdbarch_init): Register the above functions. Also register
8824 call_dummy_start_offset, sizeof_call_dummy_words,
8825 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8826 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8827 max_register_virtual_size, register_size. Set up
8828 prologue_cache.saved_regs here, rather than ...
8829 (_initialize_arm_tdep): ... here.
8830 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8832 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8833 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8834 (arm_print_float_info, arm_register_type, convert_to_extended)
8835 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8836 (arm_extract_return_value, arm_register_name): Delete declarations.
8837 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8838 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8839 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8840 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8841 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8842 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8843 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8844 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8845 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8846 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8847 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8848 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8850 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8851 * remote-rdi.c remote-rdp.c: Likewise.
8852 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8853 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8854 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8857 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8858 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8859 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8860 from non-ARM_ prefixed definitions.
8861 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8863 * remote-rdi.c remote-rdp.c: Likewise.
8864 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8866 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8868 * arm-tdep.c (arm_frameless_function_invocation)
8869 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8870 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8871 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8872 (arm_pop_frame, arm_get_next_pc): Make static.
8873 (arm_gdbarch_init): Register above in gdbarch structure.
8874 (arm_read_fp): Renamed from arm_target_read_fp.
8875 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8876 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8877 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8878 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8879 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8880 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8881 (arm_pc_is_thumb_dummy): Delete declarations.
8882 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8883 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8884 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8885 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8887 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8889 * symtab.c (compare_search_syms): New function.
8890 (sort_search_symbols): New function.
8891 (search_symbols): Sort symbols after searching rather than
8894 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8896 * NEWS: Linux -> GNU/Linux.
8898 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8900 * gdbarch.sh: For for level one methods, disallow a definition
8901 when partially multi-arched. Add comments explaining rationale.
8902 * gdbarch.h: Re-generate.
8904 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8906 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8909 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8911 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8913 * gdbarch.c: Re-generate.
8915 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8917 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8918 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8921 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8923 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8925 (PUSH_ARGUMENTS): Switch to using predefault.
8926 * gdbarch.c: Regenerate.
8928 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8930 * valops.c (PUSH_ARGUMENTS): Delete definition.
8931 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8932 partial. Default to default_push_arguments.
8933 * gdbarch.h, gdbarch.c: Regenerate.
8935 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8937 * defs.h (throw_exception): Rename return_to_top_level. Update
8939 * utils.c (error_stream, internal_verror, quit): Ditto.
8940 * top.c (throw_exception, catcher): Ditto.
8941 * sparclet-rom.c (sparclet_load): Ditto.
8942 * remote.c (interrupt_query, minitelnet): Ditto.
8943 * remote-sds.c (interrupt_query): Ditto.
8944 * remote-mips.c (mips_error, mips_kill): Ditto.
8945 * ocd.c (interrupt_query): Ditto.
8946 * monitor.c (monitor_interrupt_query): Ditto.
8947 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8948 * target.h: Update comment.
8950 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8952 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8954 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8955 default_double_format.
8956 * gdbarch.h, gdbarch.c: Re-generate.
8957 * findvar.c (floatformat_unknown): Delete variable definition.
8958 * doublest.h (floatformat_unknown): Delete variable declaration.
8960 2002-02-09 Jim Blandy <jimb@redhat.com>
8962 * stabsread.c (read_type): Add code to parse Sun's syntax for
8963 prototyped function types.
8965 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8967 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8968 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8970 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8972 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8973 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8974 now _initialize_xcoffsolib gets called again and overrides the
8975 commands from solib.c in a native configuration.
8977 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8979 * doublest.c (store_typed_floating): Don't try to return a value.
8982 2002-02-08 Jim Blandy <jimb@redhat.com>
8984 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8985 is prototyped and has no arguments, print its argument list as
8988 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8990 * MAINTAINERS (write-after-approval): Add myself.
8991 (paper-trail): I've escaped!
8993 2002-02-08 Christopher Faylor <cgf@redhat.com>
8995 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8997 (_initialize_check_for_gdb_ini): Ditto.
8999 2002-02-08 Martin M. Hunt <hunt@redhat.com>
9001 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9002 xaprintf -> xasprintf.
9004 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9006 * win32-nat.c: Remove use of printf and sprintf functions.
9008 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9010 * arm-tdep.c (arm_frame_chain_valid): Make static.
9011 (arm_push_arguments): Likewise.
9012 (arm_gdbarch_init): New function.
9013 (_initialize_arm_tdep): Call it.
9014 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9015 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9016 (FRAME_CHAIN_VALID): Delete.
9017 (arm_frame_chain_valid): Delete declaration.
9018 (PUSH_ARGUMENTS): Delete.
9019 (arm_push_arguments): Delete declaration.
9020 (CALL_DUMMY_P): Delete.
9022 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9023 Corinna Vinschen <vinschen@redhat.com>
9025 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9026 on builtin float types.
9028 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9030 * utils.c: Include <curses.h> before "bfd.h".
9031 * tui/tui-hooks.c: Likewise.
9032 * tui/tui.c: Likewise.
9033 * tui/tuiCommand.c: Likewise.
9034 * tui/tuiData.c: Likewise.
9035 * tui/tuiDataWin.c: Likewise.
9036 * tui/tuiDisassem.c: Likewise.
9037 * tui/tuiGeneralWin.c: Likewise.
9038 * tui/tuiIO.c: Likewise.
9039 * tui/tuiLayout.c: Likewise.
9040 * tui/tuiRegs.c: Likewise.
9041 * tui/tuiSource.c: Likewise.
9042 * tui/tuiSourceWin.c: Likewise.
9043 * tui/tuiStack.c: Likewise.
9044 * tui/tuiWin.c: Likewise.
9046 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9048 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9049 to include space for pseudoregs as well. Update loops accordingly.
9050 (sh_fp_frame_init_saved_regs): Ditto.
9051 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9053 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9055 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9056 Add Richard Earnshaw to Arm maintainers.
9058 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9060 * defs.h (warning_begin): Delete declaration.
9062 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9065 2002-02-07 Michael Snyder <msnyder@redhat.com>
9067 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9068 Logic bug, remove misplaced else.
9070 2002-02-07 Klee Dienes <klee@apple.com>
9072 * fork-inferior.c (fork_inferior): Add '!' to the list of
9073 characters that need to be quoted when building a string for the
9074 shell. Quote '!' specifically with a backslash, since CSH chokes
9075 when trying to evaluate "str!str".
9077 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9079 * rdi-share/host.h: Only provide a typedef for bool if it is not
9082 2002-02-04 Michael Snyder <msnyder@redhat.com>
9084 * breakpoint.h (enum bptype): Add new overlay event bp type.
9085 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9087 * breakpoint.c (create_internal_breakpoint): New function.
9088 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9089 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9090 (create_thread_event_breakpoint): Ditto.
9091 (create_solib_event_breakpoint): Ditto.
9092 (create_overlay_event_breakpoint): New function.
9093 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9094 (update_breakpoints_after_exec): Delete and re-initialize
9095 overlay event breakpoints after an exec. Add FIXME comment
9096 about longjmp breakpoint.
9097 (print_it_typical): Ignore overlay event breakpoints.
9098 (print_one_breakpoint): Ditto.
9100 (bpstat_what): Do not stop for overlay event breakpoints.
9101 (delete_breakpoint): Don't delete overlay event breakpoints.
9102 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9103 (breakpoint_re_set): Re-create overlay event breakpoint.
9105 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9106 (overlay_manual_command): Disable overlay breakpoints.
9107 (overlay_off_command): Disable overlay breakpoints.
9109 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9111 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9112 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9113 to here from config/tm-arm.h.
9114 (coff_sym_is_thumb): Make static.
9115 (arm_elf_make_msymbol_special): New function.
9116 (arm_coff_make_msymbol_special): New function.
9117 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9118 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9119 (coff_sym_is_thumb): Delete declaration.
9120 (arm_elf_make_msymbol_special): Declare.
9121 (arm_coff_make_msymbol_special): Declare.
9122 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9123 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9125 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9127 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9129 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9131 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9132 * gdbarch.c gdbarch.h: Regenerate.
9133 * arch-utils.c (default_print_float_info): New function.
9134 * arch-utils.h (default_print_float_info): Prototype it.
9135 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9136 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9137 (PRINT_FLOAT_INFO): Document it.
9139 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9140 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9141 (PRINT_FLOAT_INFO): Define.
9143 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9145 * win32-nat.c (_initialize_check_for_gdb_ini):
9146 Add typecast to sprintf argument to suppress a warning.
9148 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9150 * win32-nat.c (last_sig): Changed type of variable to target_signal,
9151 to allow easier handling of pass state.
9152 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9153 that gives exception name and address.
9154 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9155 and set last_sig value to ourstatus->value.sig. Some missing
9157 (child_continue): Correctly report continue_status.
9158 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9159 TARGET_SIGNAL_0 (new default value).
9160 (child_resume): consider sig argument passed to decide if
9161 the exception should be passed to debuggee or not.
9163 2002-02-05 Michael Snyder <msnyder@redhat.com>
9165 * regcache.c (fetch_register): Call target_fetch_register
9166 only if we don't call FETCH_PSEUDO_REGISTER.
9167 (store_register): Call target_store_register only if we
9168 don't call STORE_PSEUDO_REGISTER.
9170 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
9172 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9173 ELF_MAKE_MSYMBOL_SPECIAL.
9174 * gdbarch.c, gdbarch.h: Regenerate.
9175 * arch-utils.c (default_make_msymbol_special): New function.
9176 * arch-utils.h (default_make_msymbol_special): Export.
9177 * elfread.c (elf_symtab_read): Compile use of
9178 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9180 * coffread.c (coff_symtab_read): Ditto, for
9181 COFF_MAKE_MSYMBOL_SPECIAL.
9183 2002-02-05 Jim Blandy <jimb@redhat.com>
9185 * solib-svr4.c (svr4_truncate_ptr): New function.
9186 (svr4_relocate_section_addresses): Do the address arithmetic with
9187 the appropriate truncation for target addresses, even when
9188 CORE_ADDR is larger than a target address.
9190 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9192 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9195 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9197 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9200 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9202 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9204 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9206 * gdbserver/linux-low.c: Remove unused include files.
9208 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9210 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9211 (read_inferior_memory): Use it.
9212 (write_inferior_memory): Likewise.
9214 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9216 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9217 grubbing through sys_errlist.
9219 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9221 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9223 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9224 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9226 2002-02-04 Andrew Cagney <ac131313@redhat.com>
9228 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9229 (do_sfunc, set_cmd_sfunc): New functions.
9231 * command.h (struct cmd_list_element): Add field func.
9232 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9233 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9234 * cli/cli-decode.h: Ditto.
9236 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9237 (help_all, help_cmd_list): Ditto.
9238 (find_cmd, complete_on_cmdlist): Ditto.
9239 * top.c (execute_command): Ditto.
9241 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9244 * infcmd.c (notice_args_read): Fix function signature.
9246 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9247 * cli/cli-decode.c (add_set_cmd): Ditto.
9248 * utils.c (initialize_utils): Ditto.
9249 * maint.c (_initialize_maint_cmds): Ditto.
9250 * infrun.c (_initialize_infrun): Ditto.
9251 * demangle.c (_initialize_demangler): Ditto.
9252 * remote.c (add_packet_config_cmd): Ditto.
9253 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9254 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9255 * proc-api.c (_initialize_proc_api): Ditto.
9256 * kod.c (_initialize_kod): Ditto.
9257 * valprint.c (_initialize_valprint): Ditto.
9258 * top.c (init_main): Ditto.
9259 * infcmd.c (_initialize_infcmd): Ditto.
9260 * corefile.c (_initialize_core): Ditto.
9261 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9262 * arch-utils.c (initialize_current_architecture): Ditto.
9263 (_initialize_gdbarch_utils): Ditto.
9264 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9266 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9267 * wince.c (_initialize_inftarg): Ditto.
9268 * symfile.c (_initialize_symfile): Ditto.
9269 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9270 * language.c (_initialize_language): Ditto.
9271 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9273 2002-02-04 Michael Snyder <msnyder@redhat.com>
9275 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9277 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9279 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9280 Add rules for building the register data files.
9282 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9284 * regformats/regdat.sh: Add braces to the definition of
9285 expedite_regs_${arch}.
9287 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9289 * regformats/regdef.h (struct reg): Add comment describing the
9290 requirements for offset and size fields.
9292 2002-02-04 Andreas Schwab <schwab@suse.de>
9294 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9295 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9297 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9299 * gdbarch.sh (copyright): Update years in generated header.
9300 (SMASH_TEXT_ADDRESS): Add rule.
9301 * gdbarch.h, gdbarch.c: Re-generate.
9302 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9303 * dbxread.c: Likewise.
9304 * dwarfread.c: Likewise.
9305 * elfread.c: Likewise.
9306 * somread.c: Likewise.
9308 * arm-tdep.c (arm_smash_text_address): New function.
9309 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9311 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9313 Add support for hardware watchpoints on win32 native.
9314 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9315 CONTEXT_DEBUG_REGISTERS.
9316 (dr variable): New variable. Static array containing a local copy
9318 (debug_registers_changed): New variable. Reflects when debug registers
9319 are changed and need to be written to inferior.
9320 (debug_registers_used): New variable. Reflects when any debug register
9321 was set, used when new threads are created.
9322 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9324 (thread_rec): Set dr array if id is the thread of current_event .
9325 (child_continue, child_resume): Change the debug registers for all
9326 threads if debug_registers_changed.
9327 (child_add_thread): Change the debug registers if debug_registers_used.
9328 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9329 Link nm.h to new nm-cygwin.h file.
9330 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9331 of hardware registers.
9333 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9335 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9336 Restore behavour broken by 2002-01-20 Andrew Cagney
9337 <ac131313@redhat.com> IEEE_FLOAT removal.
9339 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9341 * c-valprint.c (c_val_print): Pass a proper valaddr to
9342 cp_print_class_method.
9343 * valops.c (search_struct_method): If there is only one method
9344 and args is NULL, return that method.
9346 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9348 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9349 accessing tag_name directly.
9351 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9353 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9354 of accessing tag_name directly.
9356 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9359 * gdbtypes.c (replace_type): New function.
9360 * gdbtypes.h (replace_type): Add prototype.
9361 * stabsread.c (read_type): Use replace_type.
9363 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9365 * Makefile.in (memattr.o): Add missing dependencies rule.
9367 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9369 * breakpoint.c (break_at_finish_command): Really export.
9370 (break_at_finish_at_depth_command): Ditto.
9371 (tbreak_at_finish_command): Ditto.
9372 * hppa-tdep.c: Include completer.h.
9373 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9374 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9376 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9378 * utils.c (do_write): New function.
9379 (error_stream): Rewrite combining the code from error_begin and
9381 (verror): Rewrite using error_stream.
9382 (error_begin): Delete function.
9384 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9386 * utils.c (error_begin): Make static.
9387 * defs.h (error_begin): Delete declaration.
9389 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9390 (decode_line_1): Use cplusplus_error instead of error_begin,
9391 cplusplus_hint and return_to_top_level.
9392 * coffread.c (coff_symfile_read): Use error instead of error_begin
9393 and return_to_top_level.
9394 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9396 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9398 * language.h (type_error, range_error): Make string parameter
9400 * language.c (warning_pre_print): Delete extern declaration.
9401 * dwarfread.c (warning_pre_print): Ditto.
9402 * language.c (type_error, range_error): Rewrite to use verror and
9403 vwarning instead of warning_begin.
9405 2002-02-01 Michael Snyder <msnyder@redhat.com>
9407 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9408 (set_ignore_count): Move misplaced comment back where it belongs.
9410 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9412 * command.h (NO_FUNCTION): Delete macro.
9413 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9414 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9415 * tracepoint.c (_initialize_tracepoint): Ditto.
9416 * cli/cli-decode.c (add_set_cmd): Ditto.
9417 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9419 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9421 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9422 Update ``this'' pointer when calling virtual functions.
9424 2002-02-01 Michael Snyder <msnyder@redhat.com>
9426 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9427 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9429 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9431 * regformats/reg-arm.dat: New file.
9432 * regformats/reg-i386.dat: New file.
9433 * regformats/reg-ia64.dat: New file.
9434 * regformats/reg-m68k.dat: New file.
9435 * regformats/reg-mips.dat: New file.
9436 * regformats/reg-ppc.dat: New file.
9437 * regformats/reg-sh.dat: New file.
9438 * regformats/regdef.h: New file.
9439 * regformats/regdat.sh: New file.
9441 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9443 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9444 (arm_frame_args_address, arm_frame_locals_address): New functions.
9445 (arm_frame_num_args): New function.
9446 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9447 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9448 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9450 2002-01-31 Michael Snyder <msnyder@redhat.com>
9452 * breakpoint.c (break_at_finish_command): Export.
9453 (break_at_finish_at_depth_command): Export.
9454 (tbreak_at_finish_command): Export.
9455 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9456 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9457 "tbreak" commands, which are HPPA specific.
9459 * printcmd.c (disassemble_command): Remove an ancient
9460 artifact of an old merge.
9462 * symfile.h (enum overlay_debugging_state):
9463 Define enum constant values for overlay mode.
9464 * symfile.c (overlay_debugging): Use enums instead of literals.
9465 (overlay_is_mapped, overlay_auto_command,
9466 overlay_manual_command): Ditto.
9468 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9469 breakpoint_here_p, breakpoint_inserted_here_p,
9470 breakpoint_thread_match, bpstat_stop_status,
9471 describe_other_breakpoints, check_duplicates, clear_command):
9472 Coding standard fixes.
9474 * target.c (target_xfer_memory): Add spaces, coding standard.
9475 (do_xfer_memory): Add missing line to trust-readonly
9476 code: check bfd SEC_READONLY flag for section.
9478 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9480 * PROBLEMS: Fix typo, 5.1->5.1.1.
9482 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9484 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9485 data symbols, since we search based on textlow and texthigh.
9486 (find_pc_sect_symtab): Likewise.
9488 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9490 * defs.h (vwarning): Declare.
9491 * utils.c (vwarning): New function.
9492 (warning): Call vwarning.
9493 (warning_begin): Delete function.
9495 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9496 the warning message.
9497 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9500 2002-01-30 Michael Snyder <msnyder@redhat.com>
9502 * NEWS: Mention "set trust-readonly-sections" command.
9503 Mention generate-core-file command.
9505 2002-01-15 Michael Snyder <msnyder@redhat.com>
9507 * target.c: New command, "set trust-readonly-sections on".
9508 (do_xfer_memory): Honor the suggestion to trust readonly sections
9509 by reading them from the object file instead of from the target.
9510 (initialize_targets): Register command "set trust-readonly-sections".
9512 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9514 * parse.c (target_map_name_to_register): Simplify, search regs and
9515 pseudo-regs using a single loop.
9517 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9519 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9521 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9523 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9524 * config/i386/i386v42mp.mh: Add i387-nat.o .
9525 * i386v4-nat.c: Include i387-nat.h.
9526 (supply_fpregset): Use i387_supply_fsave.
9527 (fill_fpregset): Use i387_fill_fsave.
9529 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9531 * arm-tdep.c (arm_call_dummy_words): Define.
9532 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9533 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9534 (CALL_DUMMY_WORDS): Define.
9535 (arm_call_dummy_words): Declare.
9536 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9537 (arm_linux_call_dummy_words): Declare.
9539 2002-01-30 Andreas Schwab <schwab@suse.de>
9541 * m68klinux-nat.c: Fix last change to use regcache_collect
9542 instead of referencing registers[] directly.
9544 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9546 * parse.c (target_map_name_to_register): Delete code wrapped in
9547 #ifdef REGISTER_NAME_ALIAS_HOOK.
9549 2002-01-28 Michael Snyder <msnyder@redhat.com>
9551 * regcache.c (legacy_read_register_gen): Need to be able to
9552 read pseudo-register as well as real register.
9553 (legacy_write_register_gen): Ditto.
9555 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9557 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9558 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9559 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9560 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9561 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9562 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9563 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9564 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9565 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9566 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9567 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9568 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9569 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9570 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9571 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9572 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9573 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9574 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9575 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9576 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9578 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9580 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9581 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9582 (initialize_current_architecture): Update target_byte_order using
9583 information from BFD.
9584 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9585 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9587 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9589 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9590 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9592 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9593 #ifdef INVALID_FLOAT.
9594 * infcmd.c (do_registers_info): Ditto.
9595 * values.c (unpack_double): Ditto. Add comment.
9597 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9598 already commented out.
9600 2002-01-26 Andreas Schwab <schwab@suse.de>
9602 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9603 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9604 registers and add support for PTRACE_GETREGS.
9606 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9608 GDB 5.1.1 released from 5.1 branch.
9609 * NEWS: Add 5.1.1 news.
9610 * README: Sync with 5.1 branch.
9612 2002-01-23 Fred Fish <fnf@redhat.com>
9614 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9615 stabstring on initial malloc. Reallocing will copy it for us,
9618 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9620 * Makefile.in (hpread_h): Delete.
9621 (HFILES_NO_SRCDIR): Remove hpread.h.
9622 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9623 (hpread.o): Update dependencies.
9624 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9626 * hp-psymtab-read.c: Remove file.
9627 * hp-symtab-read.c: Remove file.
9628 * hpread.h: Remove file.
9630 * hpread.c: Merge all contents of hp-psymtab-read.c,
9631 hp-symtab-read.c and hpread.h into this file, as it was prior to
9634 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9635 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9636 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9637 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9639 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9641 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9642 fill_gregset): Call gdbarch_tdep() just once, assign result to
9643 variable and use that, instead of calling the function several
9646 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9648 * configure.host: Accept sparcv9 as alias for sparc64.
9649 * configure.tgt: Likewise.
9651 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9653 * solib-aix5.c (build_so_list_from_mapfile)
9654 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9655 arguments is not reversed.
9656 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9657 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9659 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9661 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9662 modified version of obsolete sh_fetch_pseudo_register.
9663 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9664 (sh4_register_read): New function.
9665 (sh_pseudo_register_write): New function. Renamed and modified
9666 version of obsolete sh_store_pseudo_register.
9667 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9668 (sh4_register_write): New function.
9669 (sh_gdbarch_init): Remove setting of gdbarch function
9670 fetch_pseudo_register and store_pseudo_register. Remove setting of
9671 register_convert_to_raw, register_convert_to_virtual,
9672 register_convertible.
9673 (sh_sh4_register_convertible): Delete. No longer needed. All is
9674 taken care by architecture specific functions
9675 register_read/register_write.
9676 (sh_sh4_register_convert_to_virtual): Make static.
9677 (sh_sh4_register_convert_to_raw): Ditto.
9679 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9681 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9682 (floatformat_is_nan, floatformat_mantissa): Ditto.
9684 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9685 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9686 builtin_type_ieee_double_little,
9687 builtin_type_ieee_double_littlebyte_bigword,
9688 builtin_type_m68881_ext, builtin_type_i960_ext,
9689 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9690 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9691 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9692 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9694 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9696 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9697 parameter. Set frameless flag if it exists and depended of
9698 whether the scanned function is frameless or not.
9699 (xstormy16_skip_prologue): If function is frameless, return
9700 result of xstormy16_scan_prologue().
9701 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9704 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9706 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9707 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9708 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9709 sh_sh4_register_byte, sh_sh4_register_raw_size,
9710 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9711 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9712 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9713 sh_store_pseudo_register, sh_do_pseudo_register): Call
9714 gdbarch_tdep() just once, assign result to variable and use that,
9715 instead of calling the function several times.
9717 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9719 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9720 macros instead of LAST_FPU_CTRL_REGNUM.
9721 (store_register): Likewise.
9723 2002-01-21 Jim Blandy <jimb@redhat.com>
9725 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9726 is up-to-date before running the program, not just when a program
9729 2002-01-21 Fred Fish <fnf@redhat.com>
9731 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9732 when we have found all instructions we are looking for.
9734 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9736 * arm-tdep.c (arm_register_name): New function.
9737 (arm_registers_names): Make static.
9738 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9739 (arm_register_name): Declare.
9740 (REGISTER_NAME): Use it.
9742 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9743 Kevin Buettner <kevinb@redhat.com>
9745 Convert arm targets to new FRAME interface.
9746 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9747 (arm_frame_find_save_regs): Delete.
9748 (arm_frame_init_saved_regs): New.
9749 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9750 Allocate extra_info as required. Convert all uses of fsr.regs
9751 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9753 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9754 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9755 (check_prologue_cache, save_prologue_cache): Likewise.
9756 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9757 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9758 (FRAME_FIND_SAVED_REGS): Delete.
9759 (arm_frame_find_saved_regs): Delete prototype.
9760 (arm_frame_init_saved_regs): New prototype.
9761 (FRAME_INIT_SAVED_REGS): Define.
9763 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9765 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9767 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9769 From Jeff Law <law@redhat.com>:
9770 * infttrace.c: Include <sys/pstat.h>.
9771 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9772 exec file if the ttrace equivalent fails.
9774 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9776 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9777 (closeLogFile): Ditto.
9779 2002-01-20 Michael Chastain <mec@shout.net>
9781 * top.c (print_gdb_version): Bump copyright year to 2002.
9783 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9785 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9786 Zannoni and Eli Zaretskii.
9788 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9790 * buildsym.c: Update copyright years.
9791 * c-typeprint.c: Likewise.
9792 * dwarf2read.c: Likewise.
9793 * f-typeprint.c: Likewise.
9794 * gdbtypes.c: Likewise.
9795 * gdbtypes.h: Likewise.
9796 * hp-symtab-read.c: Likewise.
9797 * hpread.c: Likewise.
9798 * mdebugread.c: Likewise.
9799 * p-typeprint.c: Likewise.
9801 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9803 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9804 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9805 byte-order selectable.
9806 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9807 * arch-utils.c: Ditto.
9808 (set_endian): Ditto.
9809 (set_endian_from_file): Ditto.
9810 * gdbserver/low-sim.c (create_inferior): Ditto.
9811 * gdbarch.sh: Ditto.
9812 * gdbarch.h: Re-generate.
9813 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9814 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9815 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9816 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9817 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9818 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9819 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9820 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9822 * config/mips/tm-wince.h: Remove #undef of macro
9823 TARGET_BYTE_ORDER_SELECTABLE.
9824 * config/sh/tm-wince.h: Ditto.
9826 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9828 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9829 member function fields. Add accessor macro
9830 TYPE_FN_FIELD_ARTIFICIAL.
9831 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9832 * c-typeprint.c (c_type_print_base): Skip artificial member
9835 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9837 * f-typeprint.c: Delete unused function f_type_print_args.
9838 * p-typeprint.c: Delete unused function pascal_type_print_args.
9840 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9842 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9843 comment. Add ``artificial'' to ``union field_location''.
9845 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9847 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9848 * mdebugread.c (parse_symbol): Likewise.
9849 * stabsread.c (define_symbol): Likewise.
9850 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9851 initializing TYPE_FIELD_BITPOS to n (obsolete).
9852 (hpread_doc_function_type): Likewise.
9853 * hpread.c (hpread_function_type): Likewise.
9855 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9857 * configure.in (host_makefile_frag): Only require a host makefile
9858 fragment when a native build.
9859 * configure: Re-generate.
9861 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9863 * doublest.h (floatformat_from_type): Declare.
9864 * doublest.c (floatformat_from_type): New function.
9865 (convert_typed_floating): Use.
9867 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9868 call to function floatformat_from_type.
9870 * gdbarch.sh (IEEE_FLOAT): Delete.
9871 * gdbarch.h, gdbarch.c: Re-generate.
9872 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9873 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9874 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9875 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9876 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9877 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9878 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9879 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9880 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9881 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9882 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9883 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9885 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9886 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9887 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9888 * sh-tdep.c (sh_gdbarch_init): Ditto.
9889 * mips-tdep.c (mips_gdbarch_init): Ditto.
9890 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9891 * cris-tdep.c (cris_gdbarch_init): Ditto.
9893 2002-01-20 Jiri Smid <smid@suse.cz>
9895 * configure.host, configure.tgt: Support x86-64.
9896 * NEWS: Note new target x86-64.
9898 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9899 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9900 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9901 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9902 x86-64-linux-nat.o): Fix dependencies.
9904 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9906 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9907 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9908 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9909 * config/sparc/xm-sun4os4.h: Delete file.
9910 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9912 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9914 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9915 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9916 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9917 * config/i386/i386lynx.mh (XM_FILE): Delete.
9918 * config/rs6000/xm-rs6000ly.h: Delete file.
9919 * config/sparc/xm-sparclynx.h: Delete file.
9920 * config/m68k/xm-m68klynx.h: Delete file.
9921 * config/i386/xm-i386lynx.h: Delete file.
9922 * config/xm-lynx.h: Delete file.
9923 * config/djgpp/fnchange.lst: Update.
9925 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9927 * alpha-tdep.c (alpha_register_byte): New function.
9928 (alpha_register_raw_size): Ditto.
9929 (alpha_register_virtual_size): Ditto.
9930 (alpha_skip_prologue_internal): Renamed from
9931 alpha_skip_prologue.
9932 (alpha_skip_prologue): New version that calls
9933 alpha_skip_prologue_internal.
9934 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9935 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9936 second argument from alpha_skip_prologue.
9937 (REGISTER_BYTE): Use alpha_register_byte.
9938 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9939 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9940 (FRAMELESS_FUNCTION_INVOCATION): Use
9941 generic_frameless_function_invocation_not.
9942 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9943 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9945 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9947 * config/mips/xm-news-mips.h: Delete file.
9948 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9950 * config/m88k/xm-m88k.h: Delete file.
9951 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9952 * config/m88k/xm-delta88v4.h: Ditto.
9953 * config/m88k/xm-delta88.h: Ditto.
9955 * config/alpha/xm-fbsd.h: Delete file.
9956 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9958 * config/sparc/xm-sparc.h: Delete file.
9959 * Makefile.in (xm-sun4os4.h): Delete dependency.
9960 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9961 * config/sparc/xm-sun4os4.h: Ditto.
9962 * config/sparc/xm-linux.h: Ditto.
9964 * config/i386/xm-windows.h: Delete file.
9966 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9968 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9969 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9971 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9973 * alpha-tdep.c (alpha_call_dummy_words): New.
9974 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9975 (CALL_DUMMY_P): Define.
9976 (CALL_DUMMY_WORDS): Define.
9977 (SIZEOF_CALL_DUMMY_WORDS): Define.
9979 2002-01-19 Per Bothner <per@bothner.com>
9981 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9982 isn't NULL, which can happen with some gcj-3.x-produced code.
9984 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9986 * alpha-tdep.c (alpha_register_virtual_type): New function.
9987 (alpha_init_frame_pc_first): Ditto.
9988 (alpha_fix_call_dummy): Ditto.
9989 (alpha_store_struct_return): Ditto.
9990 (alpha_extract_struct_value_address): Ditto.
9991 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9992 alpha_register_virtual_type.
9993 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9994 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9995 alpha_extract_struct_value_address.
9996 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9997 (INIT_FRAME_PC): Use init_frame_pc_noop.
9998 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10000 2002-01-19 Mark Kettenis <kettenis@gnu.org>
10002 * i386gnu-nat.c: Include "i386-tdep.h".
10003 (fetch_fpregs): Simplify code dealing with uninitialized floating
10004 point states such that it doesn't require FP7_REGNUM.
10006 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10008 * alpha-tdep.c (frame_extra_info): New.
10009 (alpha_find_saved_regs): Make static. Use
10011 (alpha_frame_init_saved_regs): New function.
10012 (alpha_frame_saved_pc): Use frame->extra_info.
10013 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10014 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10015 (init_extra_frame_info): Rename to...
10016 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10017 (alpha_print_extra_frame_info): New function.
10018 (alpha_frame_locals_address): Ditto.
10019 (alpha_frame_args_address): Ditto.
10020 (alpha_pop_frame): Use frame->extra_info.
10021 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10022 alpha_frame_args_address.
10023 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10024 (alpha_find_saved_regs): Remove prototype.
10025 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10026 (EXTRA_FRAME_INFO): Remove.
10027 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10028 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10030 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10032 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10033 (alpha_cannot_fetch_register): Ditto.
10034 (alpha_cannot_store_register): Ditto.
10035 (alpha_register_convertible): Ditto.
10036 (alpha_use_struct_convention): Ditto.
10037 * config/alpha/tm-alpha.h: Update copyright years.
10038 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10039 (INNER_THAN): Use core_addr_lessthan.
10040 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10041 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10042 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10043 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10044 (FRAME_CHAIN): Remove unnecessary cast.
10046 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10048 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10051 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10053 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10054 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10055 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10056 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10057 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10058 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10059 * x86-64-linux-nat.c: Ditto.
10061 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10063 * alpha-tdep.c (alpha_register_name): New function.
10064 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10065 (REGISTER_NAME): Define.
10067 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10069 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10071 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10073 * alpha-tdep.c: Update copyright years.
10074 (alpha_next_pc): New function.
10075 (alpha_software_single_step): Ditto.
10076 * config/alpha/tm-alpha.h: Add prototype for
10077 alpha_software_single_step.
10079 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10081 * alphabsd-nat.c: Update copyright years.
10082 (fill_gregset): Use regcache_collect.
10083 (fill_fpregset): Likewise.
10084 (fetch_inferior_registers): Only fetch integer registers
10085 if requested to do so.
10086 (store_inferior_registers): Only store integer registers
10087 if requested to do so.
10089 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10091 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10092 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10093 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10094 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10095 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10096 * config/arm/linux.mh (XDEPFILES): Delete.
10097 * config/arm/nbsd.mh (XDEPFILES): Delete.
10098 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10099 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10100 * config/i386/i386m3.mh (XDEPFILES): Delete.
10101 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10102 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10103 * config/i386/fbsd.mh (XDEPFILES): Delete.
10104 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10105 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10106 * config/i386/i386v4.mh (XDEPFILES): Delete.
10107 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10108 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10109 * config/i386/i386aix.mh (XDEPFILES): Delete.
10110 * config/i386/go32.mh (XDEPFILES): Delete.
10111 * config/i386/cygwin.mh (XDEPFILES): Delete.
10112 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10113 * config/i386/i386mach.mh (XDEPFILES): Delete.
10114 * config/i386/i386v32.mh (XDEPFILES): Delete.
10115 * config/i386/linux.mh (XDEPFILES): Delete.
10116 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10117 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10118 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10119 * config/i386/i386sco.mh (XDEPFILES): Delete.
10120 * config/i386/i386v.mh (XDEPFILES): Delete.
10121 * config/i386/nbsd.mh (XDEPFILES): Delete.
10122 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10123 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10124 * config/i386/symmetry.mh (XDEPFILES): Delete.
10125 * config/i386/obsd.mh (XDEPFILES): Delete.
10126 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10127 * config/ia64/linux.mh (XDEPFILES): Delete.
10128 * config/ia64/aix.mh (XDEPFILES): Delete.
10129 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10130 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10131 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10132 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10133 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10134 * config/m68k/linux.mh (XDEPFILES): Delete.
10135 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10136 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10137 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10138 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10139 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10140 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10141 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10142 * config/m88k/delta88.mh (XDEPFILES): Delete.
10143 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10144 * config/m88k/m88k.mh (XDEPFILES): Delete.
10145 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10146 * config/mips/linux.mh (XDEPFILES): Delete.
10147 * config/mips/irix6.mh (XDEPFILES): Delete.
10148 * config/mips/irix5.mh (XDEPFILES): Delete.
10149 * config/mips/irix4.mh (XDEPFILES): Delete.
10150 * config/mips/irix3.mh (XDEPFILES): Delete.
10151 * config/mips/decstation.mh (XDEPFILES): Delete.
10152 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10153 (NATDEPFILES): Move core-aout.o to here.
10154 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10155 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10156 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10157 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10158 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10159 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10160 * config/pa/hpux11.mh (XDEPFILES): Delete.
10161 * config/powerpc/aix.mh (XDEPFILES): Delete.
10162 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10163 * config/powerpc/linux.mh (XDEPFILES): Delete.
10164 * config/romp/rtbsd.mh: Rename XDEPFILES.
10165 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10166 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10167 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10168 * config/s390/s390.mh (XDEPFILES): Delete.
10169 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10170 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10171 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10172 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10173 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10174 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10175 * config/sparc/linux.mh (XDEPFILES): Delete.
10176 * config/vax/vaxult.mh (XDEPFILES): Delete.
10177 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10178 * Makefile.in (DEPFILES): Remove XDEPFILES.
10180 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10182 * utils.c (internal_verror): Fix comments, default is yes not no.
10183 Update queries to match. Default to quit and dump core.
10185 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10187 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10189 * defs.h, event-top.c, gdbcmd.h: Ditto.
10190 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10191 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10192 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10193 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10194 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10195 * mi/mi-main.c:Ditto.
10197 * stack.c, symfile.c: Update copyright.
10199 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10201 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10202 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10203 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10204 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10206 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10208 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10209 * gdbserver/low-lynx.c (myattach): Likewise.
10210 * gdbserver/low-nbsd.c (myattach): Likewise.
10211 * gdbserver/low-sim.c (myattach): Likewise.
10212 * gdbserver/low-sparc.c (myattach): Likewise.
10213 * gdbserver/low-sun3.c (myattach): Likewise.
10215 * gdbserver/low-linux.c (myattach): New function.
10217 * gdbserver/server.c (attach_inferior): New function.
10218 (main): Handle "--attach".
10220 2002-01-16 Andrew Cagney <ac131313@redhat.com>
10222 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10225 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
10227 * c-typeprint.c (is_type_conversion_operator): Add additional
10228 check for non-conversion operators.
10230 2002-01-15 Michael Snyder <msnyder@redhat.com>
10232 * linux-proc.c: Add "info proc" command, a la procfs.c.
10233 (read_mapping): New function, abstract and re-use code.
10234 (linux_find_memory_regions): Use new func read_mapping.
10235 (linux_info_proc_cmd): New function, implement "info proc".
10236 (_initialize_linux_proc): Add new command "info proc".
10238 2002-01-15 Michael Snyder <msnyder@redhat.com>
10240 * symfile.c (generic_load): Use bfd_map_over_sections method
10241 instead of manipulating bfd structure members directly.
10242 (add_section_size_callback): New function, bfd sections callback
10243 used by generic_load.
10244 (load_sections_callback): New function, bfd sections callback
10245 used by generic_load.
10247 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
10249 [Based on work by Jim Blandy]
10250 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10251 (builtin_type_vec128): Export.
10252 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10254 (builtin_type_vec128): New builtin type for 128 bit vector
10256 (build_gdbtypes): Initialize builtin_type_v16qi and
10257 builtin_type_v8hi. Create the vec128 register builtin type
10259 (build_builtin_type_vec128): New function.
10260 (_initialize_gdbtypes): Register builtin_type_v16qi and
10261 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10262 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10263 AltiVec register to new builtin type.
10265 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
10267 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10270 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10272 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10273 CLEAN_UP_REGISTER_VALUE.
10274 * regcache.c (supply_register): Update only call.
10276 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10278 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10279 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10280 a29k-*-vxworks* targets as obsolete.
10282 2002-01-14 Michael Snyder <msnyder@redhat.com>
10284 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10285 until we can resolve portability issues.
10286 * gregset.h: Remove references to fpxregs.
10287 * gcore.c (gcore_command): Initialize note_sec to NULL.
10289 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10291 * signals.c (target_signal_to_name): Rewrite. Only use
10292 signals[].name when in bounds and non-NULL.
10294 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10296 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10297 * signals.c (target_signal_to_name): Verify that SIG is within the
10298 bounds of the signals array.
10300 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10302 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10304 2002-01-13 Keith Seitz <keiths@redhat.com>
10306 * stack.c (print_frame_info_base): Print the frame's pc
10307 only if when print_frame_info_listing_hook is not defined.
10309 2002-01-13 Keith Seitz <keiths@redhat.com>
10311 * varobj.c (varobj_set_value): Make sure that there were no
10312 errors evaluating the object before attempting to set its
10314 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10315 so this offset adjustment is no longer necessary.
10316 (create_child): Don't set the error flag if the child is
10317 a CPLUS_FAKE_CHILD.
10318 (value_of_child): If value_fetch_lazy fails, return NULL
10319 so that callers will be notified that an error occurred.
10320 (c_value_of_variable): Delay check of variable's validity
10321 until later. We actually want all structs and unions to have
10323 Do not return "???" for variables which could not be evaluated.
10324 This error condition must be returned to the caller so that it
10325 can get the error condition from gdb.
10326 (cplus_name_of_child): Adjust index for vptr before figuring
10327 out the name of the child.
10328 (cplus_value_of_child): If a child's (real) parent is not valid,
10329 don't even bother trying to give a value for it. Just return
10330 an error. Change all instances in this function.
10331 (cplus_type_of_child): If our parent is one of the "fake"
10332 parents, we need to get at the type of the real parent, and
10333 derive the child's true type using this information.
10335 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10337 From 2002-01-09 John Marshall <johnm@falch.net>:
10338 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10339 sources.redhat.com, and tweak some related URLs which had
10340 suffered from linkrot.
10342 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10345 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10346 structures passed in registers.
10348 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10350 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10351 white space which prevented compilation. Reported by DSK
10352 <dsk@student.unsw.edu.au>.
10354 2002-01-11 Michael Snyder <msnyder@redhat.com>
10356 * symfile.c (build_section_addr_info_from_section_tab):
10357 Use bfd access method instead of manipulating bfd directly.
10358 (syms_from_objfile): Ditto.
10359 (simple_overlay_update_1): Ditto.
10360 (simple_overlay_update): Ditto.
10361 (generic_load): Ditto.
10362 (overlay_unmapped_address): FIXME comment, bfd access methods.
10363 (sections_overlap): FIXME comment, bfd access methods.
10364 (pc_in_mapped_range): FIXME comment, bfd access methods.
10365 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10366 (section_is_mapped): FIXME comment, bfd access methods.
10367 (section_is_overlay): FIXME comment, bfd access methods.
10369 * symfile.c (generic_load): Whitespace and long line cleanups.
10370 Remove duplicate variable, change several local variables to
10371 more appropriate data types.
10372 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10374 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10376 From Peter Schauer:
10377 * language.c (longest_local_hex_string_custom): Use phex_nz to
10378 convert NUM to a hex string.
10380 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10382 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10384 Update Copyright year.
10386 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10388 * language.c (longest_raw_hex_string): Delete unused function.
10390 2002-01-11 Petr Sorfa <petrs@caldera.com>
10392 * MAINTAINERS (write-after-approval): Add myself.
10393 * dwarf2read.c (read_tag_string_type): Handling of
10395 (read_tag_string_type): FORTRAN fix to prevent propagation of
10397 (set_cu_language): Handling of DW_LANG_Fortran95
10399 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10401 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10402 GETPID(inferior_ptid).
10403 (store_inferior_registers): Likewise.
10405 2002-01-10 Jason Merrill <jason@redhat.com>
10407 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10410 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10412 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10413 and bfd/elf32-sh-nbsd.c.
10415 2002-01-10 Michael Snyder <msnyder@redhat.com>
10417 * NEWS: Mention --pid and corefile/proc-id behavior change.
10419 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10420 * gcore.c: Include cli/cli-decode.h instead of command.h.
10422 * main.c (captured_main): Add new command line option "--pid".
10423 If the second command line argument (following the symbol-file)
10424 begins with a digit, try to attach to it before trying to open
10426 (print_gdb_help): Document the "--pid" argument.
10428 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10430 * completer.c (command_completer): New function.
10432 * completer.h <command_completer>: Add prototype.
10434 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10435 completer for the "help" command.
10437 2002-01-09 Jason Merrill <jason@redhat.com>
10439 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10441 2002-01-09 Michael Snyder <msnyder@redhat.com>
10443 * i386-linux-nat.c (fill_fpxregset): Make global.
10444 (store_fpxregset): Ditto.
10446 * gregset.h (gdb_fpxregset_t): Define.
10447 (supply_fpxregset): Prototype.
10448 (fill_fpxregset): Prototype.
10450 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10452 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10454 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10455 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10456 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10458 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10460 * MAINTAINERS: Update target maintainer rules so that any
10461 Maintainer can approve a tested patch for a maintenance-only
10464 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10466 * MAINTAINERS (write-after-approval): Add myself.
10468 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10471 2002-01-08 Michael Snyder <msnyder@redhat.com>
10473 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10474 real name of the executable, rather than the /proc name.
10476 2002-01-03 Michael Snyder <msnyder@redhat.com>
10478 Implement a "generate-core-file" command in gdb, save target state.
10479 * gcore.c: New file. Implement new command 'generate-core-file'.
10480 Save a corefile image of the current state of the inferior.
10481 * linux-proc.c: Add linux-specific code for saving corefiles.
10482 * target.h (struct target_ops): Add new target vectors for saving
10483 corefiles; to_find_memory_regions and to_make_corefile_notes.
10484 (target_find_memory_regions): New macro.
10485 (target_make_corefile_notes): New macro.
10486 * target.c (update_current_target): Inherit new target methods.
10487 (dummy_find_memory_regions): New place-holder method.
10488 (dummy_make_corefile_notes): New place-holder method.
10489 (init_dummy_target): Initialize new dummy target vectors.
10490 * exec.c (exec_set_find_memory_regions): New function.
10491 Allow the exec_ops vector for memory regions to be taken over.
10492 (exec_make_note_section): New function, target vector method.
10493 * defs.h (exec_set_find_memory_regions): Export prototype.
10494 * procfs.c (proc_find_memory_regions): New function, corefile method.
10495 (procfs_make_note_section): New function, corefile method.
10496 (init_procfs_ops): Set new target vector pointers.
10497 (find_memory_regions_callback): New function.
10498 (procfs_do_thread_registers): New function.
10499 (procfs_corefile_thread_callback): New function.
10500 * sol-thread.c (sol_find_memory_regions): New function.
10501 (sol_make_note_section): New function.
10502 (init_sol_thread_ops): Initialize new target vectors.
10503 * inftarg.c (inftarg_set_find_memory_regions): New function.
10504 Allow to_find_memory_regions vector to be taken over.
10505 (inftarg_set_make_corefile_notes): New function.
10506 Allow to_make_corefile_notes vector to be taken over.
10507 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10508 interface layer if not target_has_execution (may be a corefile).
10509 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10510 * config/sparc/sun4sol2.mh: Ditto.
10511 * config/alpha/alpha-linux.mh: Ditto.
10512 * config/arm/linux.mh: Ditto.
10513 * config/i386/x86-64linux.mh: Ditto.
10514 * config/ia64/linux.mh: Ditto.
10515 * config/m68k/linux.mh: Ditto.
10516 * config/mips/linux.mh: Ditto.
10517 * config/powerpc/linux.mh: Ditto.
10518 * config/sparc/linux.mh: Ditto.
10520 2002-01-07 Michael Snyder <msnyder@redhat.com>
10522 * arm-linux-nat.c: Remove references to regcache.c internal data
10523 (registers[] and register_valid[]).
10525 2002-01-07 Michael Snyder <msnyder@redhat.com>
10527 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10528 so that attaching to a pid will automatically read the process's
10529 symbol file and shlibs.
10530 * Makefile.in: Add rule for linux-proc.o.
10531 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10532 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10533 * config/arm/linux.mh: Ditto.
10534 * config/i386/linux.mh: Ditto.
10535 * config/i386/x86-64linux.mh: Ditto.
10536 * config/ia64/linux.mh: Ditto.
10537 * config/m68k/linux.mh: Ditto.
10538 * config/mips/linux.mh: Ditto.
10539 * config/powerpc/linux.mh: Ditto.
10540 * config/sparc/linux.mh: Ditto.
10542 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10544 * win32-nat.c: Add i386-tdep.h dependency.
10546 2002-01-07 Michael Snyder <msnyder@redhat.com>
10548 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10549 instead of bfd_get_arch_size. Don't bail out just because
10550 there's no exec_bfd.
10552 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10553 * p-valprint.c (pascal_object_print_value): Ditto.
10554 * somread.c (som_symtab_read): Ditto.
10555 * symfile.c (simple_free_overlay_region_table): Ditto.
10556 * valops.c (value_assign): Ditto.
10558 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10559 use tilde_expand and strerror for opening save-tracepoints file.
10561 * thread-db.c (thread_db_new_objfile): Indendation fix.
10563 * infptrace.c (GDB_MAX_ALLOCA): New define.
10564 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10565 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10566 can be overridden with whatever value is appropriate to the host).
10567 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10568 alloca to allocate potentially large buffer.
10569 * rs6000-nat.c (child_xfer_memory): Ditto.
10570 * symm-nat.c (child_xfer_memory): Ditto.
10571 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10573 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10575 From Nick Clifton <nickc@redhat.com>
10576 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10578 2002-01-07 Michael Snyder <msnyder@redhat.com>
10580 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10581 Don't use exec_bfd if it's NULL.
10583 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10585 * valops.c (value_arg_coerce): Fix formatting.
10587 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10589 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10590 * gnu-nat.c: Ditto.
10592 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10594 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10595 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10596 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10597 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10598 z8k-coff have not been multi-arched. Update z8k-coff build
10601 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10603 * MAINTAINERS: Mark a29k target as obsolete.
10604 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10605 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10607 * NEWS: Note that a29k targets are obsolete.
10608 * a29k-tdep.c: Mark as obsolete.
10609 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10610 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10611 a29k-*-vxworks* targets as obsolete.
10612 * remote-adapt.c: Obsolete.
10613 * remote-eb.c: Obsolete.
10614 * remote-mm.c: Obsolete.
10615 * remote-udi.c: Obsolete.
10616 * config/a29k/a29k-udi.mt: Obsolete.
10617 * config/a29k/a29k.mt: Obsolete.
10618 * config/a29k/tm-a29k.h: Obsolete.
10619 * config/a29k/tm-vx29k.h: Obsolete.
10620 * config/a29k/vx29k.mt: Obsolete.
10622 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10624 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10625 with BFD_ENDIAN_BIG.
10627 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10629 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10630 * configure, config.in: Re-generate.
10631 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10632 * defs.h: Do not include <endian.h>.
10634 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10636 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10637 * config.in: Regenerate.
10638 * configure.in: Update copyright years.
10639 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10640 * configure: Regenerate.
10641 * i386bsd-nat.c: Update copyright years.
10642 (fill_gregset): Use regcache_collect.
10643 (fetch_inferior_registers): Only fetch integer registers
10644 if requested to do so. Add support for XMM registers
10645 using PT_GETXMMREGS.
10646 (store_inferior_registers): Only store integer registers
10647 if requested to do so. Add support for XMM registers
10648 using PT_SETXMMREGS.
10649 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10650 (store_inferior_registers): Remove.
10651 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10652 (fetch_elfcore_registers): New function.
10653 (i386nbsd_elfcore_fns): New.
10654 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10655 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10657 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10658 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10659 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10660 * config/i386/tm-nbsd.h: Update copyright years.
10661 (HAVE_SSE_REGS): Define.
10662 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10663 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10664 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10665 (SIGCONTEXT_PC_OFFSET): Remove.
10666 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10668 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10670 * configure.tgt: Remove powerpc-*-macos* target.
10671 * config/m68k/xm-mpw.h: Delete file.
10672 * config/xm-mpw.h: Delete file.
10673 * ser-mac.c: Delete file.
10674 * mpw-make.sed: Delete file.
10675 * mpw-config.in: Delete file.
10676 * mac-xdep.c: Delete file.
10677 * mac-gdb.r: Delete file.
10678 * mac-defs.h: Delete file.
10679 * mac-nat.c: Delete file.
10680 * config/powerpc/macos.mh: Delete file.
10681 * config/powerpc/macos.mt: Delete file.
10682 * config/powerpc/nm-macos.h: Delete file.
10683 * config/powerpc/tm-macos.h: Delete file.
10684 * source.c (openp, open_source_file): Remove obsolete code.
10685 * top.c (gdb_readline): Ditto.
10686 * utils.c (query): Ditto.
10687 * event-top.c (display_gdb_prompt): Ditto.
10688 * Makefile.in (ser-mac.o): Delete obsolete target.
10691 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10693 * defs.h (BIG_ENDIAN): Delete macro definition.
10694 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10695 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10696 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10697 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10698 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10699 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10700 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10701 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10702 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10703 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10704 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10705 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10706 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10707 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10708 * gdbarch.c: Re-generate.
10710 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10712 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10715 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10717 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10719 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10721 * value.h (value_ptr): Delete typedef.
10723 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10725 * i386nbsd-nat.c: Update copyright years.
10726 Include i386-tdep.h.
10728 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10730 * stabsread.c: Update copyright years.
10732 From Debashis Mahata <debashis.mahata@wipro.com>:
10733 (read_struct_fields): Deal with Sun C compiler erroneous stab
10734 output for structs and unions.
10737 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10739 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10742 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10744 * cp-abi.c: Fix whitespace.
10745 (baseclass_offset): New wrapper function.
10746 * cp-abi.h (baseclass_offset): Add prototype.
10747 (struct cp_abi_ops): Add baseclass_offset pointer.
10749 * valops.c (vb_match): Move to...
10750 * gnu-v2-abi.c (vb_match): here.
10751 * valops.c (baseclass_offset): Move to...
10752 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10754 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10756 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10757 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10758 * hpacc-abi.c (init_hpacc_ops): Likewise.
10760 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10762 * valops.c (find_overload_match): Accept obj as a
10763 reference parameter. Update it before returning.
10764 * value.h (find_overload_match): Update prototype.
10765 * eval.c (evaluate_subexp_standard): Pass object to
10766 find_overload_match by reference.
10768 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10770 * valarith.c: Replace value_ptr with struct value pointer. Remove
10771 register attribute from value declarations.
10774 * scm-lang.c (scm_lookup_name): Ditto.
10776 2002-01-03 Michael Snyder <msnyder@redhat.com>
10778 Abstract the functionality of iterating over mapped memory
10779 regions into a general purpose iterator function.
10780 * procfs.c (iterate_over_mappings): New function, general purpose
10781 iterator for memory sections.
10782 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10783 (solib_mappings_callback): New function, callback for above.
10784 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10785 (info_mappings_callback): New function, callback for above.
10787 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10789 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10791 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10792 * i386-tdep.c: Include "elf-bfd.h".
10793 (process_note_abi_tag_sections): New function.
10794 (i386_gdbarch_init): Add code to recognize various OS/ABI
10797 * maint.c (_initialize_maint_cmds): Add missing \ in
10800 For older changes see ChangeLog-2001
10806 version-control: never