# From "D. Bahi" @ enterasys.com - remove an unneeded line from the dynamic # linker script. Index: um/arch/um/dyn_link.ld.in =================================================================== --- um.orig/arch/um/dyn_link.ld.in 2004-08-10 11:33:02.000000000 -0400 +++ um/arch/um/dyn_link.ld.in 2004-08-10 11:45:11.000000000 -0400 @@ -1,9 +1,7 @@ OUTPUT_FORMAT("ELF_FORMAT") OUTPUT_ARCH(ELF_ARCH) ENTRY(_start) -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;