aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/gasp.c')
-rw-r--r--gas/gasp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/gasp.c b/gas/gasp.c
index dd4674c..629e0c0 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -1439,11 +1439,6 @@ do_align (idx, in)
have_fill = 1;
}
- if (al != 1
- && al != 2
- && al != 4)
- WARNING ((stderr, _("alignment must be one of 1, 2 or 4.\n")));
-
fprintf (outfile, ".align %d", al);
if (have_fill)
fprintf (outfile, ",%d", fill);