aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-22 21:36:24 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-22 21:55:47 -0500
commit547eedc132de227210d1ba7fc68703170c274f61 (patch)
treed35bdb6b992fb934498e191a7b8c76f0b5a56ce2 /sim/cr16
parent3841a73a271d4849deb4e406f0632dd7567c23f8 (diff)
downloadgdb-547eedc132de227210d1ba7fc68703170c274f61.zip
gdb-547eedc132de227210d1ba7fc68703170c274f61.tar.gz
gdb-547eedc132de227210d1ba7fc68703170c274f61.tar.bz2
sim: cr16/d10v/mcore/moxie: clean up unused word & uword types
Nothing actually uses these, so punt them. Some of the ports are using local "word" types, but we'll clean those up in a follow up.
Diffstat (limited to 'sim/cr16')
-rw-r--r--sim/cr16/sim-main.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/cr16/sim-main.h b/sim/cr16/sim-main.h
index 667db19..188c32c 100644
--- a/sim/cr16/sim-main.h
+++ b/sim/cr16/sim-main.h
@@ -20,10 +20,6 @@
#define SIM_MAIN_H
#include "sim-basics.h"
-
-typedef long int word;
-typedef unsigned long int uword;
-
#include "sim-base.h"
#include "bfd.h"