Browse Source

Remove bigus .align check

gdb-premipsmulti-2000-06-06-branch
Nick Clifton 27 years ago
parent
commit
8bf950bf50
  1. 4
      gas/ChangeLog
  2. 5
      gas/gasp.c

4
gas/ChangeLog

@ -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

5
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);

Loading…
Cancel
Save