diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-06-24 22:45:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-06-24 22:45:34 +0000 |
commit | dd8eccf37911c51bb235e0ad7d25c02751b60d48 (patch) | |
tree | 7590edabc47b149518074fee40008c1d79f953fe /sys/compat/aout/files.aout | |
parent | 817ecac2e2ca954de96eab1d2a48544a1d6f8524 (diff) |
a.out emulation for dynamic binaries: intercept the right system calls
so that they look in /emul/a.out first. This allows a.out's ld.so to
find its own libraries without interfering with ELF at all.
Many comments from various people. okay deraadt@
Diffstat (limited to 'sys/compat/aout/files.aout')
-rw-r--r-- | sys/compat/aout/files.aout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/compat/aout/files.aout b/sys/compat/aout/files.aout new file mode 100644 index 00000000000..131b526ea60 --- /dev/null +++ b/sys/compat/aout/files.aout @@ -0,0 +1,6 @@ +# $OpenBSD: files.aout,v 1.1 2003/06/24 22:45:33 espie Exp $ +# +# machine-independent a.out compat code. +# Included by ports that need it. + +file compat/aout/compat_aout.c compat_aout |