aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos_odonell@mentor.com>2012-05-07 16:04:41 -0400
committerCarlos O'Donell <carlos_odonell@mentor.com>2012-05-08 13:49:20 -0400
commit6a43ec980c5a0500149ef37d4854eac0e270da6f (patch)
tree723e4a1876fa1dd2470bac8a79fb72df6684e3a5
parent05c2c9618f583ea4acd69b3fe5ae2a2922dd2ddc (diff)
downloadglibc-6a43ec980c5a0500149ef37d4854eac0e270da6f.zip
glibc-6a43ec980c5a0500149ef37d4854eac0e270da6f.tar.gz
glibc-6a43ec980c5a0500149ef37d4854eac0e270da6f.tar.bz2
ARM: Define HAVE_ARM_PCS_VFP in config.h.
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.
-rw-r--r--ChangeLog4
-rw-r--r--config.h.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd90025..7f16a84 100644
--- 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]
diff --git a/config.h.in b/config.h.in
index 81704a1..787873b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -218,4 +218,7 @@
#define HAVE_REGEX 1
+/* The ARM hard-float ABI is being used. */
+#undef HAVE_ARM_PCS_VFP
+
#endif