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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-129-gcde9262


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  cde9262435dfba6140c6e90ba9ee412044f5dbf6 (commit)
      from  29dc68465c916dbaf1ee066a6460b67bd47dcb02 (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-ports.git;a=commitdiff;h=cde9262435dfba6140c6e90ba9ee412044f5dbf6

commit cde9262435dfba6140c6e90ba9ee412044f5dbf6
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Apr 14 21:10:30 2012 -0400

    tile: update _itoa.h include path
    
    Common code moved _itoa.h necessitating a change in the #include path.
    
    Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

diff --git a/ChangeLog.tile b/ChangeLog.tile
index b48d614..77e03b5 100644
--- a/ChangeLog.tile
+++ b/ChangeLog.tile
@@ -1,3 +1,9 @@
+2012-04-15  Mike Frysinger  <vapier@gentoo.org>
+
+	* sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h: Include
+	<_itoa.h> instead of <stdio-common/_itoa.h>.
+	* sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h: Likewise.
+
 2012-03-09  Richard Henderson  <rth@twiddle.net>
 
 	* sysdeps/tile/math_private.h: Use include_next to
diff --git a/sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h b/sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h
index 9021763..d5d06f7 100644
--- a/sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h
+++ b/sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* We will print the register dump in this format:
 
diff --git a/sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h b/sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h
index 3338695..9907bbf 100644
--- a/sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h
+++ b/sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h
@@ -18,7 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* We will print the register dump in this format:
 

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

Summary of changes:
 ChangeLog.tile                                     |    6 ++++++
 .../unix/sysv/linux/tile/tilegx/register-dump.h    |    2 +-
 .../unix/sysv/linux/tile/tilepro/register-dump.h   |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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