summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/ld
AgeCommit message (Collapse)Author
2001-09-13Support for arm.Kevin Lo
2001-09-05Support for sparc64. gdb disabled for now.Artur Grabowski
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-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-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-01-31Switch alpha to ELF.Artur Grabowski
2001-01-17Remove libiberty from the list of dependencies, since we use the installMarc Espie
version.
2000-11-20Make new binutils compile on Alpha again; ok espie@tomo
2000-10-29Repair mips-based targets, espie@ okMiod Vallat
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-09-21Fix man pages for good.Marc Espie
2000-09-15Add powerpc-openbsd to list of supported systems.Dale S. Rahn
2000-09-14Some installation problems: older gnu programs don't know about DESTDIR,Marc Espie
but we have a mix here -> convert the old ones to heed DESTDIR. Also, fix manpages installation in Makefile.bsd-wrapper (INSTALL_MAN setting that got lost, bad MANDIR, don't set MANDIR if PREFIX is the standard location)
2000-09-13Allow make clean to proceed.Marc Espie
(This is probably a work-around for a bug in ksh)
2000-09-12Recognize sparc/i386/m68k-openbsd, and use the netbsd emulation then.Marc Espie
2000-09-12link against installed libibertyMarc Espie
2000-09-12Resolve other problems that dumb cvs can't find out by itself.Marc Espie
(trivial part done, `interesting' patches remain)
2000-09-12Help stupid cvs fixing basic conflicts.Marc Espie
2000-09-12Import binutils-2.10Marc Espie
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
1999-06-18Kill old libiberty, use the one under egcs now.Marc Espie
1998-05-04first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 hostMichael Shalayeff
1997-10-13Minor fix, mips BEPer Fogelstrom
1997-05-29Import of binutils-2.8.1 from Cygnus/FSFNiklas Hallqvist
1997-04-23add a lot of /bin/sh before calling scripts like config.guess and soThomas Graichen
on - this way now the whole tree builds without requiring any file being executable (binutils was the last which required it) - now ctm -> cvs checkout -> make build works just fine (aside from other bugs in the source tree :-)
1997-04-14Forgot one change...Per Fogelstrom
1997-04-13More consistent MIPS configPer Fogelstrom
1997-02-12Don't space text/data in shared libs by 256Mb. ld.so can't handle it withPer Fogelstrom
the shm sizing method it uses for the moment, so loading many shlibs effectively makes a proram run out of VM.
1997-01-10Change all mips ports to use mips-unknown-openbsd2.0 like gcc does.imp
This should allow for gdb to at least build on pmax, modulo potential platform specific include files. This impacts gas, ld, and other critical system components. Don't build this unless you are happy with your backups, as always for a change of this nature. It works for me on my machine, however.
1996-12-22changes to binutils to support powerpc-openbsdDale S. Rahn
1996-11-24Temporarily do not support ELF64Niklas Hallqvist
1996-11-23Merge to Cygnus 961112 + add some support (not ready) for shared libsNiklas Hallqvist
1996-11-19Import of 961112 Cygnus binutils+gas+ld+gdb+gprofNiklas Hallqvist
1996-10-31Alpha support based on Chris Demetriou's <cgd@cs.cmu.edu> workNiklas Hallqvist
1996-10-07man page fixes from niklasTheo de Raadt
1996-09-29Missing #if casePer Fogelstrom
1996-09-28A dep line was lostPer Fogelstrom
1996-09-28another filePer Fogelstrom
1996-09-28Better shlib version scanningPer Fogelstrom
1996-09-28New fallback alg. added for arc machines. If libxx.so is not found scan for ↵Per Fogelstrom
highest version of libxx.so.n. This is what ldconfig sets as highest. This will make manual linking of libxx.so to libxx.so.n not requiered any more. Also some constructor/shared lib fixes. Relocs is placed in the wrong section though. Hmmm..
1996-09-04Merge the Cygnus 960904 sourcesNiklas Hallqvist
1996-09-04Import of binutils, gas, ld & gprof from Cygnus 960904 treeNiklas Hallqvist
1996-08-01Alpha support based on Chris Demetriou's <cgd@cs.cmu.edu> workNiklas Hallqvist
1996-08-01Add OpenBSD/alpha supportNiklas Hallqvist
1996-07-15A couple of more fixes. -static *IS* static...Per Fogelstrom
1996-07-14Fixes to make MIPS arc port to use in tree binutils.Per Fogelstrom
1996-06-10Bring Cygnus versions into the trunk, keeping our local patchesNiklas Hallqvist
1996-06-09Resolve conflicts with 0609 Cygnus importNiklas Hallqvist