From 61571dfc4a69d6be22522fe8ee303946d516dd9f Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Sat, 19 Jun 1999 06:32:05 +0000 Subject: [PATCH] arm.c (arm_override_options): Remove warning about PIC code not being supported. * arm.c (arm_override_options): Remove warning about PIC code not being supported. From-SVN: r27610 --- gcc/ChangeLog | 3 +++ gcc/config/arm/arm.c | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 62151b0eabf0..930e4f88e22a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -18,6 +18,9 @@ Sat Jun 19 05:25:05 1999 Richard Earnshaw (rearnsha@arm.com) (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc. (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec. + * arm.c (arm_override_options): Remove warning about PIC code + not being supported. + Fri Jun 18 23:47:06 1999 David Edelsohn * rs6000.c (find_addr_reg): New function. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 019431d874d7..7a2b4727c416 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -488,13 +488,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"); -- 2.47.2