about summary refs log tree commit diff
path: root/sysdeps/mips/dl-machine.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-03-22 12:50:46 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-03-22 12:50:46 +0000
commit039f839ca1ddb245e5139e9a8e684e44370046c3 (patch)
tree3b13c7c668a6373a9ca6e43f8ff67d63cb091ad9 /sysdeps/mips/dl-machine.h
parent34f8ef1b4b18f9aab5621cc1377ed7ad04fa29c2 (diff)
downloadglibc-039f839ca1ddb245e5139e9a8e684e44370046c3.tar.gz
glibc-039f839ca1ddb245e5139e9a8e684e44370046c3.tar.xz
glibc-039f839ca1ddb245e5139e9a8e684e44370046c3.zip
* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless typo in #if test.
2003-03-22  Alexandre Oliva  <aoliva@redhat.com>

	* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
	typo in #if test.
Diffstat (limited to 'sysdeps/mips/dl-machine.h')
-rw-r--r--sysdeps/mips/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h
index c7031dce0b..f64444176b 100644
--- a/sysdeps/mips/dl-machine.h
+++ b/sysdeps/mips/dl-machine.h
@@ -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