mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
* 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.
This commit is contained in:
parent
34f8ef1b4b
commit
039f839ca1
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user