Age | Commit message (Expand) | Author |
2024-04-10 | When rewriting an ELF header (i.e. in strip and objcopy), keep the | Miod Vallat |
2024-03-30 | Provide illop1 instruction encoding as TRAP. | Miod Vallat |
2024-02-04 | Add minimal support for GNU_PROPERTY | Theo de Raadt |
2024-01-15 | From "Lorenz (xha)" (me(at)xha.li): teach binutils how to assemble | Philip Guenther |
2024-01-11 | Add basic support for R_386_GOT32X | Jeremie Courreges-Anglas |
2023-12-13 | OSF/1 placed alpha binaries above 4G. This affects our nopie binaries, | Theo de Raadt |
2023-12-07 | Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment. | Mark Kettenis |
2023-09-06 | Use -std=gnu89 to fix the build with clang-16 | Jeremie Courreges-Anglas |
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 |