Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.30-1 | 2014-04-21 | ||
1.31-1 | 2014-04-21 | ||
1.32-1 | 2014-04-21 | ||
1.35-1 | 2014-04-21 | ||
1.37-1 | 2014-04-21 | ||
1.38-1 | 2014-04-21 | ||
1.38-2 | 2014-04-21 | ||
readme.txt | 2014-04-21 | 1.4 kB | |
Totals: 8 Items | 1.4 kB | 0 |
Release Name: 1.38-2 Notes: FD2InLine is useful if you want to use GCC for Amiga-specific development and would like to call the functions in the Amiga shared libraries efficiently. The format of calls to the Amiga shared library functions differs substantially from the default function call format of C compilers. Therefore, some tricks are necessary if you want to use these functions. FD2InLine is a parser that converts FD files and clib files to GCC inlines. FD and clib files contain information about functions in shared libraries. FD2InLine reads these two files and merges the information contained therein, producing an output file suitable for use with the GCC compiler. This output file contains so-called inlines, one for each function entry. Using them, GCC can produce very efficient code for making function calls to Amiga shared libraries. Changes: * Sun Jul 27 2003 Martin Blom - Nuked include file hierarchy (now in gg-fd2sfd) - Renamed gg-fix-includes to gg-fix-includes.fd2inline. * Sat May 24 2003 Martin Blom - Version 1.38 * Sun Apr 13 2003 Martin Blom - Version 1.37 * Fri Feb 08 2002 Martin Blom - Version 1.35 * Mon Dec 10 2001 Martin Blom - Version 1.32. * Sat Oct 20 2001 Martin Blom - Rebuild using latest glibc update from RedHat. - Version 1.31. * Mon Oct 08 2001 Martin Blom - Initial release.