summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-01-19CXXFLAGS are the correct spelling for c++ options.Ted Unangst
2019-01-17Use a 64-bit register when required for inline asm on sparc64.Mark Kettenis
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-01-15Fix the inter-library dependency for libedit and libreadline.YASUOKA Masahiko
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-30Turn on -mretpoline by default in clang on amd64, but turn it offPhilip Guenther
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2018-12-29The %b printf extension in the kernel is not fixed to a int type. On sparc64Claudio Jeker
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
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-14Record an inter-library dependency on libcurses in libedit and libreadline,Stuart Henderson
2018-11-13Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASHPhilip Guenther
2018-11-10Eliminate use of sbrk (was only used to print a diagnostic).Daniel Dickman
2018-10-24Generate __data_start symbol that marks the start of .data when __data_startMark Kettenis
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2018-10-24Size static array correctly for the numerically highest index used toChristian Weisgerber
2018-10-23Add support for -z initfirst.Mark Kettenis
2018-10-22Accept both `--foo bar` and `--foo=bar` styles options.Christian Weisgerber
2018-10-22When checking out certain commits by date, cvs got confused. IfAlexander Bluhm
2018-10-21When merging sections into the output, lld tries to adjust the alignment ofMark Kettenis
2018-10-21Enable the integrated assembler on mips64.Visa Hankala
2017-10-04Import LLVM 5.0.0 release including clang, lld and lldb.Patrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2018-10-05lldb after release, reasons.Theo de Raadt
2018-10-04Add infrastructure to compile and link LLDB. Inspecting core filesPatrick Wildt
2018-09-29Allow preemption of functions with protected visibility. Disallowing thisMark Kettenis
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2018-09-18Backport support for option -a to addr2line, which will display each addressanton
2018-09-14Pass -L/usr/lib to the linker in preparation for switching to lld, whichChristian Weisgerber
2018-09-14Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@Christian Weisgerber
2018-09-11Fix --exclude-libs option. Based on code already committed upstream.Mark Kettenis
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