On Apr 24, 2005, at 3:35 PM, Daniel Jacobowitz wrote: > On Fri, Apr 22, 2005 at 05:52:14PM -0700, Geoff Keating wrote: >> I don't think there's any reason to (but if anyone else does, >> speak up!) > > I agree; please don't make this Darwin-specific. > >>>> - You need to update stabs.texi, which I think lives in GDB. (It's >>>> the only stabs documentation we have, so keeping it up-to-date is >>>> important!) >>> >>> The doc version I have already lists it as an extension. >> >> Excellent, then there's no need for any changes there. > > Yes, in fact GDB already accepts this attribute for stabs. OK. I'll check-in this smaller patch tomorrow. * dbxout.c (dbxout_type): Emit attribute vector. * gcc.dg/stabs-attrib-vect-darwin.c: New test. - Devang