This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


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

fastcall support


 
 I am just about ready to relaeas an *experimental* version of gcc-2.95.3
and binutils-2.11.92 for mingw with Eric's fastcall support.  A few details
to resolve:

1) How should --add-stdcall-alias "undecorate" fastcall symbols:
a) Leave alone
b) Add alias: foo = @foo@n (strip off prefix and suffix)
c) Add alias: @foo = @foo@n (strip off suffix on;y)

2) Similarly, what should --kill-at do. (as above)

3) What should -U do to fastcall symbols
a) Nothing
b) _@foo@n = @foo@n
c) _foo@n  = @foo@n

Danny

http://briefcase.yahoo.com.au - Yahoo! Briefcase
- Manage your files online.


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