This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: C++ ABI


With all the disscussion of ABI bugs, and compatability issues, I thought I
would toss this idea into the ether.

ABI's are just an output format.

As such they can be interchanged. It should be possible to configure GCC to
output a specific ABI, in the same way it can be configured to output to a
specific machine code.

If this were implemented RedHat et.al. could simplely compile the lastest GCC
with the GCC3.2 ABI for compatability. Also HP could provide there own HP
Compatabile ABI port. 

As well a change to the ABI would not prevent users from upgrading to a newer
GCC version.

e.g. ./configure --abi=HP ...


http://mobile.yahoo.com.au - Yahoo! Messenger for SMS
- Now send & receive IMs on your mobile via SMS


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