summaryrefslogtreecommitdiff
path: root/opcodes/xstormy16-ibld.c
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2002-01-11 07:24:56 +0000
committerMatthew Green <mrg@redhat.com>2002-01-11 07:24:56 +0000
commitf2264e7cf001278fd16a2964d3c65438a5eec6c9 (patch)
treea1acc07bbbad44d462efe6b452819bd485133f29 /opcodes/xstormy16-ibld.c
parent6bc9e9a0e773862d4c5a1121617f40e43d7d02e7 (diff)
downloadgdb-f2264e7cf001278fd16a2964d3c65438a5eec6c9.tar.gz
[cgen/ChangeLog]
* cpu/xstormy16.cpu (gr-Rbj-names): Rename this ... (gr-Rb-names): ... to this. (h-Rb): New hardware peice. (h-Rbj): Use gr-Rb-names. (Rb): Use h-Rb. (holdx): New instruction. [opcodes/ChangeLog] * xstormy16-asm.c: Regenerate. * xstormy16-desc.c: Likewise. * xstormy16-desc.h: Likewise. * xstormy16-dis.c: Likewise. * xstormy16-opc.c: Likewise. * xstormy16-opc.h: Likewise. [gas/testsuite/ChangeLog] * gas/xstormy16/allinsn.sh (movf, jmp, call, icall): Update. * gas/xstormy16/allinsn.d: Regenerate. * gas/xstormy16/allinsn.s: Regenerate. [sid/component/cgen-cpu/xstormy16/ChangeLog] * xstormy16.cxx (do_holdx): Define. * xstormy16.h (do_holdx): Declare.
Diffstat (limited to 'opcodes/xstormy16-ibld.c')
-rw-r--r--opcodes/xstormy16-ibld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/xstormy16-ibld.c b/opcodes/xstormy16-ibld.c
index 2304514dbe4..0e4876a6f48 100644
--- a/opcodes/xstormy16-ibld.c
+++ b/opcodes/xstormy16-ibld.c
@@ -35,9 +35,9 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
#include "opintl.h"
#include "safe-ctype.h"
-#undef min
+#undef min
#define min(a,b) ((a) < (b) ? (a) : (b))
-#undef max
+#undef max
#define max(a,b) ((a) > (b) ? (a) : (b))
/* Used by the ifield rtx function. */