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.16-ports-merge-331-gad35fc0


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  ad35fc005bd7613218873f56d8d5a709cd67e5d3 (commit)
      from  361818d50219bd9be2c41954a702b748f2240099 (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=ad35fc005bd7613218873f56d8d5a709cd67e5d3

commit ad35fc005bd7613218873f56d8d5a709cd67e5d3
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Sep 13 16:13:09 2012 +0000

    Remove _G_HAVE_PRINTF_FP.

diff --git a/ChangeLog b/ChangeLog
index 11120ac..f9ee464 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-09-13  Joseph Myers  <joseph@codesourcery.com>
+
+	* libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
+	* sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
+	* sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
+	* sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
+
 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #14518]
diff --git a/libio/libio.h b/libio/libio.h
index bbfdd9d..14bb9a6 100644
--- a/libio/libio.h
+++ b/libio/libio.h
@@ -62,9 +62,6 @@
 #endif /*!__P*/
 
 #define _IO_UNIFIED_JUMPTABLES 1
-#ifndef _G_HAVE_PRINTF_FP
-# define _IO_USE_DTOA 1
-#endif
 
 #ifndef EOF
 # define EOF (-1)
diff --git a/sysdeps/generic/_G_config.h b/sysdeps/generic/_G_config.h
index 71f67f0..df08676 100644
--- a/sysdeps/generic/_G_config.h
+++ b/sysdeps/generic/_G_config.h
@@ -56,7 +56,6 @@ typedef union
 #define _G_NEED_STDARG_H 1
 #define _G_va_list __gnuc_va_list
 
-#define _G_HAVE_PRINTF_FP 1
 #define _G_HAVE_MMAP 1
 #define _G_HAVE_IO_GETLINE_INFO 1
 
diff --git a/sysdeps/gnu/_G_config.h b/sysdeps/gnu/_G_config.h
index dd6e649..7d71643 100644
--- a/sysdeps/gnu/_G_config.h
+++ b/sysdeps/gnu/_G_config.h
@@ -56,7 +56,6 @@ typedef union
 #define _G_NEED_STDARG_H 1
 #define _G_va_list __gnuc_va_list
 
-#define _G_HAVE_PRINTF_FP 1
 #define _G_HAVE_MMAP 1
 #define _G_HAVE_MREMAP 1
 #define _G_HAVE_IO_GETLINE_INFO 1
diff --git a/sysdeps/mach/hurd/_G_config.h b/sysdeps/mach/hurd/_G_config.h
index 965cc71..0808a55 100644
--- a/sysdeps/mach/hurd/_G_config.h
+++ b/sysdeps/mach/hurd/_G_config.h
@@ -56,7 +56,6 @@ typedef union
 #define _G_NEED_STDARG_H 1
 #define _G_va_list __gnuc_va_list
 
-#define _G_HAVE_PRINTF_FP 1
 #define _G_HAVE_MMAP 1
 #define _G_HAVE_IO_GETLINE_INFO 1
 

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

Summary of changes:
 ChangeLog                     |    7 +++++++
 libio/libio.h                 |    3 ---
 sysdeps/generic/_G_config.h   |    1 -
 sysdeps/gnu/_G_config.h       |    1 -
 sysdeps/mach/hurd/_G_config.h |    1 -
 5 files changed, 7 insertions(+), 6 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]