diff options
Diffstat (limited to 'gcc/config/we32k/xm-we32k.h')
-rw-r--r-- | gcc/config/we32k/xm-we32k.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/we32k/xm-we32k.h b/gcc/config/we32k/xm-we32k.h index 0bc5514d6ef..4440f3de80b 100644 --- a/gcc/config/we32k/xm-we32k.h +++ b/gcc/config/we32k/xm-we32k.h @@ -28,14 +28,6 @@ Boston, MA 02111-1307, USA. */ #define HOST_WORDS_BIG_ENDIAN -/* Arguments to use with `exit'. */ -#define SUCCESS_EXIT_CODE 0 -#define FATAL_EXIT_CODE 33 - -/* target machine dependencies. - tm.h is a symbolic link to the actual target specific file. */ -#include "tm.h" - #ifndef MAXPATHLEN #define MAXPATHLEN 512 #endif |