> I'm not sure how much of the aarch64 support from later gcc's is needed.
Wookey, gccxml only needs the internal GCC parser to work. So adding a new arch should be pretty simple, no code generation is involved within gccxml (it dumps the C++ representation as a parsable XML representation, that is all). I guess some types needs to be map to the corrects ones (long / long long...), but that should be all that is required. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

