lkml.org 
[lkml]   [2003]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH][v850] Add leading underline to new linker-script symbols on the v850
Date
From
This is needed to match the output of the C compiler.

diff -ruN -X../cludes linux-2.5.68-uc0/arch/v850/vmlinux.lds.S linux-2.5.68-uc0-v850-20030421/arch/v850/vmlinux.lds.S
--- linux-2.5.68-uc0/arch/v850/vmlinux.lds.S 2003-04-21 10:52:40.000000000 +0900
+++ linux-2.5.68-uc0-v850-20030421/arch/v850/vmlinux.lds.S 2003-04-21 11:39:51.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) \
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.031 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site