Module Name: src
Committed By: joerg
Date: Mon Dec 5 12:42:33 UTC 2016
Modified Files:
src/sys/arch/sh3/include: elf_machdep.h
Log Message:
binutils decided to shuffle around its extensions a long time ago. Since
we don't actually use them for anything, follow them.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sh3/include/elf_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sh3/include/elf_machdep.h
diff -u src/sys/arch/sh3/include/elf_machdep.h:1.11 src/sys/arch/sh3/include/elf_machdep.h:1.12
--- src/sys/arch/sh3/include/elf_machdep.h:1.11 Thu Oct 23 19:39:42 2014
+++ src/sys/arch/sh3/include/elf_machdep.h Mon Dec 5 12:42:33 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: elf_machdep.h,v 1.11 2014/10/23 19:39:42 christos Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.12 2016/12/05 12:42:33 joerg Exp $ */
#include <machine/endian_machdep.h>
@@ -47,6 +47,11 @@
#define R_SH_DIR8BP 7
#define R_SH_DIR8W 8
#define R_SH_DIR8L 9
+#define R_SH_LOOP_START 10
+#define R_SH_LOOP_END 11
+#define R_SH_GNU_VTINHERIT 22
+#define R_SH_GNU_VTENTRY 23
+#define R_SH_SWITCH8 24
#define R_SH_SWITCH16 25
#define R_SH_SWITCH32 26
#define R_SH_USES 27
@@ -55,11 +60,6 @@
#define R_SH_CODE 30
#define R_SH_DATA 31
#define R_SH_LABEL 32
-#define R_SH_SWITCH8 33
-#define R_SH_GNU_VTINHERIT 34
-#define R_SH_GNU_VTENTRY 35
-#define R_SH_LOOP_START 36
-#define R_SH_LOOP_END 37
/* TLS relocations */
#define R_SH_TLS_GD_32 144