gas/
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:
parent
d125c27b97
commit
5d5e6db937
@ -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
|
||||
|
||||
@ -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 */
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user