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

2007-03-09 Thread dannysmith at users dot sourceforge dot net
--- Comment #10 from dannysmith at users dot sourceforge dot net 2007-03-10 01:51 --- In dlls buit by MS windows native toolchain (eg the win32api system libraries), exported functions are built with __stdcall calling convention, but are exported without any decoration, eg, WinFooFoo is

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

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2007-03-09 17:08 --- In fact this is an enhancement and really there just needs a new win32 option for this feature. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

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

2007-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-03-09 17:05 --- This is not that much of a blocker, really. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

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

2007-03-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-03-09 15:23 --- (In reply to comment #6) > when typing gfortran --target-help those options are all listed as compiler > options. We all agree it's a bug: compiler, assembler and linker options are listed there indifferently. I

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

2007-03-08 Thread wt at simpack dot de
--- Comment #6 from wt at simpack dot de 2007-03-09 07:39 --- guys, is absolutely agree that what g95 does is of no concern here. However the problems we are experienceing are with gfortran (the link attached in the previous statement contained info about both gfortran and g95). when ty

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

2007-03-08 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2007-03-08 17:58 --- > Other source in the web (e.g.: > http://04.code-hosting.com/Fortran/1509485-g95---how-to-build-a-DLL ) > point out the -mrtd would be the option to do the trick. > None of that works. What g95 does is on absolutel

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

2007-03-08 Thread pinskia 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-aliasExport symbols with and without @nn > --disable-stdcall-fixupDon't link _sym to [EMAIL PROTECTED] > --enable-stdcall-fixup

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

2007-03-08 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-03-08 17:06 --- > gfortran --target-help > --add-stdcall-aliasExport symbols with and without @nn > --disable-stdcall-fixupDon't link _sym to [EMAIL PROTECTED] > --enable-stdcall-fixup Li