ARM: Define HAVE_ARM_PCS_VFP in config.h.
authorCarlos O'Donell <carlos_odonell@mentor.com>
Mon, 7 May 2012 20:04:41 +0000 (16:04 -0400)
committerCarlos O'Donell <carlos_odonell@mentor.com>
Tue, 8 May 2012 17:49:20 +0000 (13:49 -0400)
If the compiler and flags would select the hard-float ABI
then the ARM configure fragment will set HAVE_ARM_PCS_VFP.
This is later used by the ARM shlib-versions to select
the appropriately named dynamic linker.

ChangeLog
config.h.in

index cd90025..7f16a84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
+
+       * config.h.in: Add HAVE_ARM_PCS_VFP.
+
 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
 
         [BZ #13979]
index 81704a1..787873b 100644 (file)
 
 #define HAVE_REGEX 1
 
+/* The ARM hard-float ABI is being used.  */
+#undef HAVE_ARM_PCS_VFP
+
 #endif