summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2024-04-10When rewriting an ELF header (i.e. in strip and objcopy), keep theMiod Vallat
2024-03-30Provide illop1 instruction encoding as TRAP.Miod Vallat
2024-03-29No longer build the objective-C compiler (cc1obj). Its standard libraryMiod Vallat
2024-03-03For macppc, add missing CFI for cr2, cr3, cr4George Koehler
2024-02-27Linux still doesn't actually implement IBT for userland. And by the paceMark Kettenis
2024-02-19Revert the change that enabled retpoline thunks by default. The use ofMark Kettenis
2024-02-19Remove "noretpolineplt" from the list of known -z flags. Missed in theMark Kettenis
2024-02-12Revert the change that enables retpoline PLTs by default. While theseMark Kettenis
2024-02-08Feed more generated files to the clean target; joint work with naddy@Miod Vallat
2024-02-07riscv64 fix: Handle relaxation reductions of more than 65536 bytesJeremie Courreges-Anglas
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2024-02-06Add risc-v support code for clang -msave-restoreJeremie Courreges-Anglas
2024-02-06Fix RTARCH in our Makefile and lets us access riscv-specific implementationsJeremie Courreges-Anglas
2024-02-04Add minimal support for GNU_PROPERTYTheo de Raadt
2024-02-04Adapt base libstdc++ to the new ctype.h definesJeremie Courreges-Anglas
2024-02-03On OpenBSD we always want IBT-compatible PLT entries. Currently we useMark Kettenis
2024-01-31Swap the r10 and rcx registers in the amd64 trapframe so that thePhilip Guenther
2024-01-26update libcxx, libcxxabi and libunwind to 16.0.6;Robert Nagy
2024-01-26merge llvm libcxx 16.0.6Robert Nagy
2024-01-26import of libcxx-16.0.6Robert Nagy
2024-01-26merge llvm libcxxabi 16.0.6Robert Nagy
2021-04-28Import libc++ 11.1.0 release.Patrick Wildt
2021-01-02Import libc++ 10.0.1 release.Patrick Wildt
2024-01-26import of libcxxabi 16.0.6Robert Nagy
2024-01-26merge llvm libunwind 16.0.6Robert Nagy
2024-01-26import of llvm libunwind 16.0.6Robert Nagy
2024-01-26merge llvm compiler-rt 16.0.6Robert Nagy
2024-01-26import llvm compiler-rt 16.0.6Robert Nagy
2021-01-02Import libc++abi 10.0.1 release.Patrick Wildt
2020-08-10Import compiler-rt 10.0.1 release.Patrick Wildt
2024-01-15From "Lorenz (xha)" (me(at)xha.li): teach binutils how to assemblePhilip Guenther
2024-01-11Add basic support for R_386_GOT32XJeremie Courreges-Anglas
2023-12-23Update to perl 5.36.3Andrew Fresh
2023-12-13OSF/1 placed alpha binaries above 4G. This affects our nopie binaries,Theo de Raadt
2023-12-07Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment.Mark Kettenis
2023-12-04protect access to the gnu warning map with a mutex to avoid random crashesRobert Nagy
2023-12-03Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment.Mark Kettenis
2023-11-26Add arm64 bti pads for range extension thunks.Tobias Heider
2023-11-26Fix read/write past buffer endAndrew Fresh
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-11-21Add '-e' (or -eltorito-boot-efi) option for writing an EFI eltorito bootJonathan Matthew
2023-11-20Stop erroring out when .gcc_except_table relocs point at discarded sectionsJeremie Courreges-Anglas
2023-11-20Code changes between llvm 13 and 16 mean that we have to drop the final dotMark Kettenis
2023-11-20Restore lost patch: downgrade RISCV ABI mismatch error to a warningJeremie Courreges-Anglas
2023-11-20only enable bti and pac by default on arm64Jonathan Gray
2023-11-19Disable LOAD_STACK_GUARD on OpenBSD/armv7. It seems the implementationMark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-11-19Fix cc -ftrapping-math on macppcGeorge Koehler
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-11-17Use -mxgot to avoid GOT overflow during build on mips64.Visa Hankala