From 48285f29f8e6cb31f4b086bbd0507a9b4a825fbb Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Tue, 18 Aug 1998 03:37:50 -0600 Subject: [PATCH] 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 --- gcc/config/arm/arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2