This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/31073] symbol names are not created with stdcall syntax



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]