diff options
Diffstat (limited to 'gcc/config/arc/arc.h')
-rw-r--r-- | gcc/config/arc/arc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 29edf4e95e1..d6c24afc86a 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -191,12 +191,6 @@ do { \ #define LIBGCC2_WORDS_BIG_ENDIAN 0 #endif -/* Width in bits of a "word", which is the contents of a machine register. - Note that this is not necessarily the width of data type `int'; - if using 16-bit ints on a 68000, this would still be 32. - But on a machine with 16-bit registers, this would be 16. */ -#define BITS_PER_WORD 32 - /* Width of a word, in units (bytes). */ #define UNITS_PER_WORD 4 |