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-1065-g3d3f8e5


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  3d3f8e5582a2dc371005fec2e3168f2fd33fd691 (commit)
      from  7ad47a8080c49c79ede3c922bd8a5c1ba967d2e2 (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=3d3f8e5582a2dc371005fec2e3168f2fd33fd691

commit 3d3f8e5582a2dc371005fec2e3168f2fd33fd691
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Sat May 26 22:20:56 2012 +0200

    Fix missing declaration

diff --git a/ChangeLog b/ChangeLog
index 0c7a24b..dc1d813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
 
+	* sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
+
 	* sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
 	handling of denormals.
 	* sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
diff --git a/sysdeps/powerpc/powerpc32/dl-irel.h b/sysdeps/powerpc/powerpc32/dl-irel.h
index ebaf44a..7504b08 100644
--- a/sysdeps/powerpc/powerpc32/dl-irel.h
+++ b/sysdeps/powerpc/powerpc32/dl-irel.h
@@ -22,6 +22,7 @@
 
 #include <stdio.h>
 #include <unistd.h>
+#include <ldsodefs.h>
 
 #define ELF_MACHINE_IRELA	1
 

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

Summary of changes:
 ChangeLog                           |    2 ++
 sysdeps/powerpc/powerpc32/dl-irel.h |    1 +
 2 files changed, 3 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]