diff options
Diffstat (limited to 'gcc/config/s390/s390.h')
-rw-r--r-- | gcc/config/s390/s390.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index bdfc4557d6f..8ab287b2df7 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -113,10 +113,6 @@ extern int current_function_outgoing_args_size; #define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4) #define MIN_UNITS_PER_WORD 4 -/* Width in bits of a pointer. See also the macro `Pmode' defined below. */ - -#define POINTER_SIZE (TARGET_64BIT ? 64 : 32) - /* A C expression for the size in bits of the type `short' on the target machine. If you don't define this, the default is half a word. (If this would be less than one storage unit, it is |