2005-07-06  Jan Beulich  <jbeulich@novell.com>
	* config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.
+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
 
     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 */
   };