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: Documenting GCC-only ABI


On Mon, 19 Jan 2004, Kazu Hirata wrote:

> What about putting a pointers in both <somewhere>.texi and
> readings.html and put the ABI document proper in http://gcc.gnu.org?
> I am not planning to change the ABI, so a fixed permanent location
> would be nice.  Anyway, I'll post a patch soon, and we can discuss

Seems reasonable.  But if you do change it incompatibly in future, then
allocate a new URL for the new version.

> Well, H8's ABI for GCC is original AFAIK, not an extension of some
> vendor's ABI.  But you are right, I forgot about complex numbers.

Of course complex numbers aren't themselves an extension (for ABIs that
are recent enough to cover C99, or that considered Fortran in the first
place), it's complex integers specifically that are a GCC extension.  
(There might be other extensions beyond complex integers and VLAs in
structures that have ABI significance; those were just the obvious ones.)

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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