diff options
author | YamaArashi <shadow962@live.com> | 2016-02-14 19:26:29 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-14 19:26:29 -0800 |
commit | 62f1c8373a074a7ffb3d0f7458803bf0b07e626e (patch) | |
tree | 32045778cc5a8458ba8ded51dfd79356fbff9d9d /gcc/config/arm/thumb.c | |
parent | abcd805cb77cfcfe0b5f911b784610983750a0b2 (diff) |
remove PIC (non-working and disabled)
Diffstat (limited to 'gcc/config/arm/thumb.c')
-rwxr-xr-x | gcc/config/arm/thumb.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/arm/thumb.c b/gcc/config/arm/thumb.c index 05ded97..1e03a05 100755 --- a/gcc/config/arm/thumb.c +++ b/gcc/config/arm/thumb.c @@ -1495,12 +1495,6 @@ thumb_override_options() else warning("Structure size boundary can only be set to 8 or 32"); } - - if (flag_pic) - { - warning("Position independent code not supported. Ignored"); - flag_pic = 0; - } } /* Return nonzero if ATTR is a valid attribute for DECL. |