From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Lipe To: Jan Hubicka Cc: gcc@gcc.gnu.org Subject: Re: i386 vs. .quad Date: Sun, 21 Oct 2001 15:01:00 -0000 Message-id: <20011021170145.D10581@rjlhome.caldera.com> References: <20011019223056.A16782@rjlhome.caldera.com> <20011021193046.F12034@atrey.karlin.mff.cuni.cz> X-SW-Source: 2001-10/msg01117.html > > Jan, can you please make the behaviour of ASM_QUAD match that of the > > comments and be sure that it's NOT used in a 32-bit build? IMO, it > I am working on it. Unfortunatelly pushing the ASM_OUTPUT macros to target Thanx. > > does not belong in att.h and it does not belong in sco5.h. It's a gas > > feature and belongs in a gas-specific place. > Isn't there some AT&T standarized pseudo-op for that? Not that I know of; why would there be? Since this predates C99 with 'long long', it's really sort of useless for an assembler for a 32 bit part to have such a concept. RJL