summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils-2.17
AgeCommit message (Expand)Author
2015-01-13Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this toMark Kettenis
2014-12-25Don't generate PLT entries for symbols defined in a regular object forMark Kettenis
2014-12-22Teach ld(1) not to add a PT_INTERP entry for -static -pie.Mark Kettenis
2014-11-20partial_where points into the buffer that begins with buffer_startTodd C. Miller
2014-10-20Backport fix for binutils 11867: .quad directive not assembled correctly.Daniel Dickman
2014-08-09Parse times with strtoll() instead of strtol()Philip Guenther
2014-08-09Regenerate to pick up time_t changesPhilip Guenther
2014-08-09bfd-in2.h is generated from this; merge back a change that was made therePhilip Guenther
2014-08-09Store timestamps in time_tPhilip Guenther
2014-08-09Fix readelf --debug-dump=frames-interp output: once a register is givenPhilip Guenther
2014-08-09We don't use the __openbsd_randomdata_{start,end} symbols, but ratherPhilip Guenther
2014-08-09Match format width of symbol visibility to the column headerPhilip Guenther
2014-04-06Add the missing addressing modes for the fucomip instruction. Surprisingly,Miod Vallat
2014-02-17Having CpuSMAP and Cpu64 overlap isn't a terribly good idea.Mark Kettenis
2014-02-09Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave,Philip Guenther
2013-12-30Recognize PT_OPENBSD_RANDOMIZE in linker scripts.Mark Kettenis
2013-10-09Merge binutils 2.15 einfo() buffering change to binutils-2.17.Todd C. Miller
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-04-19Use time_t instead of long for archive timestamps, and print them as long long;Miod Vallat
2013-03-31Replace the common_definition method in mips BFD backends with a routineMiod Vallat
2013-03-30Revert alpha/OpenBSD to the binutils 2.15 state, with only DATA_PLT andMiod Vallat
2013-03-30Revert ppc/OpenBSD to the binutils 2.15 state, with only BSS_PLT andMiod Vallat
2013-03-27Revert the --as-needed logic to match the 2.15 logic. It is now aggressivelyMiod Vallat
2013-03-24Don't forget to put .plt padding in the BSS_PLT case; lost during the 2.15->2.17Miod Vallat
2013-03-23Fix a bug in ld --gc-sections: it strips out .note sections, whileDavid Coppa
2013-03-21Define LABELS_WITHOUT_COLONS under OpenBSD again.Miod Vallat
2013-03-21Define PLT_BEFORE_GOT.Miod Vallat
2013-03-21Don't set TEXT_PLT if PLT_BEFORE_GOT.Miod Vallat
2013-03-20Move the __openbsd_randomdata_{start,end} symbols outside of thePhilip Guenther
2013-03-18Try harder putting .ctor and .dtor next to .got, to be able to have ld.soMiod Vallat
2013-03-10Sync to ../binutils/Makefile.bsd-wrapper rev. 1.75:Miod Vallat
2013-03-10Let platforms configured to use binutils 2.17 still recurse into the binutilsMiod Vallat
2013-03-09Bring back got and plt padding sections and special symbols from our changesMiod Vallat
2013-03-09Do not recurse into gprof/ and etc/ on OpenBSD. The former is providedMiod Vallat
2013-02-05Disable PIE-by-default if -static (or one of its aliases) is passed on theMark Kettenis
2013-02-03Stop as(1) from optimizing away R_X86_64_GOTPCREL relocations.Mark Kettenis
2013-01-07Teach as(1) how to handle mips symbolic register names.bcallah
2013-01-05Replace the list of platforms enabled (or not) to build the whole binutilsMiod Vallat
2012-10-18Add support for stac/clac instructions to manipulate the flagJonathan Gray
2012-09-07disassemble the rdrand instruction on i386/amd64Christian Weisgerber
2012-09-03Teach as(1) about rdrand on i386/amd64.Mark Kettenis
2012-09-01Fix typo in comment: s/PT_OPENBSD_RANDOMDATA/PT_OPENBSD_RANDOMIZE/Matthew Dempsky
2012-09-01don't pollute the src dir with info pages when doing buildsJonathan Gray
2012-08-28Add support for PIE-by-default in both ld and gcc. This is a completelyPascal Stumpf
2012-08-22recognise rrx mnemonic, from GPLv2 apple cctools via FreeBSDJonathan Gray
2012-08-22Bring in a change from post 2.17 (but still GPLv2) binutilsJonathan Gray
2012-08-22make this compile by adapting loongson changes to the 2.17 struct layoutJonathan Gray
2012-08-22add a file from 2.17 which was omitted when imported but needed for mips64Jonathan Gray
2012-08-20Add support for .openbsd.randomdata and PT_OPENBSD_RANDOMIZE toMatthew Dempsky
2012-05-21Fix binutils-2.17 configure script to build on amd64.Matthew Dempsky