2005-07-06  Jan Beulich  <jbeulich@novell.com>

	* config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.
This commit is contained in:
Jan Beulich
2005-07-06 08:31:50 +00:00
parent d125c27b97
commit 5d5e6db937
2 changed files with 5 additions and 1 deletions

View 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

View 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 */
};