summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2019-02-25add sources matching unresolved symbols seen using Mesa with libLLVMJonathan Gray
2019-02-24Remove -S from install commandskn
2019-02-14When bsd.lib.mk builds shared libraries it builds with -DPIC whichJonathan Gray
2019-02-13Apply pre-built unicore patch, remove excess files - perl-5.28.1Andrew Fresh
2019-02-13Apply local patches, remove excess files - perl-5.28.1Andrew Fresh
2019-02-13Fix merge issues, remove excess files - match perl-5.28.1 distAndrew Fresh
2019-02-13Import perl-5.28.1Andrew Fresh
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
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-02-01Fix gdb can handle prologues which has the retguard and teach gdb thatYASUOKA Masahiko
2004-05-21GDB 6.1 (excluding .info files)Mark Kettenis
2019-01-31Map SHT_LLVM_LINKER_OPTIONS to stringMark Kettenis
2019-01-31Ignore LLVM 7's LINKER_OPTIONS section.Mark Kettenis
2019-01-29Correct LLVM backend version.Patrick Wildt
2019-01-29add AMDGPUCodeGenJonathan Gray
2019-01-29add Makefiles for AMDGPU targetJonathan Gray
2019-01-27Install lldb's manpage directly from the GNU directory, like lld does.Patrick Wildt
2019-01-27regenPatrick Wildt
2019-01-27Remove specific clang version from check for clang.Patrick Wildt
2019-01-27Update clang build infrastructure for LLVM 7.0.1.Patrick Wildt
2019-01-19CXXFLAGS are the correct spelling for c++ options.Ted Unangst
2019-01-13Map SHT_LLVM_ADDRSIG to stringPhilip Guenther
2019-01-13Ignore LLVM 7's ADDRSIG section.Philip Guenther
2019-01-12Check for the CPU architecture and not the system architecture whenChristian Weisgerber
2019-01-11disable the correct performance options, per-architectureTheo de Raadt
2019-01-10Drop dead links to loria.fr and cvshome.orgJeremie Courreges-Anglas
1995-12-19raw import of cvs-1.6Theo de Raadt
2019-01-08Disable ret-protector and retpoline protections in the clang compilerAlexander Bluhm
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
2018-12-22Add support for R_MIPS_PC32 relocation. It is needed for linking codeVisa Hankala
2018-12-18The scripts just tests whether GENERATE_PIE_SCRIPT is set and ignores itsPhilip Guenther
2018-12-18Generate PIE ldscripts on armv7, hppa, and sh, so that there are symbolsPhilip Guenther
2018-12-11Add PN_XNUM support to libbfd so objdump and gdb can handle corePhilip Guenther
2018-12-06Core files with >65535 sections have to use PN_XNUM and a section headerPhilip Guenther
2018-12-03Merge post-2.17 but pre-GPLv3 diffs that add support for DT_GNU_HASHPhilip Guenther
2018-11-29Fix various overflows in perlAndrew Fresh
2018-11-13Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASHPhilip Guenther
2018-10-24Size static array correctly for the numerically highest index used toChristian Weisgerber
2018-10-22When checking out certain commits by date, cvs got confused. IfAlexander Bluhm
2018-10-05lldb after release, reasons.Theo de Raadt
2018-10-04Add infrastructure to compile and link LLDB. Inspecting core filesPatrick Wildt
2018-09-18Backport support for option -a to addr2line, which will display each addressanton
2018-09-14Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@Christian Weisgerber
2018-09-09Teach binutils how to assemble INVPCID and how to disassemblePhilip Guenther
2018-08-16When installing the link to rcs2log, set the owner on the link itselfTodd C. Miller
2018-08-12Add retguard for arm64.mortimer