]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm.c (arm_override_options): Remove lie about ignoring PIC flag.
authorRichard Earnshaw <rearnsha@arm.com>
Tue, 18 Aug 1998 09:37:50 +0000 (03:37 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 18 Aug 1998 09:37:50 +0000 (03:37 -0600)
* arm.c (arm_override_options): Remove lie about ignoring PIC flag.

From-SVN: r21821

gcc/config/arm/arm.c

index 947b65d785129f23f34198e53cc2610fbd97258e..8c8e4286912be680396540007886483ffd130c7e 100644 (file)
@@ -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");