* arm.c (arm_override_options): Remove lie about ignoring PIC flag.
authorRichard Earnshaw <rearnsha@arm.com>
Wed, 19 Aug 1998 08:33:48 +0000 (08:33 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Wed, 19 Aug 1998 08:33:48 +0000 (08:33 +0000)
From-SVN: r21843

gcc/ChangeLog
gcc/config/arm/arm.c

index 9309247d8cdfadf4c14df32e7eb137d363736ddd..35cc396644b482c410bbc2bd2ebfad6a8e185832 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug 19 08:29:44 1998  Richard Earnshaw (rearnsha@arm.com)
+
+       * arm.c (arm_override_options): Remove lie about ignoring PIC flag.
+
 Wed Aug 19 07:08:15 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
 
        * config/sparc/sparc.c (finalize_pic): Check for the correct
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");