]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless typo in #if test.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 22 Mar 2003 12:50:46 +0000 (12:50 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 22 Mar 2003 12:50:46 +0000 (12:50 +0000)
2003-03-22  Alexandre Oliva  <aoliva@redhat.com>

* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
typo in #if test.

ChangeLog
sysdeps/mips/dl-machine.h

index 83cf76b148a07f3f3f8e45343c191dfb9f9932a5..054f7b7f5777a92b1652f84aaf430427cd3fef93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
+       typo in #if test.
+
 2003-03-21  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/i386/fpu/libm-test-ulps: Update.
index c7031dce0b092140146e9aafe224256434e4e84b..f64444176b1d817c4a732f3114c82ee2eb274df1 100644 (file)
@@ -130,7 +130,7 @@ elf_machine_load_address (void)
 }
 
 /* The MSB of got[1] of a gnu object is set to identify gnu objects.  */
-#ifdef _ABI64 && _MIPS_SIM == _ABI64
+#if defined _ABI64 && _MIPS_SIM == _ABI64
 # define ELF_MIPS_GNU_GOT1_MASK        0x8000000000000000L
 #else
 # define ELF_MIPS_GNU_GOT1_MASK        0x80000000L
This page took 0.0504520000000001 seconds and 5 git commands to generate.