From 5cb1517bba5802b8b14e2ed42cffdaee788704df Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 2 May 2001 11:33:12 +0000 Subject: imprrove error message --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config') diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index ec51229..69d3d4f 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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, -- cgit v1.1