OSDN Git Service

* config/tc-sh.c (sh_handle_align): Call as_bad_where instead
authorKaz Kojima <kkojima@rr.iij4u.or.jp>
Mon, 16 Apr 2007 13:05:30 +0000 (13:05 +0000)
committerKaz Kojima <kkojima@rr.iij4u.or.jp>
Mon, 16 Apr 2007 13:05:30 +0000 (13:05 +0000)
of as_warn_where for misaligned data.

gas/ChangeLog
gas/config/tc-sh.c

index 2822c52..56b7bab 100644 (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
index 3af26a9..8e42b81 100644 (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