summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/gas
Commit message (Collapse)AuthorAgeFilesLines
* Make GNU as recognize the ARM 'rrx' mnemonic, which can be generated bydim2011-06-231-0/+10
| | | | | | clang for certain expressions. Code taken from Apple cctools (GPLv2). Submitted by: damjan.marion@gmail.com
* Fix clang warnings.benl2011-06-183-4/+4
| | | | Approved by: philip (mentor)
* Fix clang warnings.benl2011-05-222-3/+3
| | | | Approved by: philip (mentor)
* For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so thedim2010-12-051-1/+3
| | | | | | 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-0197-16031/+43981
|\ | | | | | | | | | | | | | | | | | | | | | | 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-21142-33105/+32918
|\ \ | |/
| * Rename vendor/binutils/*/contrib to vendor/binutils/*/xobrien2009-01-19175-222641/+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.
* | Merge ^vendor/binutils/dist@214033 into contrib/binutils.dim2010-10-191-0/+14
| | | | | | | | | | | | | | The change made to bfd/elf.c in upstream revision 1.217.4.3 (which was a revert of an earlier change), caused objcopy on powerpc to fail to copy debug info from kernel modules. This had to be fixed by applying the diff from upstream revision 1.243 on top of it.
* | Merge ^vendor/binutils/dist@213996 into contrib/binutils. Skip addingdim2010-10-185-5339/+2
| | | | | | | | | | any files we do not need, delete some files that were removed upstream, but keep our own customizations and backports from later binutils.
* | Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain.jmallett2010-06-022-2393/+2758
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o) Add TARGET_ABI to the MIPS toolchain build process. This sets the default ABI to one of o32, n32 or n64. If it is not set, o32 is assumed as that is the current default. o) Set the default GCC cpu type to any specified TARGET_CPUTYPE. This is necessary to have a working "cc" if e.g. mips64 is specified, as binutils will refuse to link objects using different ISAs in some cases. o) Add support for n32 and n64 ABIs to binutils and GCC. o) Add additional required libgcc2 stubs for n32 and n64. o) Add support for the "mips64r2" architecture to GCC. Add the "octeon" o) When static linking, wrap default libraries in --start-group and --end-group. This is required for static linking to work on n64 with the interdependencies between libraries there. This is what other OSes that support n64 seem to do, as well. o) Fix our GCC spec to define __mips64 for 64-bit targets, not __mips64__, the former being what libgcc, etc., check and the latter seemingly being a misspelling of a hand merge from a Linux spec. o) When no TARGET_CPUTYPE is specified at build time, make GCC take the default ISA from the ABI. Our old defaults were too liberal and assumed that 64-bit ABIs should default to the MIPS64 ISA and that 32-bit ABIs should default to the MIPS32 ISA, when we are supporting or will support some systems based on earlier 32-bit and 64-bit ISAs, most notably MIPS-III. o) Merge a new opcode file (and support code) from a later version of binutils and add flags and code necessary to support Octeon-specific instructions. This should also make merging opcodes for other modern architectures easier. Reviewed by: imp
* | Push mips support into the tree.imp2008-12-111-0/+23
| |
* | This commit was generated by cvs2svn to compensate for changes in r179404,obrien2008-05-297-0/+15157
|\ \ | |/ | | | | 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-297-0/+15157
| | | | | | | | These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
* | This commit was generated by cvs2svn to compensate for changes in r168433,kan2007-04-062-20/+17
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import two binutils header files from FSF 2.15 branch.kan2007-04-062-20/+17
| | | | | | | | | | | | | | These fix binutils compilation on i386/amd64 with GCC 4.1 and have no other effect. No response by: obrien
* | Update HEAD with the stock binutils_2_15_20040523 file.obrien2004-06-165-4342/+10192
| |
* | This commit was generated by cvs2svn to compensate for changes in r130561,obrien2004-06-16110-13479/+25658
|\ \ | |/ | | | | 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-16115-17821/+35850
| | | | | | | | These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
* | Update HEAD with the stock files.obrien2002-12-022-204/+179
| |
* | GC some stuff I thought was long gone.obrien2002-12-028-6830/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r107492,obrien2002-12-0216-656/+767
|\ \ | |/ | | | | 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-0220-860/+5232
| | | | | | | | 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-026-18/+0
| | | | | | | | to purely stock files.
* | This commit was generated by cvs2svn to compensate for changes in r104858,obrien2002-10-111-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Typo fixed on Vendor branchobrien2002-10-111-1/+1
| |
* | Use the stock version of this.obrien2002-10-113-228/+324
| |
* | Bring the binutils_2_13_20021110 snap version of this to the HEAD branch.obrien2002-10-112-151/+254
| |
* | This commit was generated by cvs2svn to compensate for changes in r104834,obrien2002-10-1158-2668/+5177
|\ \ | |/ | | | | 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-1163-3047/+5755
| | | | | | | | These bits are taken from the FSF anoncvs repo on 11-Oct-2002 22:39:35 PDT.
| * Remove these MIPS (and stragglers) from the vendor branch so I won'tobrien2002-08-312-4253/+0
| | | | | | | | accidently import them again.
| * Import of Binutils from the FSF 2.12 branch (post-.1 release).obrien2002-08-312-586/+2363
| |
* | Use the stock version of this.obrien2002-07-051-1/+1
| |
* | Bring the binutils_2_12_20020622 snap version of this to the HEAD branch.obrien2002-07-051-51/+63
| |
* | This commit was generated by cvs2svn to compensate for changes in r99461,obrien2002-07-058-335/+2485
|\ \ | |/ | | | | 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-0510-387/+2549
| | | | | | | | These bits are taken from the FSF anoncvs repo on 22-June-2002 23:28:00 EDT.
* | Bring the binutils_2_12_20020410 snap version of this to the HEAD branch.obrien2002-04-122-1895/+2099
| |
* | This commit was generated by cvs2svn to compensate for changes in r94536,obrien2002-04-1219-480/+631
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.12 branch.obrien2002-04-1221-2375/+2730
| | | | | | | | | | (this fixes several linker problems and coredumps) These bits are taken from the FSF anoncvs repo on 10-April-2002 13:24 Zulu
* | Use the stock version of this.obrien2002-03-203-890/+1023
| |
* | This commit was generated by cvs2svn to compensate for changes in r92828,obrien2002-03-207-24/+218
|\ \ | |/ | | | | 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-2010-914/+1239
| | | | | | | | 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-16/+52
| |
* | Use the stock (2.12_20020221_snap) version of this.obrien2002-02-221-0/+7
| |
* | Use the stock version of this.obrien2002-02-221-231/+274
| |
* | This commit was generated by cvs2svn to compensate for changes in r91041,obrien2002-02-2219-751/+2694
|\ \ | |/ | | | | 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-2222-998/+3027
| | | | | | | | 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-5/+6
| |
* | Bring the binutils_2_12_cvs_20020125 version of this to the HEAD branch.obrien2002-01-271-71/+156
| |
* | Use the stock 2.12.0_snap version of this now.obrien2002-01-272-365/+431
| |
* | This commit was generated by cvs2svn to compensate for changes in r89857,obrien2002-01-2778-13800/+22737
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud