mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
documentation.
This commit is contained in:
parent
9a0789ec7d
commit
d597aff735
@ -1,9 +1,14 @@
|
||||
2004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
|
||||
documentation.
|
||||
|
||||
2004-09-06 Michael Wardle <mbw@endbracket.net>
|
||||
|
||||
* doc/binutils.texi (objdump): Document that the -x switch includes
|
||||
the effect of the -p switch.
|
||||
|
||||
2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* dlltool.c (make_one_lib_file): Test if internal_name was
|
||||
specified by user before using it.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user