aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-05-02 11:33:12 +0000
committerNick Clifton <nickc@redhat.com>2001-05-02 11:33:12 +0000
commit5cb1517bba5802b8b14e2ed42cffdaee788704df (patch)
tree589d444ba793cd531ffe6c981c01aa1387da91b2 /gas/config
parent9085700cc0e02fe088b6046fd83fdf27867a7c07 (diff)
downloadgdb-5cb1517bba5802b8b14e2ed42cffdaee788704df.zip
gdb-5cb1517bba5802b8b14e2ed42cffdaee788704df.tar.gz
gdb-5cb1517bba5802b8b14e2ed42cffdaee788704df.tar.bz2
imprrove error message
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-arm.c2
1 files changed, 1 insertions, 1 deletions
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,