summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2010-06-20 10:42:12 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-29 16:30:52 +0100
commitaf164f42c91e976802628de8195d84299a251ba9 (patch)
treed72507c6ace88133f925584026060f54742217b4 /man
parent6632a39575ae931f0532c84d78245c012fbb8773 (diff)
downloaddev86-af164f42c91e976802628de8195d84299a251ba9.tar.gz
Add support for creating V7 executables
Only really usable for executables; relocatables can still happily use the new (Linux, ELKS, 386BSD) format. Probably only impure executables will be correctly generated; moreover without a symbol table.
Diffstat (limited to 'man')
-rw-r--r--man/ld86.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/ld86.1 b/man/ld86.1
index 7a87473..7665e65 100644
--- a/man/ld86.1
+++ b/man/ld86.1
@@ -38,6 +38,9 @@ produce header with 16-bit magic
produce header with 32-bit magic
.\"and use library subdir i386 for -lx
.TP
+.B -7
+produce Seventh Edition UNIX a.out header.
+.TP
.B -d
delete the header from the output file, used for MSDOS COM files. As a side
effect this also includes -s as there's nowhere to put a symbol table.