diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/generic/_G_config.h | 3 | ||||
-rw-r--r-- | sysdeps/gnu/_G_config.h | 3 | ||||
-rw-r--r-- | sysdeps/mach/hurd/_G_config.h | 3 |
4 files changed, 6 insertions, 9 deletions
@@ -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 67b8dcdd10..0838cfbabb 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 fe43f8c894..07ad8ca8f3 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 8c685619fe..1d2b262792 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 */ |