Remove bigus .align check
This commit is contained in:
parent
75660bc072
commit
8bf950bf50
@ -1,3 +1,7 @@
|
||||
2000-03-01 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* gasp.c (do_align): Remove bogus check of alignment value.
|
||||
|
||||
2000-02-27 Thomas de Lellis <tdel@windriver.com>
|
||||
|
||||
* config/obj-elf.c (elf_frob_symbol): Remove code which when
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user