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-1200-g0e3933b


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  0e3933b96344ab9c0ac633c19f4ebfdede5375d4 (commit)
       via  807841933bed6a3a308451a05f502de28aa6c6b8 (commit)
      from  4248b1b1cf8c641fb51d92c3d2cfac81b02a903e (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=0e3933b96344ab9c0ac633c19f4ebfdede5375d4

commit 0e3933b96344ab9c0ac633c19f4ebfdede5375d4
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Fri Jun 22 14:58:19 2012 +0000

    Use AC_LANG_SOURCE to fix autoconf warnings.

diff --git a/ChangeLog b/ChangeLog
index ea23078..b7f1699 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
+
+	* configure.in: Use AC_LANG_SOURCE.
+	* configure: Regenerate.
+
 2012-06-22  Roland McGrath  <roland@hack.frob.com>
 
 	* configure.in (libc_cv_localstatedir): New substituted variable.
diff --git a/configure.in b/configure.in
index 4fe09c4..5028e64 100644
--- a/configure.in
+++ b/configure.in
@@ -278,12 +278,12 @@ if test "x$systemtap" != xno; then
   AC_CACHE_CHECK([for systemtap static probe support], libc_cv_sdt, [dnl
   old_CFLAGS="$CFLAGS"
   CFLAGS="-std=gnu99 $CFLAGS"
-  AC_COMPILE_IFELSE([#include <sys/sdt.h>
+  AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <sys/sdt.h>
 void foo (int i, void *p)
 {
   asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
        :: STAP_PROBE_ASM_OPERANDS (2, i, p));
-}], [libc_cv_sdt=yes], [libc_cv_sdt=no])
+}]])], [libc_cv_sdt=yes], [libc_cv_sdt=no])
   CFLAGS="$old_CFLAGS"])
   if test $libc_cv_sdt = yes; then
     AC_DEFINE([USE_STAP_PROBE])

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=807841933bed6a3a308451a05f502de28aa6c6b8

commit 807841933bed6a3a308451a05f502de28aa6c6b8
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Fri Jun 22 14:52:50 2012 +0000

    Use tab not spaces.

diff --git a/ChangeLog b/ChangeLog
index de044b3..ea23078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,7 +34,7 @@
 	[BZ #13882]
 	* elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
 	uint16_t for elements in the "seen" array to avoid char overflows.
-        * elf/dl-fini.c (_dl_sort_fini): Likewise.
+	* elf/dl-fini.c (_dl_sort_fini): Likewise.
 	* elf/dl-open.c (dl_open_worker): Likewise.
 
 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>

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

Summary of changes:
 ChangeLog    |    7 ++++++-
 configure.in |    4 ++--
 2 files changed, 8 insertions(+), 3 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]