* sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
authorJakub Jelinek <jakub@redhat.com>
Mon, 17 Mar 2008 23:41:58 +0000 (23:41 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 17 Mar 2008 23:41:58 +0000 (23:41 +0000)
of ASSEMBLER. nptl/
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: Use __ASSEMBLER__ instead
of ASSEMBLER.
* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Likewise.
2008-03-18  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
of ASSEMBLER.

ChangeLog
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h
nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h
sysdeps/unix/sysv/linux/dl-sysdep.h

index 0687255..e50b5a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
+       of ASSEMBLER.
+
 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #5903]
index b67a8b0..1627caa 100644 (file)
@@ -1,3 +1,10 @@
+2008-03-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: Use __ASSEMBLER__ instead
+       of ASSEMBLER.
+       * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Likewise.
+
 2008-03-14  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Define
index 50902a5..a3b2c77 100644 (file)
@@ -64,7 +64,7 @@ extern void _dl_sysinfo_int80 (void) attribute_hidden;
 
 /* The _dl_discover_osversion function is so far only needed in sysconf
    to check for kernels later than 2.6.23.  */
-#if !defined ASSEMBLER && __LINUX_KERNEL_VERSION < 0x020617
+#if !defined __ASSEMBLER__ && __LINUX_KERNEL_VERSION < 0x020617
 /* Get version of the OS.  */
 extern int _dl_discover_osversion (void) attribute_hidden;
 # define HAVE_DL_DISCOVER_OSVERSION    1
index 1298e59..978f1f7 100644 (file)
@@ -61,7 +61,7 @@ extern void _dl_sysinfo_int80 (void) attribute_hidden;
 
 /* The _dl_discover_osversion function is so far only needed in sysconf
    to check for kernels later than 2.6.23.  */
-#if !defined ASSEMBLER && __LINUX_KERNEL_VERSION < 0x020617
+#if !defined __ASSEMBLER__ && __LINUX_KERNEL_VERSION < 0x020617
 /* Get version of the OS.  */
 extern int _dl_discover_osversion (void) attribute_hidden;
 # define HAVE_DL_DISCOVER_OSVERSION    1
index 42c37ae..5c16bd7 100644 (file)
@@ -68,7 +68,7 @@ extern int _dl_sysinfo_break attribute_hidden;
 
 /* The _dl_discover_osversion function is so far only needed in sysconf
    to check for kernels later than 2.6.23.  */
-#if !defined ASSEMBLER && __LINUX_KERNEL_VERSION < 0x020617
+#if !defined __ASSEMBLER__ && __LINUX_KERNEL_VERSION < 0x020617
 /* Get version of the OS.  */
 extern int _dl_discover_osversion (void) attribute_hidden;
 # define HAVE_DL_DISCOVER_OSVERSION    1
index 0371fe8..f44fa98 100644 (file)
@@ -29,7 +29,7 @@
 
 /* The _dl_discover_osversion function is so far only needed in sysconf
    to check for kernels later than 2.6.23.  */
-#if !defined ASSEMBLER && __LINUX_KERNEL_VERSION < 0x020617
+#if !defined __ASSEMBLER__ && __LINUX_KERNEL_VERSION < 0x020617
 /* Get version of the OS.  */
 extern int _dl_discover_osversion (void) attribute_hidden;
 # define HAVE_DL_DISCOVER_OSVERSION    1