| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace local prototype of basename() with an inclusion of <libgen.h>. | ed | 2016-05-29 | 1 | -1/+1 |
* | gas: Implement the .inst assembler directive for arm. | pfg | 2016-05-20 | 1 | -0/+32 |
* | gas/config/tc-arm.c: Minor re-sorting to match upstream history. | pfg | 2016-05-20 | 1 | -2/+2 |
* | Fix a problem in ld, causing it to sometimes print messages similar to | dim | 2016-02-22 | 1 | -2/+2 |
* | Unconditionally set e_ident[OSABI]=ELFOSABI_FREEBSD in arm binary headers. | ian | 2016-02-21 | 1 | -12/+2 |
* | Add the MOVT/MOVW types to the list of relocs which do not generate .plt | ian | 2015-12-30 | 1 | -6/+20 |
* | Correct the code for sign-extending a 16 bit value. As near as I can tell | ian | 2015-12-29 | 1 | -1/+1 |
* | In binutils' arm-dis.c, avoid left-shifting a negative number. | dim | 2015-09-22 | 1 | -1/+1 |
* | In GNU as, avoid left-shifting negative integers, which is undefined. | dim | 2015-08-09 | 1 | -2/+2 |
* | Copy new attribute types when linking. bfd will copy attributes as needed, | andrew | 2015-05-05 | 1 | -0/+3 |
* | For eabi 5 (what FreeBSD uses), be sure to tag all executables and | imp | 2015-05-03 | 1 | -0/+10 |
* | When merging the floating point type attribute, and reporting an error | imp | 2015-05-03 | 1 | -1/+14 |
* | More ARM EABI object attributes in binutils. This adds support to binutils | andrew | 2015-04-03 | 3 | -3/+11 |
* | Remove pregenerated text version of the texinfo documentation | bapt | 2015-03-02 | 2 | -20488/+0 |
* | Generate manpage out of the texinfo files using texi2mdoc | bapt | 2015-03-02 | 4 | -0/+22381 |
* | GNU nm: Avoid NULL dereference | emaste | 2015-02-25 | 1 | -1/+2 |
* | Add some opcodes for assembling forthcoming VSX (Vector-Scalar eXtension) | nwhitehorn | 2015-02-22 | 1 | -0/+5 |
* | Fix ldscripts such that ld(1) collects the .fini_array section in the same | tijl | 2015-02-11 | 1 | -1/+1 |
* | Add pregenerated documentation for as(1) and ld(1) | bapt | 2015-01-04 | 5 | -0/+20604 |
* | Fix generating documentation with modern texinfo | bapt | 2015-01-04 | 1 | -1/+1 |
* | Fix generating documents with modern texinfo | bapt | 2015-01-04 | 2 | -8/+8 |
* | In contrib/binutils/bfd/elf32-ppc.c, avoid warnings about case values | dim | 2014-12-29 | 1 | -1/+1 |
* | In contrib/binutils/gas/config/tc-ppc.c, fix a few -Wformat-security | dim | 2014-12-28 | 1 | -3/+3 |
* | Backport fix for binutils 11867: .quad directive not assembled correctly | pfg | 2014-12-26 | 2 | -10/+34 |
* | gas: use memmove instead of bogus memcpy. | pfg | 2014-12-26 | 1 | -1/+1 |
* | Make gas parse '__tls_get_addr(foo@tlsgd)'. | jhibbits | 2014-12-18 | 1 | -91/+141 |
* | Add new PowerPC relocations to binutils | jhibbits | 2014-12-12 | 11 | -822/+1424 |
* | Fix mrc and mrc2 with APSR_nzcv. Binutils encodes it internally as 0 where | andrew | 2014-12-07 | 1 | -1/+5 |
* | Allow the UAL APSR_nzcv format for the mrc and mrc2 instructions. The clang | andrew | 2014-12-02 | 1 | -2/+2 |
* | Let GNU ld be less obscure about missing symbols and DSOs. If the BFD | dim | 2014-12-02 | 2 | -4/+33 |
* | Use llabs when getting the absolute value of a long long. | andrew | 2014-11-30 | 1 | -10/+10 |
* | Implement --no-fatal-warning for compatibility with newer ld | bapt | 2014-11-29 | 1 | -0/+10 |
* | Avoid undefined behaviour in gas's rotate_left() macro for n == 0. | dim | 2014-11-22 | 1 | -1/+1 |
* | Improve support for XSAVE with debuggers. | jhb | 2014-11-21 | 2 | -0/+3 |
* | Rename elf*-powerpc into elf*-powerpc-freebsd in binutils | bapt | 2014-10-10 | 5 | -3/+6 |
* | Merge the big-endian ARM targets together, and the little-endian ARM | andrew | 2014-10-05 | 1 | -10/+2 |
* | Silence a warning about Tag_Virtualization_use being unknown. We don't | andrew | 2014-10-04 | 2 | -1/+4 |
* | Add movw and movt relocations to the list of relocations against function | andrew | 2014-10-04 | 1 | -0/+6 |
* | Allow vld and vst instructions to use the canonical form from ARM ARM when | andrew | 2014-10-03 | 1 | -0/+17 |
* | Add all the dmb/dsb optional limitations, including the alternative values. | andrew | 2014-10-03 | 1 | -4/+12 |
* | Allow the optional limitation on dmb instructions as is already the case | andrew | 2014-10-03 | 1 | -0/+1 |
* | In r253839 the default behaviour of ld(1) was changed such that all | tijl | 2014-08-28 | 1 | -10/+11 |
* | Teach as(1) to handle the arm .arch_extension pseudo-op, which accepts | ian | 2014-08-01 | 1 | -0/+31 |
* | Fix an bug in as(1) parsing of arm -march=arch+ext options. Compare the | ian | 2014-08-01 | 1 | -1/+1 |
* | Add support for the 'rdseed' instruction. | jhb | 2014-05-18 | 3 | -1/+22 |
* | For GNU as, add two missing modes for each of the fcomip and fucomip | dim | 2014-04-07 | 2 | -0/+16 |
* | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. | andrew | 2014-03-23 | 1 | -1/+1 |
* | Make gas accept any PowerPC instruction by default. This is a local change, | jhibbits | 2014-02-03 | 1 | -1/+1 |
* | binutils: add support for Intel SMAP-related instructions | pfg | 2014-01-26 | 4 | -2/+19 |
* | Fix cross-compilation of ia64 target code with clang. | marcel | 2013-12-28 | 2 | -6/+6 |