summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils-2.17
AgeCommit message (Expand)Author
2017-07-01provide both TRAP and NOP values for our architectures, then changeTheo de Raadt
2017-06-22i386 uses a intentional fallthrough between appended code blocks in .init,Theo de Raadt
2017-06-21elf64_x86_64_plt0_entry had a hardcoded nop-sled, before the subsequentTheo de Raadt
2017-06-21Intra-segment traps instead of nops. Similar to kernel change, furtherTheo de Raadt
2017-06-21Large nopsleds make it easier for ROP machinery to sloppily reach targets.Theo de Raadt
2017-06-12destroy lint remnants.Marc Espie
2017-06-04Replace ((2 << 31) - 1) with 0xffffffff, which is equivalent but doesn'tChristian Weisgerber
2017-04-15Handle R_SPARC_WPLT30 relocations against a local symbol. Fixes building theMark Kettenis
2017-04-02Fix an out-of-bounds memory access with 64-bit armaps.Visa Hankala
2017-03-16Fix handling of the SVM instructions such that they accept a register asMark Kettenis
2017-03-05Go back to only specifying --target when building cross.Jonathan Gray
2017-02-27Implement D and U modifiers to ar; with D the uid/gid/mode/time on the updatedPhilip Guenther
2017-02-25Implement support for generating movw/movt relocations on arm in gas(1).Mark Kettenis
2017-02-23Set ELF_MAXPAGESIZE to 64k, to match lld(1). Also define ELF_MINPAGESIZE.Mark Kettenis
2017-02-19Add an ELF machine number to string mapping for AArch64.Jonathan Gray
2017-02-19elf64-aarc64 -> elf64-aarch64 in TARGET_LITTLE_NAMEJonathan Gray
2017-01-25Stub out aarch64 support and avoid building gas and ld on this architecture.Mark Kettenis
2016-11-27Add Octeon coprocessor 2 instructions.Visa Hankala
2016-10-03Fix ownership for install on a noperm filesystem.Martin Natano
2016-09-20Support a few more relocations, most notably R_ARM_MOVW_ABS_NC andMark Kettenis
2016-09-18Use ${INSTALL} instead of install, like in all the other Makefile's.Martin Natano
2016-09-16Hardcode STRIP=/usr/bin/strip so that install -s worksPhilip Guenther
2016-09-14Disable --gc-sections on powerpc, for it is broken.Jeremie Courreges-Anglas
2016-09-11Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}Philip Guenther
2016-09-10Bring in FreeBSD changes to prevent clang triggeringJonathan Gray
2016-09-10use an unused attribute on a function argument to avoid -Wself-assignJonathan Gray
2016-09-03Tests about TLS relocations that should only apply when building aPhilip Guenther
2016-09-03Revert rev 1.15: RELRO is working so we no longer need special handlingPhilip Guenther
2016-09-03RELRO Just Works on m88k so remove the #if: RELRO everywhere!Philip Guenther
2016-09-03Mark the PLT as RWX so that ld.so's generic RWX->RW->RX logic can bePhilip Guenther
2016-09-01Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABIPatrick Wildt
2016-08-14Turning off relro shouldn't insert padding into the middle of the relroPhilip Guenther
2016-08-10auto-dope-slap: mips64 has 16K pages, not 4K. With that fixed, enable RELROPhilip Guenther
2016-08-10Teach readelf and objdump about the PT_OPENBSD_BOOTDATA section value.Philip Guenther
2016-08-10Cover your kid's remaining eye and lock up the pets for the great old onesPhilip Guenther
2016-08-07Since we have kbind(2), we don't need -znow to use -zrelroPhilip Guenther
2016-08-07If an output section is skipped because of a constraint, then skip itPhilip Guenther
2016-08-01Make sure variables are initialized before using themStefan Kempf
2016-07-26Make sure there's space for the PT_OPENBSD_WXNEEDED segment, if requestedPhilip Guenther
2016-06-28Add missing words to help the reader.Jeremie Courreges-Anglas
2016-06-23Use SYMBOL_CALLS_LOCAL() to determine whether we can drop relocations for aMark Kettenis
2016-06-22Don't make the DT_TEXTREL warning fatal. Hopefully this will be temporary,Mark Kettenis
2016-06-21Make creation of text-relocations a fatal error by default, with -znotextPhilip Guenther
2016-06-19At least display the DT_GNU_HASH tag nicelyPhilip Guenther
2016-06-19Update docs to match our local time_t changesPhilip Guenther
2016-06-08Revert the change that made the PLT readonly. The dynamic linker nowMark Kettenis
2016-06-01Until we get relro working, we need the __{got,plt}_{start,end} symbolsPhilip Guenther
2016-05-31Port over binutils fix for PR ld/3111.Stefan Kempf
2016-05-28-z wxneeded creates a PHDR PT_OPENBSD_WXNEEDED. This annotation is placedTheo de Raadt
2016-05-23On sparc64, make the PLT read-only. This allows the kernel and ld.so toMark Kettenis