diff options
author | Kai Wang <kaiw@FreeBSD.org> | 2014-01-16 21:50:26 +0000 |
---|---|---|
committer | Kai Wang <kaiw@FreeBSD.org> | 2014-01-16 21:50:26 +0000 |
commit | 1ecdb6d49d65ce38f02618116de576f36956bd22 (patch) | |
tree | 47d8b71c9819061b29a5504fabd2d7b0e39d5a82 | |
parent | 4e5c697507d1729c4924a520361195ab4eb87960 (diff) |
Notes
-rw-r--r-- | sys/sys/elf_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 000035cd0530c..677d136b4fca9 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -280,6 +280,7 @@ typedef struct { #define SHT_SUNW_cap 0x6ffffff5 #define SHT_SUNW_SIGNATURE 0x6ffffff6 #define SHT_GNU_HASH 0x6ffffff6 +#define SHT_GNU_LIBLIST 0x6ffffff7 #define SHT_SUNW_ANNOTATE 0x6ffffff7 #define SHT_SUNW_DEBUGSTR 0x6ffffff8 #define SHT_SUNW_DEBUG 0x6ffffff9 @@ -769,6 +770,7 @@ typedef struct { #define R_MIPS_PC16 10 /* PC relative 16 bit */ #define R_MIPS_CALL16 11 /* 16 bit GOT entry for function */ #define R_MIPS_GPREL32 12 /* GP relative 32 bit */ +#define R_MIPS_64 18 /* Direct 64 bit */ #define R_MIPS_GOTHI16 21 /* GOT HI 16 bit */ #define R_MIPS_GOTLO16 22 /* GOT LO 16 bit */ #define R_MIPS_CALLHI16 30 /* upper 16 bit GOT entry for function */ |