mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-28 12:24:04 +08:00
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:
@ -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>
|
2005-07-05 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/tc-pdp11.c (md_apply_fix): Cast first argument to
|
* 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 */
|
0x0008000000LL, /* M-unit nop */
|
||||||
0x4000000000LL, /* B-unit nop */
|
0x4000000000LL, /* B-unit nop */
|
||||||
0x0008000000LL, /* F-unit nop */
|
0x0008000000LL, /* F-unit nop */
|
||||||
0x0008000000LL, /* L-"unit" nop */
|
0x0000000000LL, /* L-"unit" nop immediate */
|
||||||
0x0008000000LL, /* X-unit nop */
|
0x0008000000LL, /* X-unit nop */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user