-
Committer:
Abdulaziz Ghuloum
-
Date:
2008-10-07 06:46:56 UTC
-
Revision ID:
aghuloum@cs.indiana.edu-20081007064656-av1z41qfgoch0k5k
- defined RTLD_LOCAL for cygwin (possibly incorrect)
- added a missing save to a callee-save register (%edi)
when entering/reentering to Scheme which caused Ikarus
not to run properly depending on whether or not gcc places
the pcb in %edi or not during Scheme execution.
- updated lab/test-ffi.ss to use the new names for foreign
types, etc.