2004-09-23 01:18:32

by Jeff Dike

[permalink] [raw]
Subject: [PATCH] UML - linker script cleanup

>From "D. Bahi" @ enterasys.com - remove an unneeded line from the dynamic
linker script.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[email protected]>
Signed-off-by: Jeff Dike <[email protected]>

Index: linux-2.6.9-rc2-mm1-orig/arch/um/kernel/dyn.lds.S
===================================================================
--- linux-2.6.9-rc2-mm1-orig.orig/arch/um/kernel/dyn.lds.S 2004-09-22 19:51:41.000000000 -0400
+++ linux-2.6.9-rc2-mm1-orig/arch/um/kernel/dyn.lds.S 2004-09-22 20:22:42.000000000 -0400
@@ -5,9 +5,6 @@
ENTRY(_start)
jiffies = jiffies_64;

-SEARCH_DIR("/usr/local/i686-pc-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");
-/* Do we need any of these for elf?
- __DYNAMIC = 0; */
SECTIONS
{
. = START + SIZEOF_HEADERS;