Age | Commit message (Expand) | Author |
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 |
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 |