aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-10-08 09:49:14 +0000
committerNick Clifton <nickc@redhat.com>2004-10-08 09:49:14 +0000
commitd67a454c81bb8395692342d517d935e8bcaa882e (patch)
treeeddbfb75a65e130a7bdf12264e20e25772c8a11b /binutils/doc
parent61ee279cebdbb701d5cfcc353c76bd930ba56eff (diff)
downloadfsf-binutils-gdb-d67a454c81bb8395692342d517d935e8bcaa882e.zip
fsf-binutils-gdb-d67a454c81bb8395692342d517d935e8bcaa882e.tar.gz
fsf-binutils-gdb-d67a454c81bb8395692342d517d935e8bcaa882e.tar.bz2
dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04 patches.
doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 20132c8..0a80a0d 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -3042,15 +3042,13 @@ 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>} The option is ignored
-for symbols with an explicit internal name specification provided in a
-.def file.
+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.
@item -A
@itemx --add-stdcall-alias