aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2009-01-07 01:13:36 +0000
committerHans-Peter Nilsson <hp@axis.com>2009-01-07 01:13:36 +0000
commitc6f38234a77e5c881e73d4da05001d2e27a60e8f (patch)
tree26d22aa7ec9699d30d9a6a943504f7172aa35bef /sim
parent2225d5bdd8543c2078ffacbc371a4177e80617bd (diff)
downloadgdb-c6f38234a77e5c881e73d4da05001d2e27a60e8f.zip
gdb-c6f38234a77e5c881e73d4da05001d2e27a60e8f.tar.gz
gdb-c6f38234a77e5c881e73d4da05001d2e27a60e8f.tar.bz2
* cgen-ops.h (ADDQI, SUBQI, MULQI, NEGQI, ABSQI, ADDHI, SUBHI)
(MULHI, NEGHI, ABSHI, ADDSI, SUBSI, MULSI, NEGSI, ABSSI, ADDDI) (SUBDI, MULDI, NEGDI, ABSDI): Cast arguments to the unsigned type variant; UQI, UHI, USI, UDI, and cast the result to the signed type, QI, HI, SI, DI.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/cgen-ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/cgen-ops.h b/sim/common/cgen-ops.h
index 063bf7a..8bfe167 100644
--- a/sim/common/cgen-ops.h
+++ b/sim/common/cgen-ops.h
@@ -1,5 +1,5 @@
/* Semantics ops support for CGEN-based simulators.
- Copyright (C) 1996, 1997, 1998, 1999, 2002, 2007, 2008
+ Copyright (C) 1996, 1997, 1998, 1999, 2002, 2007, 2008, 2009
Free Software Foundation, Inc.
Contributed by Cygnus Solutions.