summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/bfd
AgeCommit message (Expand)AuthorFilesLines
2018-12-11Add PN_XNUM support to libbfd so objdump and gdb can handle coreguenther2-1/+39
2017-08-14Add improvements to the DWARF frame unwinder to support xorguard.kettenis1-0/+20
2016-03-29Fix fallout from the switch to binutils 2.17: the binaries created by 2.17kettenis1-0/+1
2015-04-06Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.kettenis9-4/+854
2015-01-13Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this tokettenis3-8/+26
2014-12-25Don't generate PLT entries for symbols defined in a regular object forkettenis2-3/+4
2014-12-22Teach ld(1) not to add a PT_INTERP entry for -static -pie.kettenis15-16/+15
2014-08-14Backport from binutils-2.17:guenther1-4/+3
2014-08-10Format time_t with %lld after casting to long longguenther2-3/+3
2014-08-09Parse times with strtoll() instead of strtol()guenther1-1/+1
2014-08-09Regenerate to pick up time_t changesguenther2-8/+6
2014-08-09Store timestamps in time_tguenther1-6/+5
2014-08-09bfd-in2.h is generated from this; merge back a change that was made thereguenther1-0/+1
2014-08-09Backport from 2.17: mark the _GLOBAL_OFFSET_TABLE_, _DYNAMIC, andguenther1-0/+9
2013-12-17Backport the code from binutils 2.16 that makes weak undefined referenceskettenis1-53/+114
2013-07-05VAX ELF toolchain, using `%' as the register prefix. Heavily based uponmiod2-67/+41
2013-04-28Revert the previous commit. It breaks the xenocara build on macppc and thebcallah2-91/+74
2013-04-26Fix linker errors when using llvm/clang.bcallah2-74/+91
2013-04-19Use time_t instead of long for archive timestamps, and print them as long long;miod6-12/+22
2013-04-17Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags whenmiod1-1/+13
2013-02-02ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onmiod1-3/+2
2013-01-30Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep themiod1-1/+1
2013-01-28Correctly compute the relocation value of GOT_16[HL] relocations when they canmiod1-29/+27
2013-01-20Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowedmiod1-58/+1652
2013-01-05Switch m88k ports to ELF.miod1-2/+2
2013-01-02Oops, commited this by accident when adding the m88k ELF toolchain bits.miod1-39/+65
2013-01-01m88k ELF toolchain, supporting static binaries only so far.miod5-24/+531
2012-11-05Backport a powerpc --relax fix present in binutils 2.17.landry1-29/+21
2012-08-31Add a DT_DEBUG tag to PIEs as well.kettenis1-1/+1
2012-08-28Work around -Wbounded warning by using sizeof(x_fname), not FILNMLEN. Thepascal1-2/+4
2012-08-20Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZEmatthew1-1/+30
2012-04-12Don't munge PID and TID together, since the way GDB displays them isn't verykettenis1-2/+7
2012-03-29Add ecoff as possible targets for the mips ports, to be able to muildmiod1-2/+2
2011-12-31Properly recognize threads in OpenBSD core dumps.kettenis1-0/+5
2010-07-19Fix handling of hidden symbols on hppa. Patch from upstream (Alan Modra).kettenis1-1/+1
2010-05-24Make sure references to hidden symbols are resolved locally and don't gokettenis1-1/+5
2010-05-08expand lvalue macro and remove an unnecessary and illegal cast innaddy1-1/+1
2009-03-09Provide more dependencies for binutils to build with make -j on a.outmiod1-1/+3
2009-03-05Teach bfd and gdb about the upcoming ELF core dumps.kettenis1-0/+69
2008-10-02Since we don't install libbfd anymore, don't install bfd.info.kettenis2-2/+2
2006-10-08Define superH obsd-specific emulations for ld, and use it by default.miod5-3/+38
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianmiod1-1/+1
2006-05-30Avoid stack oflow on bad data. PR 5132. Backport from binutils mainotto1-30/+59
2006-03-22Enable efi support on OpenBSD/i386.kettenis1-1/+1
2005-05-03When printing a function name for warning or error lines, prefer a globalmiod1-2/+10
2005-03-30Add StackGhost .wcookie section for sparc64.kettenis1-16/+35
2005-01-25hppa64-unknown-openbsd build support; espie@ miod@ brad@ okmickey1-0/+4
2004-12-27Some post bintuils-2.15 changes for gdb-6.3.kettenis3-2/+35
2004-11-24Do not put a ``warning: '' prefix to stabs warning messages, as we alreadymiod1-7/+3
2004-11-12Don't use the IRIX workaround for relocs. Seems to break reloc count inpefo1-2/+7