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-145-ga22f12b


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  a22f12b477654522f5be86a0148c30b7a24bd507 (commit)
      from  148cf100de9bf0fad4009c4294df436de4db7577 (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=a22f12b477654522f5be86a0148c30b7a24bd507

commit a22f12b477654522f5be86a0148c30b7a24bd507
Author: Marek Polacek <polacek@redhat.com>
Date:   Tue Feb 7 22:40:49 2012 +0100

    Remove _G_ARGS macros.

diff --git a/ChangeLog b/ChangeLog
index 51f6059..2ebf72b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-02-07  Marek Polacek  <polacek@redhat.com>
 
+	* sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
+	* sysdeps/gnu/_G_config.h: Likewise.
+	* sysdeps/mach/hurd/_G_config.h: Likewise.
+
+2012-02-07  Marek Polacek  <polacek@redhat.com>
+
 	* math/Makefile (tests): Add tst-CMPLX2.
 	* math/tst-CMPLX2.c: New file.
 
diff --git a/sysdeps/generic/_G_config.h b/sysdeps/generic/_G_config.h
index 67b8dcd..0838cfb 100644
--- a/sysdeps/generic/_G_config.h
+++ b/sysdeps/generic/_G_config.h
@@ -83,7 +83,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
 #define _G_VTABLE_LABEL_PREFIX "_vt."
 #define _G_VTABLE_LABEL_HAS_LENGTH 1
 
-
-#define _G_ARGS(ARGLIST) ARGLIST
-
 #endif	/* _G_config.h */
diff --git a/sysdeps/gnu/_G_config.h b/sysdeps/gnu/_G_config.h
index fe43f8c..07ad8ca 100644
--- a/sysdeps/gnu/_G_config.h
+++ b/sysdeps/gnu/_G_config.h
@@ -91,7 +91,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
 #define _G_VTABLE_LABEL_PREFIX "__vt_"
 #define _G_VTABLE_LABEL_PREFIX_ID __vt_
 
-
-#define _G_ARGS(ARGLIST) ARGLIST
-
 #endif	/* _G_config.h */
diff --git a/sysdeps/mach/hurd/_G_config.h b/sysdeps/mach/hurd/_G_config.h
index 8c68561..1d2b262 100644
--- a/sysdeps/mach/hurd/_G_config.h
+++ b/sysdeps/mach/hurd/_G_config.h
@@ -90,7 +90,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
 #define _G_VTABLE_LABEL_PREFIX "__vt_"
 #define _G_VTABLE_LABEL_PREFIX_ID __vt_
 
-
-#define _G_ARGS(ARGLIST) ARGLIST
-
 #endif	/* _G_config.h */

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

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