This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-765-g6a43ec9


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  6a43ec980c5a0500149ef37d4854eac0e270da6f (commit)
      from  05c2c9618f583ea4acd69b3fe5ae2a2922dd2ddc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6a43ec980c5a0500149ef37d4854eac0e270da6f

commit 6a43ec980c5a0500149ef37d4854eac0e270da6f
Author: Carlos O'Donell <carlos_odonell@mentor.com>
Date:   Mon May 7 16:04:41 2012 -0400

    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.

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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    4 ++++
 config.h.in |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]