summaryrefslogtreecommitdiffstats
path: root/usr.bin/keylogout
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-11 20:36:11 +0000
committerjb <jb@FreeBSD.org>1998-03-11 20:36:11 +0000
commitc5a6510ddae9a514fe4af478b3a9f4335cabcb4f (patch)
tree437f7c89a8571182b79e535c41195ea64ddc1dd3 /usr.bin/keylogout
parent8a94357dec452ef32e2037dda37bcc58eb2c64c5 (diff)
downloadFreeBSD-src-c5a6510ddae9a514fe4af478b3a9f4335cabcb4f.zip
FreeBSD-src-c5a6510ddae9a514fe4af478b3a9f4335cabcb4f.tar.gz
Sharing the crt sources with i386-elf wasn't too successful. The crti
asm code didn't link the way it was supposed to and the calling convention for the entry "function" turned out to be very different. On alpha it's a true function, but on i386 it's a fudge. Blech. So jdp suggested keeping separate sets of source and avoiding lots of #ifdefs. These files are based on his i386-elf code, with crt1.c borrowing code from NetBSD's crt0. The copyright reflects that. Complicating matters, the code turned out to be difficult to bootstrap build using NetBSD tools. To compile against the FreeBSD rtld header requires FreeBSD specific headers, but these can't be installed until the tools are built, and they can't be built without the FreeBSD crt objects. Anal retentive. So I introduced a HAVE_RTLD #define that isn't set during the build process until all the tools are built and the headers installed.
Diffstat (limited to 'usr.bin/keylogout')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud