mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* 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>
|
2003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||||
|
|
||||||
* s390.h: Add s390 TLS relocations.
|
* s390.h: Add s390 TLS relocations.
|
||||||
|
@ -99,6 +99,9 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
|
|||||||
position independent code. */
|
position independent code. */
|
||||||
#define EF_MIPS_CPIC 0x00000004
|
#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) */
|
/* Code in file uses UCODE (obsolete) */
|
||||||
#define EF_MIPS_UCODE 0x00000010
|
#define EF_MIPS_UCODE 0x00000010
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user