summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
AgeCommit message (Collapse)Author
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
2001-06-09Revert to older demangle. Not tested nor updated yet.Marc Espie
2001-06-09bye byeMarc Espie
2001-06-09bye, byeMarc Espie
2001-06-09Bye, byeMarc Espie
2001-06-09Automatic cvs merge. Dread what I will have to fix after this excuseMarc Espie
of a program is done...
2001-06-09Long delayed import of binutils-2.10.1. Turns out art@ needs some alphaMarc Espie
bug-fixes...
2001-06-07Restore debugging to att format.Marc Espie
Noticed and requested by aazubel@mail.ru and fgs@.
2001-04-19undo change which breaks the alpha. I did not see this change and approve ↵Theo de Raadt
it during tree lock. Grrr
2001-04-18date: 2001/04/18 18:33:13; author: drahn; state: Exp; lines: +41 -0Dale Rahn
Use the /var/run/ld.so.hints for looking up transitive dependancies on shared libraries in ld, this is done in linux with ld.so.conf, but the string is stored in ld.so.hints for openbsd. Fixes some "-rpath" compilation errors. as with the linux case, this is only for the native ld. Ok'd by espie@.
2001-03-28Goodbye, gdb uses src/gnu/lib/libreadline now.Marc Espie
2001-03-28Kill remaining references to binutils's readline.Marc Espie
2001-03-18Build gnu/lib/libreadline and use it instead of the one currentlyTodd C. Miller
in the binutils dir.
2001-03-07Revert my bfd change, and instead make ld match bfd, which isNiklas Hallqvist
the way Red hat choose. Both ways work, the important thing is that things match. However if we use the red hat solution we will not need to merge local changes when importing new binutils releases; espie made me aware of the import issues which I forgot due to lack of sleep :-).
2001-03-071st bug on the road to shlibs on alpha:Niklas Hallqvist
match the maxpagesize between bfd and ld.
2001-01-31regen'd.Marc Espie
Correct line numbers. Note that autoconf 2.13 is slightly different from the version originally used in binutils 2.10 (namely the mmap and alloca tests have been slightly modified, with no consequences for us... the changes are mostly for C++ compatibility).
2001-01-31SpacingMarc Espie
2001-01-31Switch alpha to ELF.Artur Grabowski
2001-01-17Remove libiberty from the list of dependencies, since we use the installMarc Espie
version.
2001-01-16Enforce building stuff at compile time, not install time.Marc Espie
2000-12-30Install history.h in install (PR 1478)Angelos D. Keromytis
2000-12-19-libiberty is a bogus dependency, so remove it, as we share it with egcs.Marc Espie
PR 1571.
2000-11-20Make new binutils compile on Alpha again; ok espie@tomo
2000-11-10Backout last change, broke as emulation orderMiod Vallat
2000-10-29Pull updated file from binutils CVS : fixes tons of warnings, espie@ okMiod Vallat
2000-10-29Repair mips-based targets, espie@ okMiod Vallat
2000-10-25Add shared library awareness to powerpc gdb. Uses the "standard" SVR4 solibDale Rahn
support. Ok'ed by espie and deraadt.
2000-10-20Add support for major/minor version numbers.Marc Espie
Testing by Dale. Ok'd deraadt@
2000-10-06${SHELL} move-if-changedDavid Leonard
2000-10-03More format string paranoia; deraadt@ okAaron Campbell