* arm.c (arm_override_options): Remove warning about PIC code
not being supported.
From-SVN: r27611
(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
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");