summaryrefslogtreecommitdiffstats
path: root/contrib/binutils
Commit message (Collapse)AuthorAgeFilesLines
* Merge some patches from RedHat-6.0. The most important change fixes a bugdfr1999-07-171-30/+90
| | | | | | | | when linking large shared libraries where the linker missed out some of the dynamic relocations from the output. This prevents libqt from linking properly among other packages. Obtained from: RedHat-6.0
* 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
* Remove *mip* and *decstation* from the filter, per FREEBSD-updating.imp1999-02-281-2/+0
| | | | This, and the previous import were approved by jdp.
* This commit was generated by cvs2svn to compensate for changes in r44348,imp1999-02-2815-0/+14287
|\ | | | | | | 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-2815-0/+14287
| |
* | We've been using 2.9.1 tools for some time now, so reflect that in theimp1999-02-281-1/+1
| | | | | | | | | | | | example of how to add things to the FreeBSD tree. Approved by: jdp
* | 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).
* | Restore traditional behaviour by allowing tabs in strings. In deferencemckay1998-12-141-2/+2
| | | | | | | | | | to the new age of internationalisation, I used isblank() instead of a literal '\t'.
* | Another directive nit.steve1998-12-101-1/+1
| | | | | | | | | | PR: 8144 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* | Remove @code directive around --change-leading-char.steve1998-12-101-1/+1
| | | | | | | | | | PR: 8143 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* | Typo fix.steve1998-12-101-1/+1
| | | | | | | | | | PR: 8034 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* | Balance the brackets.billf1998-12-081-1/+1
| | | | | | | | | | PR: docs/8505 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
* | The explanation shows "-V" as being 'verbose' correct this to "-v"billf1998-12-031-1/+1
| | | | | | | | | | PR: docs/8892 Submitted by: Hirayama Issei <iss@mail.wbs.ne.jp>
* | Fix segmentation violation that sometimes occurred when warningjdp1998-09-191-1/+3
| | | | | | | | | | | | | | symbols were used. PR: bin/7980 Submitted by: Doug Rabson <dfr>
* | Resolve conflicts from import of binutils-2.9.1.jdp1998-09-069-1310/+2465
| | | | | | | | Submitted by: Doug Rabson <dfr>
* | This commit was generated by cvs2svn to compensate for changes in r38889,jdp1998-09-06351-10458/+72520
|\ \ | |/ | | | | 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-06361-11766/+74989
| | | | | | | | | | | | until I've made the commits to resolve the conflicts. Submitted by: Doug Rabson <dfr>
* | This commit was generated by cvs2svn to compensate for changes in r34351,jb1998-03-091-0/+517
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import an extra source file from binutils 2.8.1 that is included onjb1998-03-091-0/+517
| | | | | | | | alpha.
| * This commit was manufactured by cvs2svn to create branchcvs2svn1998-03-011-0/+8
| | | | | | | | 'VENDOR-binutils'.
* | Add a FreeBSD entry for alpha-elf.jb1998-03-092-0/+2
| |
* | Configuration changes to support FreeBSD. The linker only works forjdp1998-03-018-25/+86
| | | | | | | | | | ELF, not a.out. But all the other tools support both. I'm not so sure about the assembler -- it might need more work.
* | Don't use "/" as a comment starter. In some FreeBSD sources, "/"jdp1998-03-011-2/+2
| | | | | | | | means divide (duh).
* | Fix the output format of "nm" so that it works properly for FreeBSD'sjdp1998-03-011-1/+1
| | | | | | | | | | | | | | | | "lorder" command. GNU rejected this change because they felt it would be an unacceptable incompatibility to change the output format at this point -- even though it was wrong to begin with.
* | Fix a bug which incorrectly caused files to be labeled as havingjdp1998-03-011-4/+6
| | | | | | | | text relocations in certain situations.
* | Add automatic branding of FreeBSD ELF files.jdp1998-03-011-0/+5
| |
* | Add upgrade instructions and helper file.jdp1998-03-012-0/+103
|/
* Initial import of GNU binutils version 2.8.1. Believe it or not,jdp1998-03-01574-0/+335157
this is heavily stripped down.
OpenPOWER on IntegriCloud