summaryrefslogtreecommitdiff
path: root/man/ld86.1
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-02-25 20:42:19 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:38:07 +0200
commit4c36e9a0c125ccfff37aa440dab2cf58c4152fff (patch)
treea5d9c84ba2661029ddb2223dacd50529a361c3d5 /man/ld86.1
parentf8de35da65c5d93bb733073cf40da154bc1c0748 (diff)
parent9696d7b0e1f3a1b0f5fd4a0428eb75afe8ad4ed6 (diff)
downloaddev86-4c36e9a0c125ccfff37aa440dab2cf58c4152fff.tar.gz
Import Dev86src-0.0.11.tar.gzv0.0.11
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