]> Git Repo - binutils.git/blobdiff - gas/config/tc-m88k.c
* config/tc-m88k.c (m88k_do_align): Don't use a special nop
[binutils.git] / gas / config / tc-m88k.c
index 47b154d48de6ad1f10f6db37c92170d818ecec51..ae55fedb7ebbd0d2fefe99cfb2810c781a147343 100644 (file)
@@ -1440,7 +1440,7 @@ m88k_do_align (n, fill, max, len)
      int len;
      int max;
 {
-  if ((fill == NULL || (*fill == 0 && len == 1))
+  if (fill == NULL
       && strcmp (obj_segment_name (now_seg), ".init") == 0)
     {
       static const unsigned char nop_pattern[] = { 0xf4, 0x00, 0x58, 0x00 };
This page took 0.024098 seconds and 4 git commands to generate.