This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi 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]

win64 patches


I will be committing a number of patches for win64 as part of the process of getting gcj to build under mingw-64. These should only have the capacity to affect other x86-based builds, but the changes that are cross-platform are primarily of the nature of changing some coding patterns like the following:

// less desirable
(int)(long)ptr

// more portable
(intptr_t)ptr


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