aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/lm32
diff options
context:
space:
mode:
authorKenneth Zadeck <zadeck@naturalbridge.com>2013-12-13 16:38:53 +0000
committerKenneth Zadeck <zadeck@gcc.gnu.org>2013-12-13 16:38:53 +0000
commit8fd05f4d87084929be12624d3f21000ef593d2c3 (patch)
tree974155cc0ff2cb4d9b49bd4bd46084ad9e23ce18 /gcc/config/lm32
parent62c6e26e3326d13b47fba3b4375b261a8431d422 (diff)
downloadgcc-8fd05f4d87084929be12624d3f21000ef593d2c3.zip
gcc-8fd05f4d87084929be12624d3f21000ef593d2c3.tar.gz
gcc-8fd05f4d87084929be12624d3f21000ef593d2c3.tar.bz2
arc.h (BITS_PER_UNIT): Removed.
2013-12-13 Kenneth Zadeck <zadeck@naturalbridge.com> * config/arc/arc.h (BITS_PER_UNIT): Removed. * config/bfin/bfin.h (BITS_PER_UNIT): Removed. * config/lm32/lm32.h (BITS_PER_UNIT): Removed. * config/m32c/m32c.h (BITS_PER_UNIT): Removed. * config/microblaze/microblaze.h (BITS_PER_UNIT): Removed. * config/picochip/picochip.h (BITS_PER_UNIT): Removed. * config/spu/spu.h (BITS_PER_UNIT): Removed. * defaults.h (BITS_PER_UNIT): Removed. * config/i386/i386-modes.def (MAX_BITSIZE_MODE_ANY_INT): New. * doc/rtl (BITS_PER_UNIT): Moved from tm.texi. (MAX_BITSIZE_MODE_ANY_INT): Updated. * doc/tm.texi (BITS_PER_UNIT): Removed. * doc/tm.texi.in (BITS_PER_UNIT): Removed. * genmodes.c (bits_per_unit, max_bitsize_mode_any_int): New. (create_modes): Added code to set bits_per_unit and max_bitsize_mode_any_int. (emit_max_int): Changed code generation. * mkconfig.sh: Added insn-modes.h. From-SVN: r205964
Diffstat (limited to 'gcc/config/lm32')
-rw-r--r--gcc/config/lm32/lm32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/lm32/lm32.h b/gcc/config/lm32/lm32.h
index d19adea..edb96b7 100644
--- a/gcc/config/lm32/lm32.h
+++ b/gcc/config/lm32/lm32.h
@@ -73,7 +73,6 @@
#define BYTES_BIG_ENDIAN 1
#define WORDS_BIG_ENDIAN 1
-#define BITS_PER_UNIT 8
#define BITS_PER_WORD 32
#define UNITS_PER_WORD 4