All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] UML - linker script cleanup
@ 2004-09-23  2:22 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2004-09-23  2:22 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, blaisorblade_spam

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

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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-23  1:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-23  2:22 [PATCH] UML - linker script cleanup Jeff Dike

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.