From 5d5e6db937d3cf8a7affae6491373a02dd49e445 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Wed, 6 Jul 2005 08:31:50 +0000 Subject: [PATCH] gas/ 2005-07-06 Jan Beulich * config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop. --- gas/ChangeLog | 4 ++++ gas/config/tc-ia64.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 */ }; -- 2.7.4