]> Git Repo - binutils.git/blobdiff - gas/config/tc-m32r.c
* subsegs.c (subseg_text_p): New function.
[binutils.git] / gas / config / tc-m32r.c
index 76fb9ab1a6c576c6b777caf6fbcb366971dbf681..9a108245b2cd9eae13e2c6d2fe99a54f45f2c106 100644 (file)
@@ -245,7 +245,7 @@ m32r_do_align (n, fill, len, max)
 {
   /* Only do this if the fill pattern wasn't specified.  */
   if (fill == NULL
-      && (now_seg->flags & SEC_CODE) != 0
+      && subseg_text_p (now_seg)
       /* Only do this special handling if aligning to at least a
         4 byte boundary.  */
       && n > 1
This page took 0.022406 seconds and 4 git commands to generate.