This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed patch (was: another bootstrap failure onsparc-sun-solaris28 in cp/xref.o)
- To: John Wehle <john at feith dot com>
- Subject: Re: Unreviewed patch (was: another bootstrap failure onsparc-sun-solaris28 in cp/xref.o)
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 27 Sep 2001 16:34:00 -0700
- Cc: gcc at gcc dot gnu dot org, pfeifer at dbai dot tuwien dot ac dot at, lucier at math dot purdue dot edu
- References: <200109272253.f8RMrBJ02593@jwlab.FEITH.COM>
On Thu, Sep 27, 2001 at 06:53:11PM -0400, John Wehle wrote:
> Hmm ... walking:
>
> assemble_integer (gen_rtx_MINUS (Pmode, gen_rtx_SYMBOL_REF (Pmode, lab1),
> gen_rtx_SYMBOL_REF (Pmode, lab2)),
> size, BITS_PER_UNIT, 1);
>
> I see that assemble_integer will output output ".uaword"...
Consider if UNALIGNED_INT_ASM_OP is not defined.
r~