aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-09-03PR 360Nick Clifton2-3/+10
(handle_COMDAT): Replace abort with an warning message and allow the scan to continue.
2004-09-032004-09-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2-72/+44
* configure: Regenerate.
2004-09-03daily updateAlan Modra1-1/+1
2004-09-03*** empty log message ***gdbadmin1-1/+1
2004-09-02 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.Joel Brobecker2-54/+18
Minor reformatting. Some code factoring.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney29-322/+45
* config/vax/nbsd.mt (TM_FILE): Set to solib.h. * config/vax/tm-nbsd.h: Delete file. * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h. * config/sparc/tm-vxworks.h: Delete file. * config/sparc/nbsd.mt (TM_FILE): Set to solib.h. * config/sparc/tm-nbsd.h: Delete file. * config/sparc/linux64.mt (TM_FILE): Set to solib.h. * config/sparc/linux.mt (TM_FILE): Set to solib.h. * config/sparc/tm-linux.h: Delete file. * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h * config/s390/tm-linux.h: Delete file. * config/pa/obsd.mt (TM_FILE): Set to solib.h. * config/pa/tm-bsd.h: Delete file. * config/m68k/obsd.mt (TM_FILE): Set to solib.h. * config/m68k/tm-obsd.h: Delete file. * config/m68k/nbsd.mt (TM_FILE): Set to solib.h. * config/m68k/tm-nbsd.h: Delete file. * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h. * config/i386/tm-vxworks.h: Delete file. * config/i386/obsd64.mt (TM_FILE): Set to solib.h. * config/i386/obsd.mt (TM_FILE): Set to solib.h. * config/i386/nbsd64.mt (TM_FILE): Set to solib.h. * config/i386/nbsd.mt (TM_FILE): Set to solib.h. * config/i386/tm-nbsd.h: Delete file. * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h. * config/i386/tm-i386lynx.h: Delete file. * config/cris/cris.mt (TM_FILE): Set to solib.h. * config/cris/tm-cris.h: Delete file.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-49/+46
* configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path. * configure: Re-generate. * config/arm/nbsd.mt (TM_FILE): Set to "solib.h". * config/arm/tm-nbsd.h: Delete file.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney6-83/+8
* config/powerpc/tm-ppcle-sim.h: Delete. * config/powerpc/tm-ppcle-eabi.h: Delete. * config/powerpc/tm-nbsd.h: Delete. * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h. * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or tm-ppcle-eabi.h.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-8/+3
* config/i386/nto.mh (NAT_FILE): Delete. * config/i386/nm-nto.h: Delete.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney8-45/+11
* config/m68k/tm-vx68.h: Do not include "tm-m68k.h". * config/m68k/tm-os68k.h: Ditto. * config/m68k/tm-monitor.h: Ditto. * config/m68k/tm-cisco.h: Ditto. * config/m68k/st2000.mt (TM_FILE): Delete. * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete. * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete. * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file. * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-48/+6
* config/m68k/tm-st2000.h: Delete. * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h. * config/sparc/fbsd.mt (TM_FILE): Delete. * config/sparc/tm-fbsd.h: Delete.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-35/+4
* acconfig.h (GDB_MULTI_ARCH): Delete undef. * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2004-09-02update Carlo Wood's nameNick Clifton1-1/+1
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-11/+54
* gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE, GDB_TM_FILE and GDB_XM_FILE. * gdbarch.c: Re-generate. * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include quotes in macro definition. * configure.in: Re-generate.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-14/+11
* gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when validating architecture methods. * gdbarch.c: Re-generate.
2004-09-02(make_one_lib_file): For IDATA6 take the name from exp->internal_name if itNick Clifton2-3/+12
is present.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-118/+109
* gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH and GDB_TM_FILE. Check for GDB_TM_FILE instead of GDB_MULTI_ARCH_PARTIAL. * gdbarch.h: Re-generate.
2004-09-022004-09-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney13-23/+15
* config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete. * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete. * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete. * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete. * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete. * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete. * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete. * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete. * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete. * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete. * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete. * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2004-09-02change use to Use.Manoj Iyer1-1/+1
2004-09-022004-09-02 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-7/+13
* gdb.base/sigstep.exp (advance): Use "-continue_timer" option of "exp_continue". (advancei): Likewise.
2004-09-02* MAINTAINERS: Add self as co-maintainer of FR-V.Alexandre Oliva3-0/+46
* readelf.c (get_machine_flags): Print FR-V cpu types.
2004-09-022004-09-02 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2-2/+5
* configure.ac: Do not enable multilibs for build-side libiberty.
2004-09-02 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Use static_syms passedAlan Modra2-10/+14
in when reading relocs, not our sorted syms. Remove unnecessary var.
2004-09-022004-09-01 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-33/+8
* objfiles.h (struct entry_info): Delete fields main_func_lowpc and main_func_highpc. (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros. * objfiles.c (init_entry_point_info, objfile_relocate): Update * nlmread.c (nlm_symfile_read): Update.
2004-09-02daily updateAlan Modra1-1/+1
2004-09-02*** empty log message ***gdbadmin1-1/+1
2004-09-012004-09-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+5
* gdb.base/unload.exp: Fix so messages aren't duplicated.
2004-09-01 * configure.host: Use aix.mh for all powerpc-aix hosts.Joel Brobecker2-16/+1
* config/powerpc/aix432.mh: Delete, no longer necessary.
2004-09-01 * mips-tdep.c (linked_proc_desc_table): Delete, not used.Joel Brobecker2-21/+18
(mips_insn32_frame_cache): Inline call to find_proc_desc. (find_proc_desc): Remove dead code.
2004-09-01Use new gdb.exp feature to check for nodebug in the executable for testcases ↵Manoj Iyer5-0/+28
under gdb.gdb
2004-09-01 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.Joel Brobecker2-2/+6
2004-09-012004-09-01 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-0/+178
* gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New files.
2004-09-012004-09-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-3/+82
* observer.sh: Add struct so_list declaration. * Makefile.in: Add dependencies on observer.h for solib.c and breakpoint.c. * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New function. (_initialize_breakpoint): Register disable_breakpoints_in_unloaded_shlib as an observer of the "solib unloaded" observation event. (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints, call decode_line_1 so unfound breakpoint errors are silent. * solib.c (update_solib_list): When a solib is discovered to have been unloaded by the program, notify all observers of the "solib unloaded" observation event.
2004-09-012004-09-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+9
* observer.texi (solib_unloaded): New observer.
2004-09-01Remove conflict marker.Jeff Johnston1-1/+0
2004-09-012004-09-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-3/+10
* gdb.base/unload.exp: Fix expected warning message to match latest format.
2004-09-01 * gdb.base/call-rt-st.exp: Fix typos.Corinna Vinschen2-4/+8
2004-09-01* doc/c-arm.texi (ARM Options): Document canonical names of CPUs.Richard Earnshaw2-5/+8
2004-09-01Argh! missing comma...Richard Earnshaw1-1/+1
2004-09-01* tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>sRichard Earnshaw2-0/+11
for synthesizable cores.
2004-09-012004-08-31 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-96/+37
* frame.c: Include "objfiles.h". (inside_main_func): New function. (get_prev_frame): Use new inside_main_func. * Makefile.in (frame.o): Update dependencies. * defs.h (inside_main_func): Delete declaration. * blockframe.c (inside_main_func): Delete function.
2004-09-012004-09-01 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini5-117/+1100
* Makefile.tpl (sorry): Remove. (clean-stage[+id+], clean-stage[+id+]-module): New targets. (cleanstrap targets): Depend on distclean, not distclean-stage1. (do-clean): Clean per-stage directories too. (do-distclean): Run distclean-stage1 too. (.NOTPARALLEL): Enable during toplevel bootstrap. (stage[+id+]-bubble): Enable parallel execution during the recursive invocation. * Makefile.in: Regenerate. Sync from gcc (moving the Makefile.in change to Makefile.tpl): 2004-08-31 Robert Bowdidge <bowdidge@apple.com> * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include. * configure.in: add test for powerpc-*-darwin* to specify makefile frag * configure: regenerate * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for -mdynamic-no-pic
2004-09-01* dwarf2read.c (is_vtable_name): New function, based on logic fromJim Blandy2-6/+25
read_structure_type, but passing the correct length to strncmp, and using 'sizeof' instead of 'strlen'. (read_structure_type): Call it.
2004-09-01 * config/powerpc/aix.mh: Add comment.Joel Brobecker2-0/+6
2004-09-01daily updateAlan Modra1-1/+1
2004-09-01*** empty log message ***gdbadmin1-1/+1
2004-08-31 * MAINTAINERS: Add self to Write-After-Approval.Paul Gilliam2-0/+5
2004-08-31Added new testcases:Manoj Iyer3-0/+176
* gdb.threads/thread_check.exp: New testcase. * gdb.threads/thread_check.c: New testcase.
2004-08-312004-08-31 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-0/+92
* gdb.base/sigstep.exp (breakpoint_to_handler_entry) (skip_to_handler_entry): New procedures. Test stepping into a handler when the breakpoint is at the handler's entry point.
2004-08-312004-08-31 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini5-78/+165
* Makefile.def (build_modules): Add fixincludes. (dependencies): Make gcc depend on fixincludes. * configure.in (build_tools): Add fixincludes. (build_configdirs): Always include build_libs. * Makefile.in: Regenerate. * configure: Regenerate.