From b4b68717b6142a0cd7b5794ace408f5cd92e9b87 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Wed, 19 Aug 1998 08:33:48 +0000 Subject: [PATCH] * arm.c (arm_override_options): Remove lie about ignoring PIC flag. From-SVN: r21843 --- gcc/ChangeLog | 4 ++++ gcc/config/arm/arm.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9309247d8cd..35cc396644b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * config/sparc/sparc.c (finalize_pic): Check for the correct diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 947b65d7851..8c8e4286912 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -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");