This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bogus .quad in i386/att.h
On Wed, Oct 10, 2001 at 09:24:34PM +0200, Jan Hubicka wrote:
> Quite possibly. Sadly I can't undefine ASM_OUTPUT_DOUBLE_INT for 32bit
> target, so we need to come with way to output it properly, most probably
> by splitting the integer to two longs when 32bit target is present.
That would happen automatically if ASM_OUTPUT_DOUBLE_INT were
not present.
I think the best thing would be to pull the ASM_OUTPUT_<integer>
macros into the target structure, and allow them to return false
on failure.
r~