[Bug target/31073] symbol names are not created with stdcall syntax
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 8 17:54:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list