summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>csl-arm-2004-q1Nathanael Nerode2004-04-095-210/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | PR bootstrap/14871 * Makefile.tpl: If we don't have built-in-tree target tools, use the ones found by configure rather than hacking around with program_transform_name. * configure.in: Give Makefile.tpl the information necessary to do that. * Makefile.in: Regenerate. * configure: Regenerate. 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org> PR bootstrap/14760 * configure.in: When computing baseargs, strip *all* copies of offending options. Also, don't match/substitute the trailing space, so that this actually works when two similar options are separated by only one space. * configure: Regenerate. 2004-04-06 David Edelsohn <edelsohn@gnu.org> * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs. (rs6000-*-aix*): Same. * configure: Regenerate.
* *** empty log message ***gdbadmin2004-04-091-1/+1
|
* daily updateAlan Modra2004-04-091-1/+1
|
* 2004-04-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-0815-67/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * breakpoint.h (deprecated_exception_catchpoints_are_fragile) (deprecated_exception_support_initialized): Declare. * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support) (initialize_hp_cxx_exception_support) (child_enable_exception_callback): Update. * breakpoint.c (deprecated_exception_catchpoints_are_fragile) (deprecated_exception_support_initialized): Rename deprecated_exception_catchpoints_are_fragile and deprecated_exception_support_initialized. (breakpoint_init_inferior, breakpoint_init_inferior): Update. * symtab.c (deprecated_hp_som_som_object_present): Rename hp_som_som_object_present. * symtab.h (deprecated_hp_som_som_object_present): Declare. * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS): Update. Delete extern declaration. * valops.c (hp_som_som_object_present): Ditto. * parse.c (deprecated_hp_som_som_object_present) (parse_nested_classes_for_hpacc): Ditto. * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto. * hppa-hpux-tdep.c (hp_som_som_object_present) (initialize_hp_cxx_exception_support): Ditto. * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto. * cp-valprint.c (hp_som_som_object_present) (cp_print_class_method): Ditto. * c-typeprint.c (hp_som_som_object_present): (c_type_print_base): Ditto. * c-exp.y (hp_som_som_object_present): Ditto.
* 2004-04-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-086-28/+58
| | | | | | | | | | | | | | | | | * frame-unwind.c (struct frame_unwind_table, frame_unwind_init) (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer) (frame_unwind_find_by_frame): Re-implement the unwind code so that it can both prepend and append sniffers. Replace frame_unwind_register_unwinder with frame_unwind_prepend_unwinder. * tramp-frame.c (tramp_frame_append): Use frame_unwind_prepend_unwinder. * frame-unwind.h (frame_unwind_prepend_unwinder): Replace frame_unwind_register_unwinder. * tramp-frame.h (tramp_frame_prepend_unwinder): Rename tramp_frame_append. * tramp-frame.c (tramp_frame_prepend_unwinder): Update. * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi) (mips_linux_init_abi): Update.
* * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)Kevin Buettner2004-04-082-11/+6
| | | | | (ELF_FPREGSET_SIZE): Delete constants formerly used in core file support.
* * elflink.c: Include libiberty.h.Richard Sandiford2004-04-084-2/+9
| | | | | * Makefile.am (elflink.lo): Depend on libiberty.h. * Makefile.in: Regenerate.
* *** empty log message ***gdbadmin2004-04-081-1/+1
|
* daily updateAlan Modra2004-04-081-1/+1
|
* Fix cross build problems for --target=ia64-linux-gnu.Kevin Buettner2004-04-072-1/+6
|
* 2004-04-07 Jason Molenda (jmolenda@apple.com)Jason Molenda2004-04-072-16/+20
| | | | * frame.h: Typeo corrections in comments.
* * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering forJim Blandy2004-04-072-2/+12
| | | | %esp and %ebp
* * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.Mark Kettenis2004-04-077-7/+20
| | | | | | | | | | | * config/sparc/linux64.mt (TDEPFILES): Likewise. * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o. * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o and solib-legacy.o. * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and solib-svr4.o. * config/sparc/tm-sol2.h: Update copyright year. Include "solib.h".
* Fix Typo.Mark Kettenis2004-04-071-1/+1
|
* * sparc-sol2-tdep.c: Update copyright year. IncludeMark Kettenis2004-04-074-3/+19
| | | | | | | | | "solib-svr4.h". (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets. * sparc64-sol2-tdep.c: Include "solib-svr4.h". (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets. * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): ): Update dependencies.
* *** empty log message ***gdbadmin2004-04-071-1/+1
|
* 2004-04-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-064-2/+12
| | | | | | | * infttrace.c: Include "infttrace.h". * infttrace.h: Include "target.h". * Makefile.in (infttrace_h): Update. (infttrace.o): Update.
* 2004-04-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-064-7/+14
| | | | | | | | * hppah-nat.c (hpux_has_forked, hpux_has_vforked) (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h", move extern declarations from here ... * infttrace.h: ... to here. * Makefile.in (hppah-nat.o): Update dependencies.
* 2004-04-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-063-8/+9
| | | | | | | * hppa-tdep.c (hppa_breakpoint_from_pc): Make static. (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32): (hppa_breakpoint_from_pc): Delete.
* 2004-04-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-062-1/+5
| | | | * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
* * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always useDaniel Jacobowitz2004-04-062-2/+6
| | | | ".MIPS.stubs".
* 2004-04-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-062-16/+6
| | | | | | * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>, <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h", <sys/file.h>.
* 2004-04-06 Randolph Chung <tausq@debian.org>Andrew Cagney2004-04-063-568/+588
| | | | | | | | | | | | | | | | | Committed by Andrew Cagney (mechanical change). * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present, exception_catchpoints_are_fragile, find_stub_with_shl_get, cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support, child_enable_exception_callback, current_ex_event, null_symtab_and_line, child_get_current_exception_event, HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value, HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw, HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support, hp_cxx_exception_support_initialized, eh_notify_hook_addr, eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr, eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior): Move hpux-specific definitions ... * hppa-hpux-tdep.c: ... to here.
* 2004-04-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-062-1/+7
| | | | | * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to skip_prologue_using_sal.
* 2004-04-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-0616-57/+34
| | | | | | | | | | | | | | | | * config/i386/tm-i386.h: Delete file. * config/i386/tm-vxworks.h: Update copyright, do not include "tm-i386.h". * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto. * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto. * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto. * config/i386/ncr3000.mt (TM_FILE): Delete. * config/i386/interix.mt (TM_FILE): Delete. * config/i386/i386v.mt (TM_FILE): Delete. * config/i386/i386nw.mt (TM_FILE): Delete. * config/i386/i386gnu.mt (TM_FILE): Delete. * config/i386/i386aout.mt (TM_FILE): Delete. * config/i386/embed.mt (TM_FILE): Delete.
* 2004-04-05 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-04-062-1/+10
| | | | | * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always reserve the memory for dynamic linker
* Finish previous (incomplete) ChangeLog entry.Kevin Buettner2004-04-061-2/+2
|
* * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)Kevin Buettner2004-04-063-9/+119
| | | | | | | | | | | | (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum) (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum) (accg7_regnum): New constants. (last_spr_regnum, last_pseudo_regnum): Update. * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7, accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1. (frv_pseudo_register_read, frv_pseudo_register_write): Add support for accg registers. (frv_register_sim_regno): Update spr_map[].
* *** empty log message ***gdbadmin2004-04-061-1/+1
|
* daily updateAlan Modra2004-04-061-1/+1
|
* 2004-04-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-053-0/+188
| | | | | * gdb.base/sigaltstack.c: New file. * gdb.base/sigaltstack.exp: New file.
* 2004-04-05 Martin Hunt <hunt@redhat.com>Martin Hunt2004-04-0517-43/+496
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/session.tcl: Make hostname and portname session-dependent. Add gdb_bg_num (the color scheme number) as a per-session variable. * library/prefs.tcl (pref_read): If color schemes are in use, set colors based on the current scheme. (pref_save): Add "bg" section. (pref_set_defaults): Define new variable gdb/use_color_schemes and define 16 default background colors. * library/managedwin.itb (ManagedWin::window_name): Append window "instance" string to window name. (ManagedWin::window_instance): Set window instance string. * library/debugwin.itb: Add a reconfig method to restore unique black textbackground, overriding color scheme. * library/csprefs.itb: * library/csprefs.ith: New files. Implement color scheme preferences. * library/util.tcl (set_bg_colors): New function. (r_setcolors): New function. * library/regwin.itb (_prefs_changed): Deleted. (reconfig): New function. Updates tkTable color tags if color scheme changes. * library/regwin.ith: Update to reflect above changes. * library/srcbar.itcl (create_pref_menu): Add pulldown menus for "Edit Color Schemes..." and "Use Color Schemes". (reconfig): Fix up menu items for color schemes. * library/globalpref.itb (_init_var): Add gdb/use_color_schemes to variable list. (_build_win): Add a checkbutton to enable/disable color schemes. * library/gdbmenubar.itcl (menubar_add_cascade): Add a class argument so cascade menus can be managed by class too. * library/interface.tcl (gdbtk_tcl_fputs): Check for existence of gdbtk_state(console). Stops annoying error messages. (gdbtk_tcl_fputs_error): Ditto. (gdbtk_tcl_fputs_log): Ditto.
* * netbsd-core.c (CORE_WCOOKIE_OFFSET): New define.Mark Kettenis2004-04-052-0/+28
| | | | (netbsd_core_file_p): Create a .wcookie section for OpenBSD/sparc.
* 2004-04-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-0556-1373/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/mips/xm-riscos.h: Delete. * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete. * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete. * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete. * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete. * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete. * config/mips/decstation.mh, config/mips/littlemips.mh: Delete. * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete. * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete. * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete. * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete. * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete. * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete. * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete. * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete. * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete. * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete. * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete. * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete. * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete. * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete. * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete. * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete. * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete. * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete. * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete. * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete. * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*, m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*, m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*. * configure.host: Remove m680[01]0-sun-sunos3*, m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*, m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*, m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*, mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*, mips-*-riscos*. * NEWS: Mention removed systems.
* Mention 6.1.Andrew Cagney2004-04-051-0/+4
|
* daily updateAlan Modra2004-04-051-1/+1
|
* *** empty log message ***gdbadmin2004-04-051-1/+1
|
* * gdb.base/foll-fork.exp: Update the expected output forJoel Brobecker2004-04-042-2/+7
| | | | | "help set follow-fork-mode", to match a change that was made to the help of this variable on 2004-01-13.
* 2004-04-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-044-59/+74
| | | | | | * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy. * remote-vxmips.c (vx_read_register, vx_write_register): Ditto. * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
* 2004-04-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-046-21/+12
| | | | | | * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete. * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete. * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
* * MAINTAINERS: Chris Faylor has changed employers; add him toJim Blandy2004-04-042-2/+7
| | | | "paper trail" section, and update his E-mail address.
* daily updateAlan Modra2004-04-041-1/+1
|
* *** empty log message ***gdbadmin2004-04-041-1/+1
|
* 2004-04-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-033-9/+7
| | | | | | | * frame-unwind.c (frame_unwind_find_by_frame): Delete check for generic dummy frames. * dummy-frame.c: Update copyright. (dummy_frame_sniffer): Delete check for generic dummy frames.
* 2004-04-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-034-14/+8
| | | | | | | | * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete. * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS) (REG_PARM_STACK_SPACE): Delete. * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call): Inline reference to REG_PARM_STACK_SPACE.
* 2004-04-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-033-33/+15
| | | | | | | | | | | | | | | * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP) (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP) (hppa32_hpux_frame_find_saved_regs_in_sigtramp) (FRAME_BASE_BEFORE_SIGTRAMP) (hppa32_hpux_frame_base_before_sigtramp) (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete. * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp) (hppa64_hpux_frame_find_saved_regs_in_sigtramp) (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP) (FRAME_BASE_BEFORE_SIGTRAMP) (hppa64_hpux_frame_base_before_sigtramp) (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
* 2004-04-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-032-0/+12
| | | | * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
* *** empty log message ***gdbadmin2004-04-031-1/+1
|
* daily updateAlan Modra2004-04-031-1/+1
|
* 2004-04-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-028-60/+16
| | | | | | | | * sh64-tdep.c (sh64_init_extra_frame_info): Replace DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify. * dummy-frame.h: Delete out-of-date comments. * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete. * gdbarch.h, gdbarch.c: Re-generate.