summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils
Commit message (Expand)AuthorAgeFilesLines
* Let gcc and ld know where to find 32 bit libraries on amd64.tijl2010-11-171-1/+1
* Garbage-collect some code made obsolete by the TBEMD import.nwhitehorn2010-11-155-16/+1
* Try including Makefile.${TARGET_ARCH} before Makefile.${TARGET_CPUARCH} ifnwhitehorn2010-11-151-17/+4
* We need to add powerpc64->powerpc translations (I knew I hated copyingimp2010-11-141-2/+2
* Garbage collect gnu/usr.bin/binutils/{gasp,gdb,gdbreplay}, as these havedim2010-11-1126-3330/+0
* Do not build or install gasp.info anymore, as gasp has not been built ordim2010-11-111-2/+1
* Complete the integration of tbemd branch into head.imp2010-11-106-26/+25
* Remove target peigen.c so that make doesn't warn us about it.rpaulo2010-09-301-2/+0
* Add support for the BFD target efi-app-x86_64.rpaulo2010-09-291-2/+11
* MFtbemd:imp2010-08-231-14/+5
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesnwhitehorn2010-07-109-1/+79
* Add an alignment of 8 for sections in the n32 ABI. The default alignmentjchandra2010-06-252-0/+2
* Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain.jmallett2010-06-024-7/+33
* Make the n32 scripts actually generate, ummm, n32 binaries... <blush>imp2010-03-042-2/+2
* Add n32 ABI generators...imp2010-03-024-1/+11
* Remove alpha support from here too. FreeBSD 6 was the last branch toimp2010-02-034-58/+0
* Remove more traces of the Alpha port.imp2010-02-031-2/+1
* Remove another reference to alpha...imp2010-02-031-4/+0
* Merge r195575 and 195530 from projects/mips to head by hand:imp2010-01-081-7/+14
* Merge from project/mips r195021:imp2010-01-081-1/+2
* Push mips support into the tree.imp2008-12-113-1/+32
* Push mips support for ld into the tree.imp2008-12-115-0/+40
* Push mips support for as into the tree.imp2008-12-113-0/+27
* Enable EFI target.rpaulo2008-08-311-1/+3
* Lower WARNS to avoid warning about type-punned casting.marcel2008-05-041-1/+1
* Add support for the 32-bit EFI target.marcel2008-04-171-3/+10
* Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forcedru2008-03-022-4/+0
* Make again BSD ar(1) the default system ar(1), now properly handlingru2008-02-252-10/+16
* If 'WITH_BSDAR' is defined, install as gnu-<util_name>.obrien2008-02-212-0/+10
* Back out previous commit. Restore Binutils ar as default. Disconnectkaiw2008-02-212-10/+0
* * Connect ar(1) to the build and make it default ar. Rename GNUkaiw2008-02-212-0/+10
* Force -O1 compilation when targeted for ia64. GCC 4 generatesmarcel2007-09-261-0/+4
* Reduce diff to vendor for maintance purposes.obrien2007-09-191-5/+6
* In the case of a native build, set NATIVE to yes so that the code circuitsthomas2007-09-191-1/+4
* Fix PowerPC-targeted cross-builds performed on 64-bit platforms.marcel2007-02-112-4/+6
* Allow one to force with issue with 'TARGET_BIG_ENDIAN'.obrien2006-11-061-2/+2
* Temporarily add newer copy of tc-sparc.c to build tokmacy2006-10-092-1/+4658
* Remove redundant default vectorimp2006-09-141-2/+0
* fix the build: add missing end of line cont characterimp2006-09-141-3/+5
* scripts for the arm port.imp2006-09-143-0/+45
* Fix the build and minor cleanup.imp2006-09-141-3/+4
* .end -> .endifimp2006-09-141-1/+1
* Config file for arm assemblerimp2006-09-141-0/+3
* TARGET_BIG_ENDIAN isn't appropriate here. __ARMEB__ is sufficient andimp2006-09-141-2/+2
* Style sync.obrien2006-09-121-2/+0
* Craft the FreeBSD/ARM ABI by hacking the New ARM ABI source.obrien2006-09-121-0/+24
* Default vector to big endian ARM if "TARGET_BIG_ENDIAN" is defined.obrien2006-09-121-4/+11
* Build 'ld' supporting a big endian ARM if "TARGET_BIG_ENDIAN" is defined.obrien2006-09-121-1/+5
* Configure for for big endian if TARGET_BYTES_BIG_ENDIAN is defined.obrien2006-09-121-2/+2
* Define build 'as' TARGET_BYTES_BIG_ENDIAN if "TARGET_BIG_ENDIAN" is defined.obrien2006-09-111-0/+3
OpenPOWER on IntegriCloud