2003-05-27 09:11:26

by Miles Bader

[permalink] [raw]
Subject: [PATCH][v850] Add leading underline to new linker-script symbols on the v850

This is needed to match the output of the C compiler.

diff -ruN -X../cludes linux-2.5.70/arch/v850/vmlinux.lds.S linux-2.5.70-v850-20030527/arch/v850/vmlinux.lds.S
--- linux-2.5.70/arch/v850/vmlinux.lds.S 2003-04-21 10:52:40.000000000 +0900
+++ linux-2.5.70-v850-20030527/arch/v850/vmlinux.lds.S 2003-05-27 16:09:43.000000000 +0900
@@ -105,9 +110,9 @@
#define RAMK_INIT_CONTENTS_NO_END \
. = ALIGN (4096) ; \
__init_start = . ; \
- _sinittext = .; \
+ __sinittext = .; \
*(.init.text) /* 2.5 convention */ \
- _einittext = .; \
+ __einittext = .; \
*(.init.data) \
*(.text.init) /* 2.4 convention */ \
*(.data.init) \