linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][v850]  Add leading underline to new linker-script symbols on the v850
@ 2003-05-06  3:09 Miles Bader
  2003-05-06  3:37 ` David S. Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Miles Bader @ 2003-05-06  3:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

diff -ruN -X../cludes linux-2.5.69-uc0/arch/v850/vmlinux.lds.S linux-2.5.69-uc0-v850-20030506/arch/v850/vmlinux.lds.S
--- linux-2.5.69-uc0/arch/v850/vmlinux.lds.S	2003-04-21 10:52:40.000000000 +0900
+++ linux-2.5.69-uc0-v850-20030506/arch/v850/vmlinux.lds.S	2003-05-06 10:40:26.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)					      \

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH][v850]  Add leading underline to new linker-script symbols on the v850
@ 2003-05-27  9:21 Miles Bader
  0 siblings, 0 replies; 7+ messages in thread
From: Miles Bader @ 2003-05-27  9:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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)					      \

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH][v850]  Add leading underline to new linker-script symbols on the v850
@ 2003-04-21  5:13 Miles Bader
  0 siblings, 0 replies; 7+ messages in thread
From: Miles Bader @ 2003-04-21  5:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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)					      \

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-05-27  9:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-06  3:09 [PATCH][v850] Add leading underline to new linker-script symbols on the v850 Miles Bader
2003-05-06  3:37 ` David S. Miller
2003-05-06  5:12   ` Miles Bader
2003-05-06  4:14     ` David S. Miller
2003-05-06  5:36       ` Miles Bader
  -- strict thread matches above, loose matches on Subject: below --
2003-05-27  9:21 Miles Bader
2003-04-21  5:13 Miles Bader

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).