]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm.c (arm_override_options): Remove warning about PIC code not being supported.
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 19 Jun 1999 06:34:36 +0000 (06:34 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 19 Jun 1999 06:34:36 +0000 (06:34 +0000)
* arm.c (arm_override_options): Remove warning about PIC code
not being supported.

From-SVN: r27611

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

index 1442ffc5e12f63c22232ec21411db478861d073b..eb6d20e22b4265775bdfe2f353f5ebbe00b20dbd 100644 (file)
@@ -13,6 +13,9 @@ Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
        (output_func_{prologue,epilogue}): Likewise.
        (output_expand_prologue): Likewise.
 
+       * arm.c (arm_override_options): Remove warning about PIC code
+       not being supported.
+
 Fri Jun 18 15:44:18 1999  Richard Henderson  <rth@cygnus.com>
 
        * alpha.c (alpha_expand_block_move): Use get_insns rather than
index e6108b34245bcdd6a1be4fed42096e7ff8e1a7c9..553e25c7b76efa39fdd5dad405115d256ee30c6d 100644 (file)
@@ -486,13 +486,6 @@ arm_override_options ()
   if (flag_pic && ! TARGET_APCS_STACK)
     arm_pic_register = 10;
   
-  /* Well, I'm about to have a go, but pic is NOT going to be compatible
-     with APCS reentrancy, since that requires too much support in the
-     assembler and linker, and the ARMASM assembler seems to lack some
-     required directives.  */
-  if (flag_pic)
-    warning ("Position independent code not supported");
-  
   if (TARGET_APCS_FLOAT)
     warning ("Passing floating point arguments in fp regs not yet supported");