summaryrefslogtreecommitdiffstats
path: root/gnu (follow)
Commit message (Expand)AuthorAgeFilesLines
* CXXFLAGS are the correct spelling for c++ options.tedu2019-01-191-3/+3
* Use a 64-bit register when required for inline asm on sparc64.kettenis2019-01-171-0/+2
* Fix the inter-library dependency for libedit and libreadline.yasuoka2019-01-151-3/+3
* Map SHT_LLVM_ADDRSIG to stringguenther2019-01-131-0/+1
* Ignore LLVM 7's ADDRSIG section.guenther2019-01-132-0/+5
* Check for the CPU architecture and not the system architecture whennaddy2019-01-121-3/+4
* disable the correct performance options, per-architecturederaadt2019-01-111-3/+6
* Drop dead links to loria.fr and cvshome.orgjca2019-01-105-54/+0
* Disable ret-protector and retpoline protections in the clang compilerbluhm2019-01-081-2/+5
* Don't print "allocated section '.foobar' not in segment" warning forkettenis2019-01-071-6/+9
* Make gas ignore the ".set hardfloat" directive on mips64.visa2019-01-041-0/+2
* Turn on -mretpoline by default in clang on amd64, but turn it offguenther2018-12-302-0/+9
* The %b printf extension in the kernel is not fixed to a int type. On sparc64claudio2018-12-293-13/+38
* Remove unused static function since clang errors out because of this.claudio2018-12-251-12/+0
* Add support for R_MIPS_PC32 relocation. It is needed for linking codevisa2018-12-221-0/+20
* The scripts just tests whether GENERATE_PIE_SCRIPT is set and ignores itsguenther2018-12-181-1/+1
* Generate PIE ldscripts on armv7, hppa, and sh, so that there are symbolsguenther2018-12-183-0/+3
* Add PN_XNUM support to libbfd so objdump and gdb can handle coreguenther2018-12-116-3/+87
* Core files with >65535 sections have to use PN_XNUM and a section headerguenther2018-12-062-1/+9
* Merge post-2.17 but pre-GPLv3 diffs that add support for DT_GNU_HASHguenther2018-12-0312-68/+675
* Fix various overflows in perlafresh12018-11-297-60/+128
* Record an inter-library dependency on libcurses in libedit and libreadline,sthen2018-11-141-1/+3
* Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASHguenther2018-11-131-0/+1
* Eliminate use of sbrk (was only used to print a diagnostic).daniel2018-11-101-1/+1
* Generate __data_start symbol that marks the start of .data when __data_startkettenis2018-10-243-0/+8
* Size static array correctly for the numerically highest index used tonaddy2018-10-242-2/+2
* Add support for -z initfirst.kettenis2018-10-233-0/+4
* Accept both `--foo bar` and `--foo=bar` styles options.naddy2018-10-221-15/+13
* When checking out certain commits by date, cvs got confused. Ifbluhm2018-10-221-1/+3
* When merging sections into the output, lld tries to adjust the alignment ofkettenis2018-10-211-1/+3
* Enable the integrated assembler on mips64.visa2018-10-212-4/+11
* lldb after release, reasons.deraadt2018-10-051-2/+2
* Add infrastructure to compile and link LLDB. Inspecting core filespatrick2018-10-0446-10/+1865
* Allow preemption of functions with protected visibility. Disallowing thiskettenis2018-09-291-1/+2
* Backport support for option -a to addr2line, which will display each addressanton2018-09-182-2/+21
* Pass -L/usr/lib to the linker in preparation for switching to lld, whichnaddy2018-09-142-2/+4
* Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@naddy2018-09-144-12/+20
* Fix --exclude-libs option. Based on code already committed upstream.kettenis2018-09-111-1/+1
* Teach binutils how to assemble INVPCID and how to disassembleguenther2018-09-093-7/+26
* When installing the link to rcs2log, set the owner on the link itselfmillert2018-08-161-1/+1
* Add retguard for arm64.mortimer2018-08-128-3/+216
* Refactor retguard to make adding additional arches easier.mortimer2018-08-1211-257/+458
* Add -fno-ret-protector for arm64.mortimer2018-07-281-2/+2
* Add infrastructure to install lld as the default linker. The old GNU linkerkettenis2018-07-263-6/+14
* inform that diagnostics in functions won't work, but don't error outespie2018-07-201-1/+1
* do not pick up groff from /usr/local/bin in configure, noticed by benno@;naddy2018-07-111-1/+3
* Fix a few, but not all, clang warnings: Use "%s" to print modifiabletb2018-07-106-25/+19
* Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames.guenther2018-07-101-10/+6
* Explicitly pass -L/usr/lib to the linker. Needed for switching to lld(1)kettenis2018-07-081-1/+2
* Make intrframe the exact same size as trapframe: instead of pushingguenther2018-07-031-11/+1