summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/emulparams
Commit message (Collapse)AuthorAgeFilesLines
* Rename the linker emulation name for powerpc and powerc64. This is needed thatandreast2011-11-191-0/+3
| | | | | we can also use the upstream binutils linker where we have to have a unique name for the FreeBSD emulation.
* Add .interp back into INITIAL_READONLY_SECTIONS in MIPS n64 ABI.jchandra2011-06-011-1/+9
| | | | | | | | | | | | | | The binutils update in r218822 caused the MIPS n64 dynamic binaries to fail because the ".interp" section is not in the initial sections. This happens because elf64bmip-defs.sh overrides INITIAL_READONLY_SECTIONS to add ".MIPS.options" sections instead of the ".reginfo" section used by n32. This used to work fine, but after r218822, INITIAL_READONLY_SECTIONS also contains the .interp section, so the override has to be done differently. Reported by : aduane at juniper Obtained from: gonzo (Initial version)
* For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so thedim2010-12-051-0/+1
| | | | | | ELF branding for FreeBSD is done in the same way as amd64, i386 and sparc. Something similar should probably also be done for arm, mips and powerpc.
* Merge ^/vendor/binutils/dist@214571 into contrib/binutils, which bringsdim2010-11-0140-49/+262
|\ | | | | | | | | | | | | | | | | | | | | | | us up to version 2.17.50.20070703, at the last GPLv2 commit. Amongst others, this added upstream support for some FreeBSD-specific things that we previously had to manually hack in, such as the OSABI label support, and so on. There are also quite a number of new files, some for cpu's (e.g. SPU) that we may or may not be interested in, but those can be cleaned up later on, if needed.
* \ Merge ^vendor/binutils/dist@214082 into contrib/binutils.dim2010-10-2127-80/+131
|\ \ | |/
| * Rename vendor/binutils/*/contrib to vendor/binutils/*/xobrien2009-01-1988-985/+0
| | | | | | | | | | | | | | Binutils has a "contrib" subdirectory - thus flattening cannot happen without renaming the upper level contrib directory in a first pass. Also, don't record this move and remove any keyword expansion.
* | Push mips support into the tree.imp2008-12-111-0/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r179404,obrien2008-05-2915-0/+194
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.15 branch (just post-.0 release).obrien2008-05-2915-0/+194
| | | | | | | | These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
* | Update HEAD with the stock binutils_2_15_20040523 file.obrien2004-06-161-51/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r130561,obrien2004-06-1630-113/+261
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.15 branch (just post-.0 release).obrien2004-06-1631-164/+263
| | | | | | | | These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
| * Things that never should have been imported.obrien2003-03-0222-254/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r111756,obrien2003-03-0215-179/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | GC some stuff I thought was long gone.obrien2002-12-027-75/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r107492,obrien2002-12-026-43/+87
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.13 branch (just pre-.2 release).obrien2002-12-026-43/+87
| | | | | | | | These bits are taken from the FSF anoncvs repo on 27-Oct-2002 21:12:00 EST.
* | Try to keep CVS from pissing over the next binutils import by returningobrien2002-12-021-3/+0
| | | | | | | | to purely stock files.
* | Bring the binutils_2_13_20021110_snap version of this to the HEAD branch.obrien2002-10-111-2/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r104834,obrien2002-10-1113-4/+71
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.13 branch (just pre-.1 release).obrien2002-10-1114-6/+75
| | | | | | | | These bits are taken from the FSF anoncvs repo on 11-Oct-2002 22:39:35 PDT.
* | Remove these Bintuils 2.11 files that aren't part of 2.12.obrien2002-09-011-20/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r99461,obrien2002-07-052-0/+21
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.12 branch (just post-.1 release).obrien2002-07-052-0/+21
| | | | | | | | These bits are taken from the FSF anoncvs repo on 22-June-2002 23:28:00 EDT.
* | This commit was generated by cvs2svn to compensate for changes in r94536,obrien2002-04-1212-276/+51
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.12 branch.obrien2002-04-1212-276/+51
| | | | | | | | | | (this fixes several linker problems and coredumps) These bits are taken from the FSF anoncvs repo on 10-April-2002 13:24 Zulu
* | This commit was generated by cvs2svn to compensate for changes in r92828,obrien2002-03-201-1/+32
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.12 branch (just post-.0 release).obrien2002-03-201-1/+32
| | | | | | | | These bits are taken from the FSF anoncvs repo on 20-March-2002 13:33:33 PST.
* | Bring the binutils_2_12_20020221_snap version of this to the HEAD branch.obrien2002-02-221-1/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r91041,obrien2002-02-2210-2/+25
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.12 branch (pre-.0 release).obrien2002-02-2211-3/+27
| | | | | | | | These bits are taken from the FSF anoncvs repo on 21-Feburary-2002 20:15 PST.
* | Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.obrien2002-01-271-3/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r89857,obrien2002-01-2723-141/+108
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Enlist the FreeBSD-CURRENT users as testers of what is to become Binutilsobrien2002-01-2724-144/+112
| | | | | | | | | | version 2.12.0. These bits are taken from the FSF anoncvs repo on 27-January-2002 03:41 PST.
* | This commit was generated by cvs2svn to compensate for changes in r85815,obrien2001-11-012-0/+12
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Halloween import of Binutils from the FSF 2.11 branch.obrien2001-11-012-0/+12
| | | | | | | | This fixes some IA-64 related bugs.
* | This commit was generated by cvs2svn to compensate for changes in r84865,obrien2001-10-131-0/+15
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the extra bits needed to target IA-64, PowerPC, and sparc64.obrien2001-10-131-0/+15
| | | | | | | | (this is Binutils from the FSF 2.11 branch [checked out 19-July-2001])
* | This commit was generated by cvs2svn to compensate for changes in r78828,obrien2001-06-261-0/+14
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU Binutils version 2.11.2.obrien2001-06-261-0/+14
| |
* | We use the stock version of this file now.obrien2001-05-281-0/+54
| | | | | | | | | | I committed our rev 1.2 (start symbol) and 1.3 (max pagesize) fixes into the FSF/GNU source tree.
* | This commit was generated by cvs2svn to compensate for changes in r77298,obrien2001-05-289-15/+98
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU Binutils version 2.11.0.obrien2001-05-2810-17/+151
| | | | | | | | Believe it or not, this is heavily stripped down.
* | This commit was generated by cvs2svn to compensate for changes in r60484,obrien2000-05-1227-2/+388
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils 2.10 snapshot.obrien2000-05-1227-2/+388
| |
* | This commit was generated by cvs2svn to compensate for changes in r59024,obrien2000-04-052-0/+22
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the Sparc bits of GNU binutils 2.9.1.obrien2000-04-052-0/+22
| | | | | | | | Requested by: steve
* | The maximum pagesize for alpha is 64k, not 1Mb.dfr1999-05-021-1/+1
| |
* | 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.
OpenPOWER on IntegriCloud