Age | Commit message (Expand) | Author |
2018-10-24 | Size static array correctly for the numerically highest index used to | Christian Weisgerber |
2018-09-18 | Backport support for option -a to addr2line, which will display each address | anton |
2018-09-14 | Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@ | Christian Weisgerber |
2018-09-09 | Teach binutils how to assemble INVPCID and how to disassemble | Philip Guenther |
2018-07-26 | Add infrastructure to install lld as the default linker. The old GNU linker | Mark Kettenis |
2018-05-21 | Add --localize-hidden option to objcopy. | Mark Kettenis |
2018-04-24 | Make our ancient binutils recognize .gnu.hash sections such that our tools | Mark Kettenis |
2018-04-06 | Patch binutils 2.17 so that it passes option -Wno-null-pointer-arithmetic | Patrick Wildt |
2018-04-01 | LLVM 6.0.0's -Wextra warnings now complain if you do arithmetics on NULL | Patrick Wildt |
2017-12-12 | Avoid undefined behaviour in rorate_left() macro. From NetBSD via FreeBSD. | Mark Kettenis |
2017-11-07 | Format string fix from upstream. | Kevin Lo |
2017-11-04 | Revert recent changes to unbreak ports/net/samba | Jeremie Courreges-Anglas |
2017-10-31 | Make -zdefs and --no-undefined no-ops for now, to unblock ports devs at p2k17. | Philip Guenther |
2017-10-24 | R_AARCH64_NONE should be zero, not 256. The latter was a deprecated | Philip Guenther |
2017-10-23 | Extend support for DWARF2 CFI expressions. Needed to support llvm/clang on | Mark Kettenis |
2017-10-23 | Teach readelf the arm64 dynamic relocation we use, as well as the | Philip Guenther |
2017-09-11 | missing parts for arm64, dependencies needed. | Marc Espie |
2017-07-22 | Prefer the definition of a variable in the executable over a definition | Mark Kettenis |
2017-07-01 | provide both TRAP and NOP values for our architectures, then change | Theo de Raadt |
2017-06-22 | i386 uses a intentional fallthrough between appended code blocks in .init, | Theo de Raadt |
2017-06-21 | elf64_x86_64_plt0_entry had a hardcoded nop-sled, before the subsequent | Theo de Raadt |
2017-06-21 | Intra-segment traps instead of nops. Similar to kernel change, further | Theo de Raadt |
2017-06-21 | Large nopsleds make it easier for ROP machinery to sloppily reach targets. | Theo de Raadt |
2017-06-12 | destroy lint remnants. | Marc Espie |
2017-06-04 | Replace ((2 << 31) - 1) with 0xffffffff, which is equivalent but doesn't | Christian Weisgerber |
2017-04-15 | Handle R_SPARC_WPLT30 relocations against a local symbol. Fixes building the | Mark Kettenis |
2017-04-02 | Fix an out-of-bounds memory access with 64-bit armaps. | Visa Hankala |
2017-03-16 | Fix handling of the SVM instructions such that they accept a register as | Mark Kettenis |
2017-03-05 | Go back to only specifying --target when building cross. | Jonathan Gray |
2017-02-27 | Implement D and U modifiers to ar; with D the uid/gid/mode/time on the updated | Philip Guenther |
2017-02-25 | Implement support for generating movw/movt relocations on arm in gas(1). | Mark Kettenis |
2017-02-23 | Set ELF_MAXPAGESIZE to 64k, to match lld(1). Also define ELF_MINPAGESIZE. | Mark Kettenis |
2017-02-19 | Add an ELF machine number to string mapping for AArch64. | Jonathan Gray |
2017-02-19 | elf64-aarc64 -> elf64-aarch64 in TARGET_LITTLE_NAME | Jonathan Gray |
2017-01-25 | Stub out aarch64 support and avoid building gas and ld on this architecture. | Mark Kettenis |
2016-11-27 | Add Octeon coprocessor 2 instructions. | Visa Hankala |
2016-10-03 | Fix ownership for install on a noperm filesystem. | Martin Natano |
2016-09-20 | Support a few more relocations, most notably R_ARM_MOVW_ABS_NC and | Mark Kettenis |
2016-09-18 | Use ${INSTALL} instead of install, like in all the other Makefile's. | Martin Natano |
2016-09-16 | Hardcode STRIP=/usr/bin/strip so that install -s works | Philip Guenther |
2016-09-14 | Disable --gc-sections on powerpc, for it is broken. | Jeremie Courreges-Anglas |
2016-09-11 | Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} | Philip Guenther |
2016-09-10 | Bring in FreeBSD changes to prevent clang triggering | Jonathan Gray |
2016-09-10 | use an unused attribute on a function argument to avoid -Wself-assign | Jonathan Gray |
2016-09-03 | Tests about TLS relocations that should only apply when building a | Philip Guenther |
2016-09-03 | Revert rev 1.15: RELRO is working so we no longer need special handling | Philip Guenther |
2016-09-03 | RELRO Just Works on m88k so remove the #if: RELRO everywhere! | Philip Guenther |
2016-09-03 | Mark the PLT as RWX so that ld.so's generic RWX->RW->RX logic can be | Philip Guenther |
2016-09-01 | Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABI | Patrick Wildt |
2016-08-14 | Turning off relro shouldn't insert padding into the middle of the relro | Philip Guenther |