summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld
Commit message (Collapse)AuthorAgeFilesLines
* The maximum pagesize for alpha is 64k, not 1Mb.dfr1999-05-021-1/+1
|
* Fix typos.nik1999-04-141-3/+7
| | | | | | PR: docs/8682 Submitted by: hnokubi@yyy.or.jp Reviewed by: nik
* Change default entry point from `__start' to `_start' which is in crt1.o.simokawa1999-04-081-1/+1
| | | | | | Cc doesn't need to pass `-e _start' to ld anymore. Agreed by: gallatin and dfr
* This commit was generated by cvs2svn to compensate for changes in r44348,imp1999-02-286-0/+180
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import files needed to build mips binaries with binutils 2.9.1.imp1999-02-286-0/+180
| |
* | ld was kinly looking up the Linux /etc/ld.so.conf (which we don't have).peter1999-01-071-3/+74
| | | | | | | | | | | | | | | | Teach it about the FreeBSD equivalent, because there are some funny things going on with -rpath that I can't quite get a handle on. It looks like setting an rpath on a new shared object overrides all the implicit DT_RPATH's from the dependencies, causing them to fail at link time (but not runtime).
* | Resolve conflicts from import of binutils-2.9.1.jdp1998-09-062-443/+660
| | | | | | | | Submitted by: Doug Rabson <dfr>
* | This commit was generated by cvs2svn to compensate for changes in r38889,jdp1998-09-0645-654/+4437
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import GNU binutils-2.9.1. This will break things for a few minutesjdp1998-09-0647-1096/+5097
| | | | | | | | | | | | until I've made the commits to resolve the conflicts. Submitted by: Doug Rabson <dfr>
* | Add a FreeBSD entry for alpha-elf.jb1998-03-091-0/+1
| |
* | Configuration changes to support FreeBSD. The linker only works forjdp1998-03-013-0/+11
|/ | | | | ELF, not a.out. But all the other tools support both. I'm not so sure about the assembler -- it might need more work.
* Initial import of GNU binutils version 2.8.1. Believe it or not,jdp1998-03-0186-0/+32205
this is heavily stripped down.
OpenPOWER on IntegriCloud