summaryrefslogtreecommitdiffstats
path: root/binutils/doc
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-09-06 20:00:55 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-09-06 20:00:55 +0000
commitd597aff735ca792afe4d7508fe83e7891e50e5e9 (patch)
treea1361aa7b82bbe5f4091361b209708d41a2c274b /binutils/doc
parent9a0789ec7d034bb1035cf559381c624f8a50734e (diff)
downloadppe42-binutils-d597aff735ca792afe4d7508fe83e7891e50e5e9.tar.gz
ppe42-binutils-d597aff735ca792afe4d7508fe83e7891e50e5e9.zip
* doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
documentation.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 0a80a0d96e..20132c8165 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -3042,13 +3042,15 @@ means!
@itemx --add-underscore
Specifies that when @command{dlltool} is creating the exports file it
should prepend an underscore to the names of the exported functions.
+The option is ignored for symbols with an explicit internal name
+specification provided in a .def file.
@item -k
@itemx --kill-at
Specifies that when @command{dlltool} is creating the exports file it
-should not append the string @samp{@@ <number>}. These numbers are
-called ordinal numbers and they represent another way of accessing the
-function in a DLL, other than by name.
+should not append the string @samp{@@ <number>} The option is ignored
+for symbols with an explicit internal name specification provided in a
+.def file.
@item -A
@itemx --add-stdcall-alias
OpenPOWER on IntegriCloud