diff options
Diffstat (limited to 'gcc/config/sh/sh.h')
-rw-r--r-- | gcc/config/sh/sh.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 486cc97544d..7f541fbda8b 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -92,11 +92,6 @@ do { \ builtin_define ("__HITACHI__"); \ builtin_define (TARGET_LITTLE_ENDIAN \ ? "__LITTLE_ENDIAN__" : "__BIG_ENDIAN__"); \ - if (flag_pic) \ - { \ - builtin_define ("__pic__"); \ - builtin_define ("__PIC__"); \ - } \ } while (0) /* We can not debug without a frame pointer. */ |