Commit 834572b8 by Bob Wilson

* config/xtensa/xtensa.h: Delete ifndefs with nothing inside them.

From-SVN: r59740
parent b11b0178
i2002-12-02 Craig Rodrigues <rodrigc@gcc.gnu.org> 2002-12-02 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.h: Delete ifndefs with nothing inside them.
2002-12-02 Craig Rodrigues <rodrigc@gcc.gnu.org>
* configure.in: Use "missing" script to generate warning if * configure.in: Use "missing" script to generate warning if
flex or bison programs not found, instead of invoking "false". flex or bison programs not found, instead of invoking "false".
......
...@@ -247,12 +247,6 @@ extern unsigned xtensa_current_frame_size; ...@@ -247,12 +247,6 @@ extern unsigned xtensa_current_frame_size;
#define DOUBLE_TYPE_SIZE 64 #define DOUBLE_TYPE_SIZE 64
#define LONG_DOUBLE_TYPE_SIZE 64 #define LONG_DOUBLE_TYPE_SIZE 64
/* Tell the preprocessor the maximum size of wchar_t. */
#ifndef MAX_WCHAR_TYPE_SIZE
#ifndef WCHAR_TYPE_SIZE
#endif
#endif
/* Allocation boundary (in *bits*) for storing pointers in memory. */ /* Allocation boundary (in *bits*) for storing pointers in memory. */
#define POINTER_BOUNDARY 32 #define POINTER_BOUNDARY 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