gas/
authorJan Beulich <jbeulich@novell.com>
Wed, 6 Jul 2005 08:31:50 +0000 (08:31 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 6 Jul 2005 08:31:50 +0000 (08:31 +0000)
2005-07-06  Jan Beulich  <jbeulich@novell.com>

* config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.

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

index c34b4e2..68874ba 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-06  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.
+
 2005-07-05  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-pdp11.c (md_apply_fix): Cast first argument to
index fe0f9a0..17b53d6 100644 (file)
@@ -593,7 +593,7 @@ static const bfd_vma nop[IA64_NUM_UNITS] =
     0x0008000000LL,    /* M-unit nop */
     0x4000000000LL,    /* B-unit nop */
     0x0008000000LL,    /* F-unit nop */
-    0x0008000000LL,    /* L-"unit" nop */
+    0x0000000000LL,    /* L-"unit" nop immediate */
     0x0008000000LL,    /* X-unit nop */
   };