* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless

typo in #if test.
This commit is contained in:
Alexandre Oliva 2003-03-22 12:50:46 +00:00
parent 2b15a21180
commit 721e2474d6

View 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