aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation notice to objdump man pageEd Maste2018-06-151-0/+4
* Fix clang 6.0.0 compiler warnings in binutilsDimitry Andric2017-12-242-5/+5
* The function make_relative_prefix_1 does not properly free locallyStephen J. Kiernan2017-12-061-4/+17
* bfd: avoid crash on corrupt binariesEd Maste2017-11-231-0/+20
* bfd: fix segfault in the ihex parser on malformed ihex fileEd Maste2017-11-231-1/+1
* Do exception offset computations in 64 bits, not 32.Justin Hibbits2017-10-111-3/+3
* gnu binutils: FSGSBASE assembly/disassemblyRyan Libby2017-09-054-16/+57
* gas: add parens to clarify expression and eliminate clang warningEd Maste2017-08-181-1/+1
* gas: fix "format string is not a string literal" errors on mipsEd Maste2017-08-181-2/+2
* bfd: cast BFD_ALIGN to fix clang error on mipsEd Maste2017-08-181-1/+1
* Align text correctly by using tabs instead of spaces.Pedro F. Giffuni2017-05-271-2/+2
* Bring some rough support for FreeBSD S/390 to the GNU toolchain.Pedro F. Giffuni2017-05-234-2/+15
* Fix parsing of 'vmov Q<n>.F32,Q<n>.F32' instruction.Michal Meloun2017-05-101-8/+8
* use INT3 instead of NOP for x86 binary paddingEd Maste2017-03-192-2/+2
* Add rfdi opcode to binutilsJustin Hibbits2017-02-011-0/+1
* add octeon+ as an alias for octeon in GCC & binutilsEd Maste2017-01-271-0/+1
* libbfd: make sure variables are initialized before using them.Pedro F. Giffuni2016-12-161-1/+1
* libbfd: drop unnecessary variable increment.Pedro F. Giffuni2016-12-161-1/+1
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-221-1/+1
* Spell MIPS more traditionally in "bfd_elf32_ntradbigmips_vec".Brooks Davis2016-08-241-2/+2
* Check the first byte of the array for NUL, instead of the array as a NULL poi...Justin Hibbits2016-08-061-1/+1
* binutils: fix "Bad value" error in bfd for MIPS when using -Bsymbolic.Pedro F. Giffuni2016-07-211-1/+1
* Replace local prototype of basename() with an inclusion of <libgen.h>.Ed Schouten2016-05-291-1/+1
* gas: Implement the .inst assembler directive for arm.Pedro F. Giffuni2016-05-201-0/+32
* gas/config/tc-arm.c: Minor re-sorting to match upstream history.Pedro F. Giffuni2016-05-201-2/+2
* Fix a problem in ld, causing it to sometimes print messages similar toDimitry Andric2016-02-221-2/+2
* Unconditionally set e_ident[OSABI]=ELFOSABI_FREEBSD in arm binary headers.Ian Lepore2016-02-211-12/+2
* 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