diff options
author | Nick Clifton <nickc@redhat.com> | 2000-03-01 18:03:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-03-01 18:03:49 +0000 |
commit | 8bf950bf50d61766f086314e5d1a21d00db39ace (patch) | |
tree | dfc275417c8790985fea293ff7485e5e51d7e969 /gas/gasp.c | |
parent | 75660bc0729c1d3ede5c3585c313d41313ff77bb (diff) | |
download | gdb-8bf950bf50d61766f086314e5d1a21d00db39ace.zip gdb-8bf950bf50d61766f086314e5d1a21d00db39ace.tar.gz gdb-8bf950bf50d61766f086314e5d1a21d00db39ace.tar.bz2 |
Remove bigus .align check
Diffstat (limited to 'gas/gasp.c')
-rw-r--r-- | gas/gasp.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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); |