summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
AgeCommit message (Expand)Author
2020-12-15Retire obsolete GDB 6.1.1Ed Maste
2020-06-07Remove now-unused GNU as build infrastructureEd Maste
2020-06-07Retire BINUTILS and BINUTILS_BOOTSTRAP optionsEd Maste
2020-06-06Remove GNU objcopy and objdump build infrastructureEd Maste
2020-05-30binutils: build as with BINUTILS || BINUTILS_BOOTSTRAPEd Maste
2020-05-06binutils: disconnect objdump from the buildEd Maste
2020-03-27remove binutils ld leftoversEd Maste
2020-03-27Now that there are no remaining users of ld.bfd, remove the ld subdir.Brandon Bergren
2020-03-27[PowerPC] Switch powerpc and powerpcspe to lldBrandon Bergren
2020-01-19limit building GNU assembler (as) to x86Ed Maste
2020-01-14limit ld.bfd to powerpcEd Maste
2019-08-01as: add deprecation notice to the man pageEd Maste
2019-08-01objdump: be explicit that GNU objdump that will be removedEd Maste
2019-08-01objdump: move deprecation notice to indended spot in the man pageEd Maste
2019-05-20[PPC] Enable build/install of ld.bfd on baseLeandro Lupori
2019-03-25Apply WITH_PIE changes to other binutils componentsEd Maste
2019-03-25Fix GNU objdump build under WITH_PIEEd Maste
2019-03-06Divorce MK_GDB from MK_BINUTILS.John Baldwin
2019-01-09Avoid bsd.files.mk duplicate rule warning for bfd ldscriptsAlex Richardson
2018-11-26Do not install GNU ld if lld is /usr/bin/ldEd Maste
2018-09-21Disable sbrk() use in GNU tools.Brooks Davis
2018-07-06Teach binutils that arm64 is a 64bit architecture. This is needed to crossAndrew Turner
2018-06-20Rework how the ld link is handled in WORLDTMP from r322811.Bryan Drewery
2018-06-15objdump.1: manually apply r229046 to the rendered man pageEd Maste
2018-03-04When lld is ld, install bfd's man page as ld.bfd.1Ed Maste
2017-10-31Rename RELTOP since it will mean something else globally.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-05Support armv7 builds for userlandWarner Losh
2017-09-09Remove redundant source and object files.Jonathan Anderson
2017-08-14Convert all the arm big endian tests into a regexp rather than a list.Warner Losh
2017-08-12Make _TO_CPUARCH macro for ARCH to CPUARCH conversionsWarner Losh
2017-01-27Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CCEd Maste
2017-01-06Enable /usr/lib32 for o32 binaries on mips64.John Baldwin
2016-11-25Add WITH_LLD_AS_LD build knobEd Maste
2016-10-31Add full softfloat and hardfloat support for MIPS.Ruslan Bukin
2016-10-22Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits
2016-10-03Retire WITHOUT_ELFCOPY_AS_OBJCOPY optionEd Maste
2016-07-13Revert r302670 and r302671 for now.Bryan Drewery
2016-07-12Create one list of replacements for MACHINE_CPUARCH as MACHINE_CPUARCH_SUB.Bryan Drewery
2016-05-18Make armv6 hard float abi by default. Kill armv6hf.Warner Losh
2016-03-02MFHGlen Barber
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2016-01-07MFHGlen Barber
2016-01-07Switch GNU ld to be installed as ld.bfd and linked as ldEd Maste
2016-01-04MFH r289384-r293170Glen Barber
2015-12-23Install ld also as ld.bfd, for use with cc -fuse-ld=bfdEd Maste
2015-11-25META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery
2015-11-24Fix ld not respecting --sysroot.Bryan Drewery
2015-10-16Avoid warning race with creating 'ldscripts' directory during build.Bryan Drewery
2015-10-09Merge from headBaptiste Daroussin