]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
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)
typo in #if test.

sysdeps/mips/dl-machine.h

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