From: Jeff Dike <jdike@addtoit.com>

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

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/um/kernel/dyn.lds.S |    3 ---
 1 files changed, 3 deletions(-)

diff -puN arch/um/kernel/dyn.lds.S~uml-linker-script-cleanup arch/um/kernel/dyn.lds.S
--- 25/arch/um/kernel/dyn.lds.S~uml-linker-script-cleanup	2004-09-23 00:08:03.297574656 -0700
+++ 25-akpm/arch/um/kernel/dyn.lds.S	2004-09-23 00:08:03.301574048 -0700
@@ -5,9 +5,6 @@ OUTPUT_ARCH(ELF_ARCH)
 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;
_