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 #3 from burnus at gcc dot gnu dot org  2007-03-08 17:06 -------
> 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

I couldn't find anything about this in the .texi documentation, but anyway this
is target specific and has nothing to do with the Fortran frontend. It seems as
if --add-stdcall-alias is indeed what you want, but reading the manpage -mrtd
seems to do something different and -mrtd seems to work.

=> component: Target


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fortran                     |target


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]