summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2016-09-18Use ${INSTALL} instead of install, like in all the other Makefile's.Martin Natano
2016-09-17For now, force soft-float; our kernel doesn't support saving the FPU state yet.Mark Kettenis
2016-09-17Fix types for OpenBSD/arm.Mark Kettenis
2016-09-17Add missing build infrastructure for arm.Mark Kettenis
2016-09-16Hardcode STRIP=/usr/bin/strip so that install -s worksPhilip Guenther
2016-09-16Don't check if target directory is writeable. This gets in the way ofMartin Natano
2016-09-14Disable --gc-sections on powerpc, for it is broken.Jeremie Courreges-Anglas
2016-09-11Install binaries, scripts and documentation with the usual owner/group/mode.Martin Natano
2016-09-11Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}Philip Guenther
2016-09-10Bring in FreeBSD changes to prevent clang triggeringJonathan Gray
2016-09-10use an unused attribute on a function argument to avoid -Wself-assignJonathan Gray
2016-09-09Handle -p as an alias of -pg. From the ports patch.Jonathan Gray
2016-09-08Use rcrt0.o instead of crt0.o for -static -pie executables.Mark Kettenis
2016-09-08Have "make cleandir" work everywhere in the clang tree.Pascal Stumpf
2016-09-07Backport https://reviews.llvm.org/rL279449 from upstreamStefan Kempf
2016-09-06Link to -lcompiler_rt instead of -lgcc.Pascal Stumpf
2016-09-05libunwind relies on the EH frame header. Our OpenBSD frontend codePatrick Wildt
2016-09-05Fix "make depend".Pascal Stumpf
2016-09-05Let clang use libc++/libc++abi and its header files per default. You can stillPascal Stumpf
2016-09-05Link static PIEs with the correct C runtime (rcrt0.o).Pascal Stumpf
2016-09-05I was bound to forget some files ...Pascal Stumpf
2016-09-05LLVM/Clang build system. This only builds the bare minimum of what is neededPascal Stumpf
2016-09-04httpS://www.openbsd.org/Theo Buehler
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2016-09-03clarify purpose of src/gnu/ directory.Sebastian Benoit
2016-09-03Tests about TLS relocations that should only apply when building aPhilip Guenther
2016-09-03Revert rev 1.15: RELRO is working so we no longer need special handlingPhilip Guenther
2016-09-03RELRO Just Works on m88k so remove the #if: RELRO everywhere!Philip Guenther
2016-09-03Mark the PLT as RWX so that ld.so's generic RWX->RW->RX logic can bePhilip Guenther
2016-09-02Make build deterministic by removing a line that records the date ofTheo Buehler
2016-09-01Re-enable libobjc on arm.Mark Kettenis
2016-09-01Implement exception handling for ARM EABI. Cobbled together from bits ofMark Kettenis
2016-09-01Really stop linking perl to pthreadAndrew Fresh
2016-09-01Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABIPatrick Wildt
2016-09-01remove three more sparc references noticed by jsgTed Unangst
1999-05-26So long, and thanks for all the bugs.Marc Espie
1998-03-08update to gcc 2.8.1Todd C. Miller
1998-03-03GCC 2.8.0 mergeNiklas Hallqvist
1996-08-15Merge of GCC 2.7.2.1Niklas Hallqvist
1995-12-20FSF GCC version 2.7.2Niklas Hallqvist
2016-08-31admin: add -C option to set a revision's commitidJoshua Stein
2016-08-16When the commit message is empty, don't default to c)ontinueTheo Buehler
2016-08-14Turning off relro shouldn't insert padding into the middle of the relroPhilip Guenther
2016-08-10auto-dope-slap: mips64 has 16K pages, not 4K. With that fixed, enable RELROPhilip Guenther
2016-08-10Teach readelf and objdump about the PT_OPENBSD_BOOTDATA section value.Philip Guenther
2016-08-10Cover your kid's remaining eye and lock up the pets for the great old onesPhilip Guenther
2016-08-07Since we have kbind(2), we don't need -znow to use -zrelroPhilip Guenther
2016-08-07If an output section is skipped because of a constraint, then skip itPhilip Guenther
2016-08-01Make sure variables are initialized before using themStefan Kempf
2016-07-30Revert unneeded version bump for perl modulesAndrew Fresh