This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/31073] symbol names are not created with stdcall syntax
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Mar 2007 17:54:40 -0000
- Subject: [Bug target/31073] symbol names are not created with stdcall syntax
- References: <bug-31073-14203@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2007-03-08 17:54 -------
>gfortran --target-help
> ...
> --add-stdcall-alias Export symbols with and without @nn
> --disable-stdcall-fixup Don't link _sym to _sym@nn
> --enable-stdcall-fixup Link _sym to _sym@nn without warnings
Those are most likely assembler or linker options, which you can supply using
-Wa,--option or -Wl,--option depending on if they are an assembler or linker
option.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31073