aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-01-222001-01-22 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-109/+104
* config/tc-alpha.c: Fix formatting.
2001-01-22* ns32k-tdep.c: #include "frame.h"J.T. Conklin16-15/+75
* config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It appears to have been inadvertantly removed sometime in May 1999. * Revert 2000-11-09 changes where shared library objects were moved from NATDEPFILES to TDEPFILES on NetBSD targets. While we'd like to be able to debug dynamically linked executables, this makes it impossible to build a cross debugger on a many hosts. * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES. * config/i386/nbsdelf.mt: Likewise. * config/m68k/nbsd.mt: Likewise. * config/ns32k/nbsd.mt: Likewise. * config/powerpc/nbsd.mt: Likewise. * config/sparc/nbsd.mt: Likewise. * config/sparc/nbsdelf.mt: Likewise. * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES. * config/i386/nbsdelf.mh: Likewise. * config/m68k/nbsd.mh: Likewise. * config/ns32k/nbsd.mh: Likewise. * config/powerpc/nbsd.mh: Likewise. * config/sparc/nbsd.mh: Likewise.
2001-01-22Allow Maciej to select weird --libdir options and still selectAlan Modra4-13/+29
tooldir correctly.
2001-01-22Give credit for the last change to Philip instead of to Maciej.Andreas Jaeger1-2/+7
2001-01-222001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Andreas Jaeger3-459/+42
* Makefile.am (install-data-local): Make use of $(DESTDIR). * Makefile.in: Regenerate.
2001-01-212001-01-21 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-126/+132
* coff-a29k.c: Fix formatting.
2001-01-21* mi-support.exp (mi_gdb_start): Skip mi tests if -i flag isMark Kettenis2-0/+11
recognized (i.e. if GDB was compiled with UI_OUT, but the mi interpreter wasn't recognized (because it wasn't compiled in).
2001-01-202001-01-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Andreas Jaeger2-2/+8
* Makefile.in (ETC_SUPPORT): Add configure.texi and friends.
2001-01-202001-01-19 H.J. Lu <hjl@gnu.org>H.J. Lu2-7/+37
* elf32-i386.c (elf_i386_check_relocs): Report files with bad relocation section names. (elf_i386_relocate_section): Report files with bad relocation section names and return false.
2001-01-202001-01-19 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-86/+91
* config/tc-alpha.c: Fix formatting.
2001-01-19 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.Jason Merrill3-1/+21
(process_one_symbol): Likewise. * dwarfread.c (handle_producer): Likewise.
2001-01-192001-01-18 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-163/+167
* config/tc-alpha.c: Fix formatting.
2001-01-19Drop -Wuninitialized until GDB compiles with it.Andrew Cagney4-35/+87
Add list of buildable targets to the MAINTAINERS file.
2001-01-19Replace STRCMP with strcmp()Andrew Cagney8-23/+24
2001-01-19Replace FREEIF() with xfree().Andrew Cagney2-10/+11
2001-01-19Remove redundant bit from "fa" and "da" flagsNick Clifton2-4/+10
2001-01-19Add new arc core numbers.Nick Clifton2-9/+12
2001-01-18* symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookupJim Blandy2-2/+9
a mangled symbol rather than recursing into lookup_symbol, since this will just re-unmangle the name & call lookup_symbol_aux - leading to an infinite recursion.
2001-01-18* infcmd.c (print_return_value): Restore another space lost byMark Kettenis2-1/+6
switch to UIOUT. ``$NN='' should be ``$NN =''.
2001-01-18* target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)Andrew Cagney3-2/+8
* breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro definition in parenthesis.
2001-01-18From Mark Salter, fix hw-breakpoint packet format.Andrew Cagney2-2/+9
2001-01-18* configure.in (cpu_type, arch): Match i386 too.Alexandre Oliva3-2/+7
* configure: Rebuilt.
2001-01-18 * targets.c: Alphabetize list of xvecs.Andreas Jaeger2-56/+60
2001-01-18oops - omitted from previous deltaNick Clifton1-3/+8
2001-01-18Stop objcopy trying to convert endianness.Nick Clifton2-1/+15
2001-01-172001-01-16 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-55/+62
* config/tc-i386.c: Fix formatting.
2001-01-17* config/m68k/tm-nbsd.h (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.J.T. Conklin1-0/+1
2001-01-17* config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.J.T. Conklin6-13/+51
* config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o. * m68knbsd-tdep.c: New file. * i386nbsd-tdep.c: Remove #if 0'd out #includes. * m68knbsd-nat.c: #include gdbcore.h.
2001-01-16Fix gp overflow problem with Intel compiler.Jim Wilson2-1/+6
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind and IA_64.unwind.info.
2001-01-16oops - fix typoNick Clifton1-0/+11
2001-01-16Prevent seg fault with corrupt section name indiciesNick Clifton1-7/+9
2001-01-162001-01-17 Ben Elliston <bje@redhat.com>Ben Elliston2-0/+192
* config/sid.exp: New file.
2001-01-16Add J.T. to blanket write privs list.Andrew Cagney2-2/+8
2001-01-162001-01-16 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+9
* ldlang.c (lang_check): Merge the private data only if the input file has contents.
2001-01-16Fix expected result from readellf -s with 64 bit binariesNick Clifton2-3/+8
2001-01-162001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-2/+8
* procfs.c (procfs_stopped_by_watchpoint): Don't die if process goes away -- just return false.
2001-01-162001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-1/+5
* source.c (openp): Fix typo in comment.
2001-01-16Support hand-crafted .PARISC.unwind entriesAlan Modra2-8/+17
2001-01-16Build unwind info for more than just .text section.Alan Modra2-1/+8
2001-01-16General cleanup.Andrew Cagney1-31/+35
2001-01-16Clarify dejagnuAndrew Cagney1-6/+11
2001-01-15Fix assembler segfault on gcc/crtstuff.c file.Jim Wilson2-0/+22
* config/tc-ia64.c (ia64_flush_insns): Handle unwind directives not immediately followed by an instruction.
2001-01-15 * emul_netbsd.c (do_open): Translate the flag parameter to theGeoffrey Keating2-1/+24
open syscall to the numbers supported by the host.
2001-01-152001-01-15 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-77/+72
* config/tc-m68hc11.c: Fix formatting.
2001-01-15Delete output file upon fatal errors.Nick Clifton3-4/+17
Treat multiple defintions of the same symbol as ordinary errors, not fatal ones
2001-01-15 * MAINTAINERS: Added self and Andrew for the mips sim.Chris Demetriou2-0/+6
2001-01-152001-01-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+134
* COPYING.NEWLIB: Put into source repository.
2001-01-15Missed this in last commit "Linux target variants for elfxx-hppa."Alan Modra2-2/+14
2001-01-152001-01-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-202/+201
* config/tc-arc.c: Fix formatting.
2001-01-15* Tidy.Ben Elliston1-2/+2