summaryrefslogtreecommitdiff
path: root/man/ld86.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/ld86.1')
-rw-r--r--man/ld86.16
1 files changed, 5 insertions, 1 deletions
diff --git a/man/ld86.1 b/man/ld86.1
index aa83919..de762dd 100644
--- a/man/ld86.1
+++ b/man/ld86.1
@@ -1,4 +1,4 @@
-.TH ld86 1 "Oct, 1996"
+.TH ld86 1 "Jan, 1997"
.BY Bruce Evans
.nh
.SH NAME
@@ -12,6 +12,7 @@ ld86 \- Linker for as86(1)
.RB [ -Llibdir ]
.RB [ -Olibfile ]
.RB [ -Ttextaddr ]
+.RB [ -Hheapsize ]
.RB [ -Ddataaddr ]
.B infile...
@@ -47,6 +48,9 @@ add file libdir-from-search/crtx.o to list of files linked
.B -D
data base address follows (in format suitable for strtoul)
.TP
+.B -H
+the top of heap (initial stack) address (in format suitable for strtoul)
+.TP
.B -Lx
add dir name x to the head of the list of library dirs searched
.TP