summaryrefslogtreecommitdiffstats
path: root/sys/sys/elf_common.h
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-02-03 15:35:58 +0000
committeremaste <emaste@FreeBSD.org>2015-02-03 15:35:58 +0000
commit64562d8152d305f9fd0d691ea8092514772118e1 (patch)
tree451759ec80cbd5f4f32a06c93f24e67db5937bf0 /sys/sys/elf_common.h
parentc215a1c7d8b2d4344beb5e999ffd886e5244a305 (diff)
downloadFreeBSD-src-64562d8152d305f9fd0d691ea8092514772118e1.zip
FreeBSD-src-64562d8152d305f9fd0d691ea8092514772118e1.tar.gz
Define SHT_GNU_LIBLIST and R_MIPS_64
MFC of r260793
Diffstat (limited to 'sys/sys/elf_common.h')
-rw-r--r--sys/sys/elf_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index 2b9a759..3f6eebb 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -281,6 +281,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
@@ -772,6 +773,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 */
OpenPOWER on IntegriCloud