summaryrefslogtreecommitdiffstats
path: root/contrib/binutils
Commit message (Expand)AuthorAgeFilesLines
* MFC r315522: use INT3 instead of NOP for x86 binary paddingemaste2018-03-282-2/+2
* MFC r327164:dim2018-01-012-5/+5
* MFC r326135: bfd: fix segfault in the ihex parser on malformed ihex fileemaste2017-11-301-1/+1
* MFC r326136: bfd: avoid crash on corrupt binariesemaste2017-11-301-0/+20
* MFC r323192:rlibby2017-09-124-16/+57
* MFC r318135:mmel2017-05-241-8/+8
* MFC r312899: add octeon+ as an alias for octeon in GCC & binutilsemaste2017-03-031-0/+1
* MFC r310132:pfg2016-12-211-1/+1
* MFC r303147pfg2016-08-201-1/+1
* Replace local prototype of basename() with an inclusion of <libgen.h>.ed2016-05-291-1/+1
* gas: Implement the .inst assembler directive for arm.pfg2016-05-201-0/+32
* gas/config/tc-arm.c: Minor re-sorting to match upstream history.pfg2016-05-201-2/+2
* Fix a problem in ld, causing it to sometimes print messages similar todim2016-02-221-2/+2
* Unconditionally set e_ident[OSABI]=ELFOSABI_FREEBSD in arm binary headers.ian2016-02-211-12/+2
* Add the MOVT/MOVW types to the list of relocs which do not generate .pltian2015-12-301-6/+20
* Correct the code for sign-extending a 16 bit value. As near as I can tellian2015-12-291-1/+1
* In binutils' arm-dis.c, avoid left-shifting a negative number.dim2015-09-221-1/+1
* In GNU as, avoid left-shifting negative integers, which is undefined.dim2015-08-091-2/+2
* Copy new attribute types when linking. bfd will copy attributes as needed,andrew2015-05-051-0/+3
* For eabi 5 (what FreeBSD uses), be sure to tag all executables andimp2015-05-031-0/+10
* When merging the floating point type attribute, and reporting an errorimp2015-05-031-1/+14
* More ARM EABI object attributes in binutils. This adds support to binutilsandrew2015-04-033-3/+11
* Remove pregenerated text version of the texinfo documentationbapt2015-03-022-20488/+0
* Generate manpage out of the texinfo files using texi2mdocbapt2015-03-024-0/+22381
* GNU nm: Avoid NULL dereferenceemaste2015-02-251-1/+2
* Add some opcodes for assembling forthcoming VSX (Vector-Scalar eXtension)nwhitehorn2015-02-221-0/+5
* Fix ldscripts such that ld(1) collects the .fini_array section in the sametijl2015-02-111-1/+1
* Add pregenerated documentation for as(1) and ld(1)bapt2015-01-045-0/+20604
* Fix generating documentation with modern texinfobapt2015-01-041-1/+1
* Fix generating documents with modern texinfobapt2015-01-042-8/+8
* In contrib/binutils/bfd/elf32-ppc.c, avoid warnings about case valuesdim2014-12-291-1/+1
* In contrib/binutils/gas/config/tc-ppc.c, fix a few -Wformat-securitydim2014-12-281-3/+3
* Backport fix for binutils 11867: .quad directive not assembled correctlypfg2014-12-262-10/+34
* gas: use memmove instead of bogus memcpy.pfg2014-12-261-1/+1
* Make gas parse '__tls_get_addr(foo@tlsgd)'.jhibbits2014-12-181-91/+141
* Add new PowerPC relocations to binutilsjhibbits2014-12-1211-822/+1424
* Fix mrc and mrc2 with APSR_nzcv. Binutils encodes it internally as 0 whereandrew2014-12-071-1/+5
* Allow the UAL APSR_nzcv format for the mrc and mrc2 instructions. The clangandrew2014-12-021-2/+2
* Let GNU ld be less obscure about missing symbols and DSOs. If the BFDdim2014-12-022-4/+33
* Use llabs when getting the absolute value of a long long.andrew2014-11-301-10/+10
* Implement --no-fatal-warning for compatibility with newer ldbapt2014-11-291-0/+10
* Avoid undefined behaviour in gas's rotate_left() macro for n == 0.dim2014-11-221-1/+1
* Improve support for XSAVE with debuggers.jhb2014-11-212-0/+3
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsbapt2014-10-105-3/+6
* Merge the big-endian ARM targets together, and the little-endian ARMandrew2014-10-051-10/+2
* Silence a warning about Tag_Virtualization_use being unknown. We don'tandrew2014-10-042-1/+4
* Add movw and movt relocations to the list of relocations against functionandrew2014-10-041-0/+6
* Allow vld and vst instructions to use the canonical form from ARM ARM whenandrew2014-10-031-0/+17
* Add all the dmb/dsb optional limitations, including the alternative values.andrew2014-10-031-4/+12
* Allow the optional limitation on dmb instructions as is already the caseandrew2014-10-031-0/+1
OpenPOWER on IntegriCloud