summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils-2.17
AgeCommit message (Expand)Author
2022-10-28Build and install binutils-2.17's version of c++filt(1), since we alreadyMiod Vallat
2022-10-28Decode DT_MIPS_RLD_MAP_REL.Mark Kettenis
2022-10-28Implement DT_MIPS_RLD_MAP_REL support and add such an entry to PIEMark Kettenis
2022-10-07In the linkers, collect objects in section "openbsd.mutable" and placeTheo de Raadt
2022-03-23use llvm-ranlib where llvm-ar is used so that they are in line with eachRobert Nagy
2022-02-17binutils-2.17 does not have ld or gas available for the aarch64, powerpc64, orPeter Hessler
2021-12-25Sync DF_1_* flag definitions with llvm 13, including support inPhilip Guenther
2021-12-22Avoid GNU printf extension to use 'L' length modifier with a intJonathan Gray
2021-12-17Avoid errors about clang13-only options here, to ease transitionJeremie Courreges-Anglas
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-11-23add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriverRobert Nagy
2021-11-12Teach binutils enough about RELR relocations to not break them and forPhilip Guenther
2021-10-12Do not extend PT_DYNAMIC segment on mips64Visa Hankala
2021-07-24Pretty print ELF machine name as "RISC-V"Jeremie Courreges-Anglas
2021-06-25minimalistic diff to use %ld instead of %d for ptrdiff printingTheo de Raadt
2021-06-24add some aarch64 bits missed in Makefile.in 1.6Jonathan Gray
2021-06-24repair missing dependencies against bfd.h for riscv64Theo de Raadt
2021-06-21correct riscv64 blocksTheo de Raadt
2021-05-05riscv64 binutils 'support'Dale Rahn
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2021-05-03recognise a small number of riscv relocations in readelfJonathan Gray
2021-01-28Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common.mortimer
2020-07-31Use consistent types in comparison to fix build with clang 10.Visa Hankala
2020-07-23change bfd amd64 ELF_MAXPAGESIZE from 1M to 4KJonathan Gray
2020-07-22Add a few missing elocations.Mark Kettenis
2020-06-18avoid -Wpointer-compare warning which broke build with clang 10Jonathan Gray
2020-05-31Don't build the rs6000coff_vec and rs6000coff64_vec targets. TheseMark Kettenis
2020-05-30Initial set of changes to build powerpc64 toolchain.Dale Rahn
2020-05-29Adjust some PPC ELF code to return -1 instead of doing pointerPatrick Wildt
2020-04-09Make sure that we generate a PLT when a plabel is required even forMark Kettenis
2020-01-03avoid build race condition: our make has an "expensive job" heuristicMarc Espie
2019-12-21a few depend:-related thingies that were still in.Marc Espie
2019-12-17not renaming those temp files should be fatalMarc Espie
2019-11-08Silence the compiler on 64bits archs where sizeof(void *) != sizeof(int).Martin Pieuchot
2019-08-11Various fixes to make this compile with clang on powerpc.Mark Kettenis
2019-05-17stop using the moribund MLINKS bsd.man.mk feature;Ingo Schwarze
2019-04-15Use literals as format strings. This fixes an error reported by clang.Visa Hankala
2019-04-15Add a type cast to silence clang error about an implicit conversionVisa Hankala
2019-03-01Fix a crash: don't assume that all input files are ELF objectsJeremie Courreges-Anglas
2019-02-24Remove -S from install commandskn
2019-02-05Fix addend handling for relaxing R_PPC_PLTREL24 relocations. This issue hasMark Kettenis
2019-02-03Add some fixes from upstream to the code that parses .eh_frame sectionsMark Kettenis
2019-01-31Map SHT_LLVM_LINKER_OPTIONS to stringMark Kettenis
2019-01-31Ignore LLVM 7's LINKER_OPTIONS section.Mark Kettenis
2019-01-27Remove specific clang version from check for clang.Patrick Wildt
2019-01-13Map SHT_LLVM_ADDRSIG to stringPhilip Guenther
2019-01-13Ignore LLVM 7's ADDRSIG section.Philip Guenther
2019-01-07Don't print "allocated section '.foobar' not in segment" warning forMark Kettenis
2019-01-04Make gas ignore the ".set hardfloat" directive on mips64.Visa Hankala
2018-12-25Remove unused static function since clang errors out because of this.Claudio Jeker