[PATCH] UML - linker script cleanup

From: Jeff Dike
Date: Wed Sep 22 2004 - 20:23:04 EST


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

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@xxxxxxxx>
Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>

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;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/