Age | Commit message (Expand) | Author |
2020-04-09 | Make sure that we generate a PLT when a plabel is required even for | Mark Kettenis |
2020-01-03 | avoid build race condition: our make has an "expensive job" heuristic | Marc Espie |
2019-12-21 | a few depend:-related thingies that were still in. | Marc Espie |
2019-12-17 | not renaming those temp files should be fatal | Marc Espie |
2019-11-08 | Silence the compiler on 64bits archs where sizeof(void *) != sizeof(int). | Martin Pieuchot |
2019-08-11 | Various fixes to make this compile with clang on powerpc. | Mark Kettenis |
2019-05-17 | stop using the moribund MLINKS bsd.man.mk feature; | Ingo Schwarze |
2019-04-15 | Use literals as format strings. This fixes an error reported by clang. | Visa Hankala |
2019-04-15 | Add a type cast to silence clang error about an implicit conversion | Visa Hankala |
2019-03-01 | Fix a crash: don't assume that all input files are ELF objects | Jeremie Courreges-Anglas |
2019-02-24 | Remove -S from install commands | kn |
2019-02-05 | Fix addend handling for relaxing R_PPC_PLTREL24 relocations. This issue has | Mark Kettenis |
2019-02-03 | Add some fixes from upstream to the code that parses .eh_frame sections | Mark Kettenis |
2019-01-31 | Map SHT_LLVM_LINKER_OPTIONS to string | Mark Kettenis |
2019-01-31 | Ignore LLVM 7's LINKER_OPTIONS section. | Mark Kettenis |
2019-01-27 | Remove specific clang version from check for clang. | Patrick Wildt |
2019-01-13 | Map SHT_LLVM_ADDRSIG to string | Philip Guenther |
2019-01-13 | Ignore LLVM 7's ADDRSIG section. | Philip Guenther |
2019-01-07 | Don't print "allocated section '.foobar' not in segment" warning for | Mark Kettenis |
2019-01-04 | Make gas ignore the ".set hardfloat" directive on mips64. | Visa Hankala |
2018-12-25 | Remove unused static function since clang errors out because of this. | Claudio Jeker |
2018-12-22 | Add support for R_MIPS_PC32 relocation. It is needed for linking code | Visa Hankala |
2018-12-18 | The scripts just tests whether GENERATE_PIE_SCRIPT is set and ignores its | Philip Guenther |
2018-12-18 | Generate PIE ldscripts on armv7, hppa, and sh, so that there are symbols | Philip Guenther |
2018-12-11 | Add PN_XNUM support to libbfd so objdump and gdb can handle core | Philip Guenther |
2018-12-06 | Core files with >65535 sections have to use PN_XNUM and a section header | Philip Guenther |
2018-12-03 | Merge post-2.17 but pre-GPLv3 diffs that add support for DT_GNU_HASH | Philip Guenther |
2018-11-13 | Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASH | Philip Guenther |
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 |