This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

[RFC 2nd] New file fpc-abi.c



 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  <muller at ics dot u-strasbg dot fr>

        * 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.

Attachment: fpc-abi.dif
Description: Text document


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