From be35d4daa3f2525b35bab1882bf3d2685cfd28ab Mon Sep 17 00:00:00 2001 From: cvs2svn <> Date: Fri, 31 Jan 2003 21:24:33 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'interps-20030202-branch'. Sprout from cagney-unwind-20030108-branch 2003-01-09 20:50:26 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'cagney-' Cherrypick from master 2003-01-31 21:24:32 UTC John David Anglin ' * hppa.h (ldwa, ldda): Add ordered opcodes.': ChangeLog Makefile.in Makefile.tpl config.if configure configure.in include/ChangeLog include/coff/ti.h include/coff/tic4x.h include/elf/ChangeLog include/elf/common.h include/elf/mips.h include/elf/ppc.h include/elf/ppc64.h include/elf/s390.h include/elf/sh.h include/elf/sparc.h include/hashtab.h include/opcode/ChangeLog include/opcode/hppa.h include/opcode/m68hc11.h include/splay-tree.h --- include/elf/mips.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/elf/mips.h') 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 -- cgit v1.2.3