summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/bfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use consistent types in comparison to fix build with clang 10.visa2020-07-311-1/+1
* change bfd amd64 ELF_MAXPAGESIZE from 1M to 4Kjsg2020-07-231-1/+1
* Add PN_XNUM support to libbfd so objdump and gdb can handle coreguenther2018-12-112-1/+39
* Add improvements to the DWARF frame unwinder to support xorguard.kettenis2017-08-141-0/+20
* Fix fallout from the switch to binutils 2.17: the binaries created by 2.17kettenis2016-03-291-0/+1
* Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.kettenis2015-04-069-4/+854
* Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this tokettenis2015-01-133-8/+26
* Don't generate PLT entries for symbols defined in a regular object forkettenis2014-12-252-3/+4
* Teach ld(1) not to add a PT_INTERP entry for -static -pie.kettenis2014-12-2215-16/+15
* Backport from binutils-2.17:guenther2014-08-141-4/+3
* Format time_t with %lld after casting to long longguenther2014-08-102-3/+3
* Parse times with strtoll() instead of strtol()guenther2014-08-091-1/+1
* Regenerate to pick up time_t changesguenther2014-08-092-8/+6
* Store timestamps in time_tguenther2014-08-091-6/+5
* bfd-in2.h is generated from this; merge back a change that was made thereguenther2014-08-091-0/+1
* Backport from 2.17: mark the _GLOBAL_OFFSET_TABLE_, _DYNAMIC, andguenther2014-08-091-0/+9
* Backport the code from binutils 2.16 that makes weak undefined referenceskettenis2013-12-171-53/+114
* VAX ELF toolchain, using `%' as the register prefix. Heavily based uponmiod2013-07-052-67/+41
* Revert the previous commit. It breaks the xenocara build on macppc and thebcallah2013-04-282-93/+76
* Fix linker errors when using llvm/clang.bcallah2013-04-262-76/+93
* Use time_t instead of long for archive timestamps, and print them as long long;miod2013-04-196-12/+22
* Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags whenmiod2013-04-171-1/+13
* ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onmiod2013-02-021-3/+2
* Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep themiod2013-01-301-1/+1
* Correctly compute the relocation value of GOT_16[HL] relocations when they canmiod2013-01-281-29/+27
* Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowedmiod2013-01-201-58/+1652
* Switch m88k ports to ELF.miod2013-01-051-2/+2
* Oops, commited this by accident when adding the m88k ELF toolchain bits.miod2013-01-021-39/+65
* m88k ELF toolchain, supporting static binaries only so far.miod2013-01-015-24/+531
* Backport a powerpc --relax fix present in binutils 2.17.landry2012-11-051-29/+21
* Add a DT_DEBUG tag to PIEs as well.kettenis2012-08-311-1/+1
* Work around -Wbounded warning by using sizeof(x_fname), not FILNMLEN. Thepascal2012-08-281-2/+4
* Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZEmatthew2012-08-201-1/+30
* Don't munge PID and TID together, since the way GDB displays them isn't verykettenis2012-04-121-2/+7
* Add ecoff as possible targets for the mips ports, to be able to muildmiod2012-03-291-2/+2
* Properly recognize threads in OpenBSD core dumps.kettenis2011-12-311-0/+5
* Fix handling of hidden symbols on hppa. Patch from upstream (Alan Modra).kettenis2010-07-191-1/+1
* Make sure references to hidden symbols are resolved locally and don't gokettenis2010-05-241-1/+5
* expand lvalue macro and remove an unnecessary and illegal cast innaddy2010-05-081-1/+1
* Provide more dependencies for binutils to build with make -j on a.outmiod2009-03-091-1/+3
* Teach bfd and gdb about the upcoming ELF core dumps.kettenis2009-03-051-0/+69
* Since we don't install libbfd anymore, don't install bfd.info.kettenis2008-10-022-2/+2
* Define superH obsd-specific emulations for ld, and use it by default.miod2006-10-085-3/+38
* Early bits for a 32-bit SuperH toolchain, currently for little-endianmiod2006-10-061-1/+1
* Avoid stack oflow on bad data. PR 5132. Backport from binutils mainotto2006-05-301-30/+59
* Enable efi support on OpenBSD/i386.kettenis2006-03-221-1/+1
* When printing a function name for warning or error lines, prefer a globalmiod2005-05-031-2/+10
* Add StackGhost .wcookie section for sparc64.kettenis2005-03-301-18/+37
* hppa64-unknown-openbsd build support; espie@ miod@ brad@ okmickey2005-01-251-0/+4
* Some post bintuils-2.15 changes for gdb-6.3.kettenis2004-12-273-2/+35