summaryrefslogtreecommitdiff
path: root/contrib/binutils
AgeCommit message (Expand)Author
2020-12-16Remove contrib/binutils, unused after r368667Ed Maste
2020-05-18GNU as: move deprecation message after option parsingEd Maste
2020-05-06GNU as: print a deprecation warning on program startEd Maste
2020-03-28gas: mark dwarf2_loc_mark_labels as externKyle Evans
2020-03-27objdump: emit a deprecation notice at program startEd Maste
2020-01-28Fix the following -Werror warning from clang 10.0.0 in binutils:Dimitry Andric
2019-10-24binutils: Fix bugs found by -Wpointer-compareBrooks Davis
2019-08-01as: add deprecation notice to the man pageEd Maste
2019-08-01objdump: be explicit that GNU objdump that will be removedEd Maste
2019-03-05Fix binutils compilation error with Clang 8Justin Hibbits
2018-06-15Add deprecation notice to objdump man pageEd Maste
2017-12-24Fix clang 6.0.0 compiler warnings in binutilsDimitry Andric
2017-12-06The function make_relative_prefix_1 does not properly free locallyStephen J. Kiernan
2017-11-23bfd: avoid crash on corrupt binariesEd Maste
2017-11-23bfd: fix segfault in the ihex parser on malformed ihex fileEd Maste
2017-10-11Do exception offset computations in 64 bits, not 32.Justin Hibbits
2017-09-05gnu binutils: FSGSBASE assembly/disassemblyRyan Libby
2017-08-18gas: add parens to clarify expression and eliminate clang warningEd Maste
2017-08-18gas: fix "format string is not a string literal" errors on mipsEd Maste
2017-08-18bfd: cast BFD_ALIGN to fix clang error on mipsEd Maste
2017-05-27Align text correctly by using tabs instead of spaces.Pedro F. Giffuni
2017-05-23Bring some rough support for FreeBSD S/390 to the GNU toolchain.Pedro F. Giffuni
2017-05-10Fix parsing of 'vmov Q<n>.F32,Q<n>.F32' instruction.Michal Meloun
2017-03-19use INT3 instead of NOP for x86 binary paddingEd Maste
2017-02-01Add rfdi opcode to binutilsJustin Hibbits
2017-01-27add octeon+ as an alias for octeon in GCC & binutilsEd Maste
2016-12-16libbfd: make sure variables are initialized before using them.Pedro F. Giffuni
2016-12-16libbfd: drop unnecessary variable increment.Pedro F. Giffuni
2016-10-22Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits
2016-08-24Spell MIPS more traditionally in "bfd_elf32_ntradbigmips_vec".Brooks Davis
2016-08-06Check the first byte of the array for NUL, instead of the array as a NULL poi...Justin Hibbits
2016-07-21binutils: fix "Bad value" error in bfd for MIPS when using -Bsymbolic.Pedro F. Giffuni
2016-05-29Replace local prototype of basename() with an inclusion of <libgen.h>.Ed Schouten
2016-05-20gas: Implement the .inst assembler directive for arm.Pedro F. Giffuni
2016-05-20gas/config/tc-arm.c: Minor re-sorting to match upstream history.Pedro F. Giffuni
2016-02-22Fix a problem in ld, causing it to sometimes print messages similar toDimitry Andric
2016-02-21Unconditionally set e_ident[OSABI]=ELFOSABI_FREEBSD in arm binary headers.Ian Lepore
2015-12-30Add the MOVT/MOVW types to the list of relocs which do not generate .pltIan Lepore
2015-12-29Correct the code for sign-extending a 16 bit value. As near as I can tellIan Lepore
2015-09-22In binutils' arm-dis.c, avoid left-shifting a negative number.Dimitry Andric
2015-08-09In GNU as, avoid left-shifting negative integers, which is undefined.Dimitry Andric
2015-05-05Copy new attribute types when linking. bfd will copy attributes as needed,Andrew Turner
2015-05-03For eabi 5 (what FreeBSD uses), be sure to tag all executables andWarner Losh
2015-05-03When merging the floating point type attribute, and reporting an errorWarner Losh
2015-04-03More ARM EABI object attributes in binutils. This adds support to binutilsAndrew Turner
2015-03-02Remove pregenerated text version of the texinfo documentationBaptiste Daroussin
2015-03-02Generate manpage out of the texinfo files using texi2mdocBaptiste Daroussin
2015-02-25GNU nm: Avoid NULL dereferenceEd Maste
2015-02-22Add some opcodes for assembling forthcoming VSX (Vector-Scalar eXtension)Nathan Whitehorn
2015-02-11Fix ldscripts such that ld(1) collects the .fini_array section in the sameTijl Coosemans