summaryrefslogtreecommitdiffstats
path: root/trunk/src/prelink.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/prelink.h')
-rw-r--r--trunk/src/prelink.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/src/prelink.h b/trunk/src/prelink.h
index 741f0a4..bdf6879 100644
--- a/trunk/src/prelink.h
+++ b/trunk/src/prelink.h
@@ -101,6 +101,10 @@ typedef uint8_t Elf64_Byte;
#define DT_MIPS_RWPLT 0x70000034
#endif
+#ifndef SHT_MIPS_DWARF
+#define SHT_MIPS_DWARF 0x7000001e
+#endif
+
#ifndef RSS_UNDEF
#define RSS_UNDEF 0
#endif