Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include binutils decided to shuffle around its ...
details: https://anonhg.NetBSD.org/src/rev/153ae1991726
branches: trunk
changeset: 819444:153ae1991726
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Dec 05 12:42:33 2016 +0000
description:
binutils decided to shuffle around its extensions a long time ago. Since
we don't actually use them for anything, follow them.
diffstat:
sys/arch/sh3/include/elf_machdep.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r f4c205918079 -r 153ae1991726 sys/arch/sh3/include/elf_machdep.h
--- a/sys/arch/sh3/include/elf_machdep.h Mon Dec 05 10:05:11 2016 +0000
+++ b/sys/arch/sh3/include/elf_machdep.h Mon Dec 05 12:42:33 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index