diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-12-22 21:36:24 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-12-22 21:55:47 -0500 |
commit | 547eedc132de227210d1ba7fc68703170c274f61 (patch) | |
tree | d35bdb6b992fb934498e191a7b8c76f0b5a56ce2 /sim/moxie | |
parent | 3841a73a271d4849deb4e406f0632dd7567c23f8 (diff) | |
download | fsf-binutils-gdb-547eedc132de227210d1ba7fc68703170c274f61.zip fsf-binutils-gdb-547eedc132de227210d1ba7fc68703170c274f61.tar.gz fsf-binutils-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/moxie')
-rw-r--r-- | sim/moxie/interp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/moxie/interp.c b/sim/moxie/interp.c index ea0a559..4291865 100644 --- a/sim/moxie/interp.c +++ b/sim/moxie/interp.c @@ -38,7 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "target-newlib-syscall.h" typedef int word; -typedef unsigned int uword; /* Extract the signed 10-bit offset from a 16-bit branch instruction. */ |