From: Danny Smith Date: Mon, 6 Sep 2004 20:00:55 +0000 (+0000) Subject: * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at X-Git-Tag: insight_6_8-branchpoint~6695 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2c4a7cf1b13e39c507502db15c71cf93b57c6b09;p=pf3gnuchains%2Fpf3gnuchains4x.git * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at documentation. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index aec71ea083..67da777882 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,9 +1,14 @@ +2004-09-06 Danny Smith + + * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at + documentation. + 2004-09-06 Michael Wardle * doc/binutils.texi (objdump): Document that the -x switch includes the effect of the -p switch. -2004-09-04 Danny Smith +2004-09-04 Danny Smith * dlltool.c (make_one_lib_file): Test if internal_name was specified by user before using it. 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{@@ }. 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{@@ } The option is ignored +for symbols with an explicit internal name specification provided in a +.def file. @item -A @itemx --add-stdcall-alias