summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
AgeCommit message (Collapse)Author
2002-05-14regen.Federico G. Schwindt
2002-05-14ops, add missing vax vector.Federico G. Schwindt
2002-05-13- Sync changes between source and generated files (ie., changes existingFederico G. Schwindt
only in the generated files). - Regen. Whenever is possible, changes should be done to the source files (.am, .in). That way is easier to track and merge local changes when importing.
2002-05-13pull some demangler changes as with the libiberty counterpart to pleaseFederico G. Schwindt
binutils; actually both files should be the same.
2002-05-13don't incorrectly match powerpc or any other openbsd arch for theFederico G. Schwindt
case; from binutils -current.
2002-05-13import binutils 2.14 (excluding testsuites, .info files, and .po files)Federico G. Schwindt
2002-05-13hppa pieces; don't regenerate yet.Federico G. Schwindt
2002-05-13resolve conflicts.Federico G. Schwindt
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-08includes should be installed during `make include', not later.Marc Espie
Fixes this for lex and binutils' bfd. Also, do not install ansidecl.h, we don't really need it, bfd.h uses it, and we installed it so that bfd worked, so let bfd.h include it directly. prompted by mickey@
2002-05-08No more need to build this gprof on ELF archs. We use the native one now.Artur Grabowski
2002-04-08correct shared libs support in sparc64 gdb; deraadt@ ok.Federico G. Schwindt
2002-04-04use v9a disassembler. no more unknown insn.Federico G. Schwindt
2002-04-04more changes from gdb-current. allows bt to work correctly; deraadt@ ok.Federico G. Schwindt
2002-04-03disable mmalloc for sparc64; fgs okTheo de Raadt
2002-04-03more stuff adapted from gdb -current.Federico G. Schwindt
2002-04-03more sparc64 specific code.Federico G. Schwindt
2002-04-02enable gdb in sparc64; deraadt@ ok.Federico G. Schwindt
2002-04-02update to a more recent version. should fix the getcwd corruptionFederico G. Schwindt
seen in sparc64 gdb; deraadt@ ok.
2002-04-02Leave space for terminating NULL if empty symbol table. from bfd-currentFederico G. Schwindt
via pr 2447; deraadt@ ok.
2002-04-02sparc64 support.Federico G. Schwindt
2002-04-02wrap sparc64 specific things around ifdef to avoid pollution in sparc.Federico G. Schwindt
2002-04-02don't use a specific file for sparc64 defines, move them to tm-sp64.h.Federico G. Schwindt
also, i change the GDB_TARGET_IS_SPARC64 back to old behavior, is not that hard to back port things from gdb-current.
2002-04-02move things around so host part can be reused by sparc64.Federico G. Schwindt
2002-04-01unbreak gdb in sparc with my last commit.Federico G. Schwindt
2002-04-01deal with stack bias in sparc64.Federico G. Schwindt
2002-04-01sparc64 native defines to compensate for stack bias.Federico G. Schwindt
2002-03-31sparc64 host configuration.Federico G. Schwindt
2002-03-31fixed my previous commit.Federico G. Schwindt
2002-03-31define GDB_TARGET_IS_SPARC64 to 1; from gdb-current.Federico G. Schwindt
helps back porting sparc-tdep.c stuff needed by sparc64 gdb.
2002-03-31sparc64 native support; from NetBSD.Federico G. Schwindt
more pieces are comming.
2002-03-31recognize coredumps in sparc64 (for gdb); deraadt@ ok.Federico G. Schwindt
2002-03-24remove /lib and /usr/local/lib from the default search path for theBrad Smith
native linker. -- Ok'd by: pval@, fgsch@ and espie@
2002-03-19When one shared library requires another, it will try to locate thePeter Valchev
required shared library and include it in the link if it's not specified explicitly. This change makes ld look at the -L arguments specified, and build search path. This avoids the need for -rpath-link, and somewhat resembles the a.out linker behaviour. However behaviour of -rpath and -rpath-link is still preserved as a GNU extension. ok drahn, espie looked at it too
2002-02-17Get gdb (mostly) working on vax. Work by bjc@.Hugh Graham
2002-02-13Changes necessary to configure vax. Confirmed by miod + theo.Hugh Graham
2001-11-14Change Vax aout magic and set binary page size to 4k.Hugh Graham
2001-09-25let configure script use GNUSYSTEM_AUX_DIRMarc Espie
2001-09-24support sparc64Artur Grabowski
2001-09-17Support for arm and sparc64 platforms. ok espieKevin Lo
2001-09-13Support for arm.Kevin Lo
2001-09-05Support for sparc64. gdb disabled for now.Artur Grabowski
2001-09-01config changes to tell configure that macppc is a powerpc. Fixes thisDale Rahn
issue for mvmeppc at the same time.
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt