summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils-2.17
AgeCommit message (Expand)Author
2018-05-21Add --localize-hidden option to objcopy.Mark Kettenis
2018-04-24Make our ancient binutils recognize .gnu.hash sections such that our toolsMark Kettenis
2018-04-06Patch binutils 2.17 so that it passes option -Wno-null-pointer-arithmeticPatrick Wildt
2018-04-01LLVM 6.0.0's -Wextra warnings now complain if you do arithmetics on NULLPatrick Wildt
2017-12-12Avoid undefined behaviour in rorate_left() macro. From NetBSD via FreeBSD.Mark Kettenis
2017-11-07Format string fix from upstream.Kevin Lo
2017-11-04Revert recent changes to unbreak ports/net/sambaJeremie Courreges-Anglas
2017-10-31Make -zdefs and --no-undefined no-ops for now, to unblock ports devs at p2k17.Philip Guenther
2017-10-24R_AARCH64_NONE should be zero, not 256. The latter was a deprecatedPhilip Guenther
2017-10-23Extend support for DWARF2 CFI expressions. Needed to support llvm/clang onMark Kettenis
2017-10-23Teach readelf the arm64 dynamic relocation we use, as well as thePhilip Guenther
2017-09-11missing parts for arm64, dependencies needed.Marc Espie
2017-07-22Prefer the definition of a variable in the executable over a definitionMark Kettenis
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