summaryrefslogtreecommitdiff
path: root/sys/conf/makegap.sh
AgeCommit message (Expand)Author
2018-01-25Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64.Martin Pieuchot
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-06-26RANDOM1 was subject to rather bad modulus bias. Improve the situation a bitTheo Buehler
2017-06-26note.ABI-tag and .MIPS.options are not needed anymore whenTheo de Raadt
2017-06-25lld's linker-script parser has to be fixed to accept ; after LONG()Theo de Raadt
2017-06-25ldd is more strict wrt semicolons, they can only appear after anOtto Moerbeek
2017-06-22Generate a gap.link script, and use that to generate gap.o. On multi-ABITheo de Raadt
2017-06-05include machine/param.h before machine.asm.h because uhm alpha.Theo de Raadt
2017-06-05Avoid use of _C_LABEL, since it is not portable to all our architectures.Theo de Raadt
2017-06-04Don't need to provide a padbyte value for .bss, it will always be 0Theo de Raadt
2017-06-03".section .bss" is portable to more platforms than plain ".bss"Theo de Raadt
2017-06-03use .balign instead of .align, it is portable to more architecturesTheo de Raadt
2017-06-02typo; meant to say locore0.STheo de Raadt
2017-05-31Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt