imprrove error message

This commit is contained in:
Nick Clifton
2001-05-02 11:33:12 +00:00
parent 9085700cc0
commit 5cb1517bba
2 changed files with 6 additions and 1 deletions

View File

@@ -8854,7 +8854,7 @@ arm_frag_align_code (n, max)
/* We assume that there will never be a requirment
to support alignments greater than 32 bytes. */
if (max > 31)
as_fatal (_("alignments in code section > 32 not supported."));
as_fatal (_("alignments greater than 32 bytes not supported in .text sections."));
p = frag_var (rs_align_code,
31,