aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't force 64-bit DWARF2 on MIPSEd Maste2013-10-212-19/+0
* Merge from projects/arm_eabi_vfp r255380:Andrew Turner2013-10-201-4/+4
* Fix .debug_line prologue header length calculation for 64-bit DWARFEd Maste2013-10-171-10/+8
* Add support for assembling and disassembling Intel Random NumberDimitry Andric2013-10-074-8/+40
* Use correct size for MIPS .rld_map sectionEd Maste2013-10-021-1/+5
* Fix a bug in ld, where indirect symbols are not handled properly duringDimitry Andric2013-09-281-3/+19
* Add an elf note on ARM to store the MACHINE_ARCH an executable was builtAndrew Turner2013-09-262-0/+3
* Improve readelf notes output for Linux ELF filesEd Maste2013-09-132-0/+30
* Add support for the 'invpcid' instruction to binutils and DDB'sJohn Baldwin2013-09-034-3/+26
* Silence a warning that is incorrect on ARMv6 and later. In the smull, umull,Andrew Turner2013-08-171-2/+3
* Change default behaviour of ld(1) to not recursively copy DT_NEEDEDBaptiste Daroussin2013-07-311-1/+1
* Correct ELF note decoding for non-core filesEd Maste2013-07-191-3/+16
* Correct alignment in note outputEd Maste2013-07-181-1/+1
* Remove accidentally cut-and-pasted colonsEd Maste2013-07-181-7/+7
* Handle FreeBSD-specific ELF notesEd Maste2013-07-182-3/+50
* Handle DW_TAG_rvalue_reference_typeEd Maste2013-06-121-0/+1
* Revert: Use time_t instead of long for archive timestamps.Pedro F. Giffuni2013-06-017-24/+15
* BFD: Use time_t instead of long for archive timestamps.Pedro F. Giffuni2013-06-017-15/+24
* Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-032-6/+6