From: Richard Earnshaw Date: Tue, 18 Aug 1998 09:37:50 +0000 (-0600) Subject: arm.c (arm_override_options): Remove lie about ignoring PIC flag. X-Git-Tag: prereleases/egcs-1.1-prerelease~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48285f29f8e6cb31f4b086bbd0507a9b4a825fbb;p=thirdparty%2Fgcc.git arm.c (arm_override_options): Remove lie about ignoring PIC flag. * arm.c (arm_override_options): Remove lie about ignoring PIC flag. From-SVN: r21821 --- diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 947b65d78512..8c8e4286912b 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -310,7 +310,7 @@ arm_override_options () assembler and linker, and the ARMASM assembler seems to lack some required directives. */ if (flag_pic) - warning ("Position independent code not supported. Ignored"); + warning ("Position independent code not supported"); if (TARGET_APCS_FLOAT) warning ("Passing floating point arguments in fp regs not yet supported");