* arm.c (arm_override_options): Remove lie about ignoring PIC flag.

From-SVN: r21843
This commit is contained in:
Richard Earnshaw 1998-08-19 08:33:48 +00:00 committed by Richard Earnshaw
parent 24a43d7b43
commit b4b68717b6
2 changed files with 5 additions and 1 deletions

View 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

View 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");