aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils
Commit message (Expand)AuthorAgeFilesLines
* Add the MOVT/MOVW types to the list of relocs which do not generate .pltIan Lepore2015-12-301-6/+20
* Correct the code for sign-extending a 16 bit value. As near as I can tellIan Lepore2015-12-291-1/+1
* In binutils' arm-dis.c, avoid left-shifting a negative number.Dimitry Andric2015-09-221-1/+1
* In GNU as, avoid left-shifting negative integers, which is undefined.Dimitry Andric2015-08-091-2/+2
* Copy new attribute types when linking. bfd will copy attributes as needed,Andrew Turner2015-05-051-0/+3
* For eabi 5 (what FreeBSD uses), be sure to tag all executables andWarner Losh2015-05-031-0/+10
* When merging the floating point type attribute, and reporting an errorWarner Losh2015-05-031-1/+14
* More ARM EABI object attributes in binutils. This adds support to binutilsAndrew Turner2015-04-033-3/+11
* Remove pregenerated text version of the texinfo documentationBaptiste Daroussin2015-03-022-20488/+0
* Generate manpage out of the texinfo files using texi2mdocBaptiste Daroussin2015-03-024-0/+22381
* GNU nm: Avoid NULL dereferenceEd Maste2015-02-251-1/+2
* Add some opcodes for assembling forthcoming VSX (Vector-Scalar eXtension)Nathan Whitehorn2015-02-221-0/+5
* Fix ldscripts such that ld(1) collects the .fini_array section in the sameTijl Coosemans2015-02-111-1/+1
* Add pregenerated documentation for as(1) and ld(1)Baptiste Daroussin2015-01-045-0/+20604
* Fix generating documentation with modern texinfoBaptiste Daroussin2015-01-041-1/+1
* Fix generating documents with modern texinfoBaptiste Daroussin2015-01-042-8/+8
* In contrib/binutils/bfd/elf32-ppc.c, avoid warnings about case valuesDimitry Andric2014-12-291-1/+1
* In contrib/binutils/gas/config/tc-ppc.c, fix a few -Wformat-securityDimitry Andric2014-12-281-3/+3
* Backport fix for binutils 11867: .quad directive not assembled correctlyPedro F. Giffuni2014-12-262-10/+34
* gas: use memmove instead of bogus memcpy.Pedro F. Giffuni2014-12-261-1/+1
* Make gas parse '__tls_get_addr(foo@tlsgd)'.Justin Hibbits2014-12-181-91/+141
* Add new PowerPC relocations to binutilsJustin Hibbits2014-12-1211-822/+1424
* Fix mrc and mrc2 with APSR_nzcv. Binutils encodes it internally as 0 whereAndrew Turner2014-12-071-1/+5
* Allow the UAL APSR_nzcv format for the mrc and mrc2 instructions. The clangAndrew Turner2014-12-021-2/+2
* Let GNU ld be less obscure about missing symbols and DSOs. If the BFDDimitry Andric2014-12-022-4/+33
* Use llabs when getting the absolute value of a long long.Andrew Turner2014-11-301-10/+10
* Implement --no-fatal-warning for compatibility with newer ldBaptiste Daroussin2014-11-291-0/+10
* Avoid undefined behaviour in gas's rotate_left() macro for n == 0.Dimitry Andric2014-11-221-1/+1
* Improve support for XSAVE with debuggers.John Baldwin2014-11-212-0/+3
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsBaptiste Daroussin2014-10-105-3/+6
* Merge the big-endian ARM targets together, and the little-endian ARMAndrew Turner2014-10-051-10/+2
* Silence a warning about Tag_Virtualization_use being unknown. We don'tAndrew Turner2014-10-042-1/+4
* Add movw and movt relocations to the list of relocations against functionAndrew Turner2014-10-041-0/+6
* Allow vld and vst instructions to use the canonical form from ARM ARM whenAndrew Turner2014-10-031-0/+17
* Add all the dmb/dsb optional limitations, including the alternative values.Andrew Turner2014-10-031-4/+12
* Allow the optional limitation on dmb instructions as is already the caseAndrew Turner2014-10-031-0/+1
* In r253839 the default behaviour of ld(1) was changed such that allTijl Coosemans2014-08-281-10/+11
* Teach as(1) to handle the arm .arch_extension pseudo-op, which acceptsIan Lepore2014-08-011-0/+31
* Fix an bug in as(1) parsing of arm -march=arch+ext options. Compare theIan Lepore2014-08-011-1/+1
* Add support for the 'rdseed' instruction.John Baldwin2014-05-183-1/+22
* For GNU as, add two missing modes for each of the fcomip and fucomipDimitry Andric2014-04-072-0/+16
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner2014-03-231-1/+1
* Make gas accept any PowerPC instruction by default. This is a local change,Justin Hibbits2014-02-031-1/+1
* binutils: add support for Intel SMAP-related instructionsPedro F. Giffuni2014-01-264-2/+19
* Fix cross-compilation of ia64 target code with clang.Marcel Moolenaar2013-12-282-6/+6
* cxxfilt: small changes from Apple's developer toolsPedro F. Giffuni2013-11-111-2/+2
* Queisce warning about attempting to add char * together and use explicitSean Bruno2013-10-311-22/+22
* Queisce warning about attempting to add char * together and use explicitSean Bruno2013-10-311-1/+1
* Queisce warning about empty bodies in these loops by bumping the ;; to theSean Bruno2013-10-292-3/+6
* binutils/bfd: fix printf-like format strings for "bfd *" argumentsEygene Ryabinkin2013-10-293-5/+5