Unreviewed patch (was: another bootstrap failure onsparc-sun-solaris28 in cp/xref.o)

Richard Henderson rth@redhat.com
Thu Sep 27 15:32:00 GMT 2001


On Thu, Sep 27, 2001 at 06:26:33PM -0400, John Wehle wrote:
> Doesn't imply that assemble_integer handles the very issue you're
> raising (whitespace formatting issues aside)?

No, that's just left-over wishful thinking.  Also see for example:

#ifdef UNALIGNED_INT_ASM_OP
  fputs (unaligned_integer_asm_op (size), asm_out_file);
  assemble_name (asm_out_file, label);
  fputc ('-', asm_out_file);
  fputc ('.', asm_out_file);
#else
  abort ();
#endif


r~



More information about the Gcc mailing list