From: Mike Frysinger Date: Thu, 19 Jan 2023 00:07:19 +0000 (-0500) Subject: sim: v850: drop redundant define X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e56038978366cfed41dcca152f70d2e6f8e1bc4e;p=binutils-gdb.git sim: v850: drop redundant define This is already in v850/local.mk, so we can drop it from sim-main.h. --- diff --git a/sim/v850/sim-main.h b/sim/v850/sim-main.h index 6cd7ecce2c6..b1753601904 100644 --- a/sim/v850/sim-main.h +++ b/sim/v850/sim-main.h @@ -1,10 +1,6 @@ #ifndef SIM_MAIN_H #define SIM_MAIN_H -/* The v850 has 32bit words, numbered 31 (MSB) to 0 (LSB) */ - -#define WITH_TARGET_WORD_MSB 31 - #include "sim-basics.h" #include "sim-base.h"