* config/tc-sh.c (sh_handle_align): Call as_bad_where instead

of as_warn_where for misaligned data.
This commit is contained in:
Kaz Kojima 2007-04-16 13:05:30 +00:00
parent 7d90fdfa95
commit 91382b56ee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-04-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* config/tc-sh.c (sh_handle_align): Call as_bad_where instead
of as_warn_where for misaligned data.
2007-04-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* config/tc-sh.c (align_test_frag_offset_fixed_p): Handle

View File

@ -3777,7 +3777,7 @@ sh_handle_align (fragS *frag)
else if (frag->fr_type == rs_align_test)
{
if (bytes != 0)
as_warn_where (frag->fr_file, frag->fr_line, _("misaligned data"));
as_bad_where (frag->fr_file, frag->fr_line, _("misaligned data"));
}
if (sh_relax