This is a second version of fpc-abi.c patch. I tried to take into account all remarks I got. I checked all functions inside fpc-abi.c, modified most of them, removed part of the C++ specific code, but also left other parts, because FPC could support such things later or because C ++ classes might land there by error. ChangeLog entry: 2003-02-17 Pierre Muller * fpc-abi.c: New file. Implements Free Pascal specific ABI. * minsyms.c (install_minimal_symbols): Recognize Free Pascal compiled objects by the presence of 'fpc_compiled' minimal symbol. * Makefile.in: Add fpc-abi.c compilation rules.