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-115-g925f8e8


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  925f8e84e6fd139478e6683e6ab84898571e4a98 (commit)
      from  57988d0ba7fdbdd1b9b424b428d7d6001c0e219f (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=925f8e84e6fd139478e6683e6ab84898571e4a98

commit 925f8e84e6fd139478e6683e6ab84898571e4a98
Author: Richard Henderson <rth@twiddle.net>
Date:   Wed Mar 21 08:18:55 2012 -0700

    alpha: Update _itoa.h include.

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index 03c835e..500e227 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,3 +1,8 @@
+2012-03-21  Richard Henderson  <rth@twiddle.net>
+
+	* sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
+	of <stdio-common/_itoa.h>.
+
 2012-03-19  Richard Henderson  <rth@twiddle.net>
 
 	* sysdeps/alpha/fpu/math_private.h: New file.
diff --git a/sysdeps/alpha/hp-timing.h b/sysdeps/alpha/hp-timing.h
index aea743d..399d716 100644
--- a/sysdeps/alpha/hp-timing.h
+++ b/sysdeps/alpha/hp-timing.h
@@ -22,7 +22,7 @@
 
 #include <string.h>
 #include <sys/param.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* The macros defined here use the timestamp counter in IA-64.  They
    provide a very accurate way to measure the time with very little

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

Summary of changes:
 ChangeLog.alpha           |    5 +++++
 sysdeps/alpha/hp-timing.h |    2 +-
 2 files changed, 6 insertions(+), 1 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]