mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 01:48:46 +08:00
dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04 patches.
doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user