Age | Commit message (Expand) | Author |
2023-07-07 | Missing bit to make ld.bfd actually emit PT_OPENBSD_NOBTCFI. | Pascal Stumpf |
2023-07-06 | oops, an extra PT_ snuck in; spotted by guenther | Theo de Raadt |
2023-07-06 | use symbolic name PF_X instead of 1, pointed out by kettenis | Theo de Raadt |
2023-07-06 | teach the BFD tools how to handle NOBTCFI, quite similar to WXNEEDED | Theo de Raadt |
2023-05-17 | Add support for disassembling CET (including endbr64), XSS, OSPKE, | Philip Guenther |
2023-03-25 | Fix erroneous comment for the PT_OPENBSD_MUTABLE definition. | Frederic Cambus |
2023-02-05 | default __mips64__ to execute only | Theo de Raadt |
2023-02-05 | Switch the mips64 linker scripts over to the templates that order .rodata | Mark Kettenis |
2023-02-04 | Make ld.bfd default to --execute-only on amd64. | Mark Kettenis |
2023-01-27 | Recommit the switch to use llvm-strip on architectures that use ld.lld. | Mark Kettenis |
2023-01-19 | Revert previous commit (but leave the man page around); llvm-strip behaves | Mark Kettenis |
2023-01-19 | The binutils strip damages GNU_RELRO on binaries linked by ld.lld on at | Mark Kettenis |
2023-01-11 | hppa can switch over to --execute-only by default. | Theo de Raadt |
2023-01-09 | Generate the "combreloc" scripts for the new linker script template as well. | Mark Kettenis |
2023-01-09 | Adjust the hppa linker scripts to order .rodata (and other sections | Mark Kettenis |
2023-01-09 | Implement --execute-only (and turn --no-execute-only from a no-op into an | Mark Kettenis |
2023-01-05 | Add a dummy --no-execute-only option for compatibility with ld.lld. | Mark Kettenis |
2023-01-04 | on sh/landisk, ELF binaries are currently unpadded between text and rodata. | Theo de Raadt |
2022-12-08 | Change ld.bfd to default to --enable-new-dtags so that it generates | Philip Guenther |
2022-12-08 | Fix DT_MIPS_RLD_MAP_REL | Visa Hankala |
2022-11-29 | Use correct size for mips64 .rld_map section. | Visa Hankala |
2022-10-28 | Build and install binutils-2.17's version of c++filt(1), since we already | Miod Vallat |
2022-10-28 | Decode DT_MIPS_RLD_MAP_REL. | Mark Kettenis |
2022-10-28 | Implement DT_MIPS_RLD_MAP_REL support and add such an entry to PIE | Mark Kettenis |
2022-10-07 | In the linkers, collect objects in section "openbsd.mutable" and place | Theo de Raadt |
2022-03-23 | use llvm-ranlib where llvm-ar is used so that they are in line with each | Robert Nagy |
2022-02-17 | binutils-2.17 does not have ld or gas available for the aarch64, powerpc64, or | Peter Hessler |
2021-12-25 | Sync DF_1_* flag definitions with llvm 13, including support in | Philip Guenther |
2021-12-22 | Avoid GNU printf extension to use 'L' length modifier with a int | Jonathan Gray |
2021-12-17 | Avoid errors about clang13-only options here, to ease transition | Jeremie Courreges-Anglas |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-11-23 | add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriver | Robert Nagy |
2021-11-12 | Teach binutils enough about RELR relocations to not break them and for | Philip Guenther |
2021-10-12 | Do not extend PT_DYNAMIC segment on mips64 | Visa Hankala |
2021-07-24 | Pretty print ELF machine name as "RISC-V" | Jeremie Courreges-Anglas |
2021-06-25 | minimalistic diff to use %ld instead of %d for ptrdiff printing | Theo de Raadt |
2021-06-24 | add some aarch64 bits missed in Makefile.in 1.6 | Jonathan Gray |
2021-06-24 | repair missing dependencies against bfd.h for riscv64 | Theo de Raadt |
2021-06-21 | correct riscv64 blocks | Theo de Raadt |
2021-05-05 | riscv64 binutils 'support' | Dale Rahn |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2021-05-03 | recognise a small number of riscv relocations in readelf | Jonathan Gray |
2021-01-28 | Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common. | mortimer |
2020-07-31 | Use consistent types in comparison to fix build with clang 10. | Visa Hankala |
2020-07-23 | change bfd amd64 ELF_MAXPAGESIZE from 1M to 4K | Jonathan Gray |
2020-07-22 | Add a few missing elocations. | Mark Kettenis |
2020-06-18 | avoid -Wpointer-compare warning which broke build with clang 10 | Jonathan Gray |
2020-05-31 | Don't build the rs6000coff_vec and rs6000coff64_vec targets. These | Mark Kettenis |
2020-05-30 | Initial set of changes to build powerpc64 toolchain. | Dale Rahn |
2020-05-29 | Adjust some PPC ELF code to return -1 instead of doing pointer | Patrick Wildt |