From: Jan Beulich Date: Wed, 6 Jul 2005 08:31:50 +0000 (+0000) Subject: gas/ X-Git-Tag: gdb-csl-arm-20051020-branchpoint~818 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d5e6db937d3cf8a7affae6491373a02dd49e445;p=external%2Fbinutils.git gas/ 2005-07-06 Jan Beulich * config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c34b4e2..68874ba 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-07-06 Jan Beulich + + * config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop. + 2005-07-05 Nick Clifton * config/tc-pdp11.c (md_apply_fix): Cast first argument to diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index fe0f9a0..17b53d6 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -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 */ };