Commit 8ca77de0 by Jan-Benedict Glaw Committed by Jan-Benedict Glaw

nios2.h (BITS_PER_UNIT): Don't define it.

2013-12-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

	* config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.

[BR]: http://gcc.gnu.org/ml/gcc-patches/2013-12/msg01990.html

From-SVN: r206274
parent a1be096c
2013-01-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
2014-01-01 Jakub Jelinek <jakub@redhat.com>
* config/i386/sse.md (*mov<mode>_internal): Guard
......
......@@ -73,7 +73,6 @@
#define BITS_BIG_ENDIAN 0
#define BYTES_BIG_ENDIAN (TARGET_BIG_ENDIAN != 0)
#define WORDS_BIG_ENDIAN (TARGET_BIG_ENDIAN != 0)
#define BITS_PER_UNIT 8
#define BITS_PER_WORD 32
#define UNITS_PER_WORD 4
#define POINTER_SIZE 32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment