* mips.h (EF_MIPS_XGOT): Define.
This commit is contained in:
parent
500acc57eb
commit
6816724d0d
|
@ -1,3 +1,7 @@
|
|||
2003-01-27 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* mips.h (EF_MIPS_XGOT): Define.
|
||||
|
||||
2003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
|
||||
* s390.h: Add s390 TLS relocations.
|
||||
|
|
|
@ -99,6 +99,9 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
|
|||
position independent code. */
|
||||
#define EF_MIPS_CPIC 0x00000004
|
||||
|
||||
/* ??? Unknown flag, set in IRIX 6's BSDdup2.o in libbsd.a. */
|
||||
#define EF_MIPS_XGOT 0x00000008
|
||||
|
||||
/* Code in file uses UCODE (obsolete) */
|
||||
#define EF_MIPS_UCODE 0x00000010
|
||||
|
||||
|
|
Loading…
Reference in New Issue