diff options
Diffstat (limited to 'gcc/config/arm')
-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. |