Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-01-28 03:01:08 +0300
committerAlexandre Oliva <aoliva@redhat.com>2003-01-28 03:01:08 +0300
commit6816724d0dd8f88d93f2fae056a8dd7a27e2d1c4 (patch)
tree4306b99f721d3b20c8c7cfbe7fc6444eccb3a83c /include/elf
parent500acc57ebb0279a26daf25ae581e0f3f7e672d2 (diff)
* mips.h (EF_MIPS_XGOT): Define.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/mips.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 2da4eb871..7b6f177e2 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/mips.h b/include/elf/mips.h
index 964c59a12..44f7cb929 100644
--- a/include/elf/mips.h
+++ b/include/elf/mips.h
@@ -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