]> git.hungrycats.org Git - linux/commitdiff
[PATCH] uml: fix static linking for real
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Sat, 31 Mar 2007 01:20:27 +0000 (03:20 +0200)
committerChris Wright <chrisw@sous-sol.org>
Fri, 6 Apr 2007 20:02:33 +0000 (13:02 -0700)
There was a typo in commit b40b478e9972ec14cf144f1a03f88918789cbfe0,
preventing it from working - 32bit binaries crashed hopelessly before
the below fix and work perfectly now.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
[chrisw: update changelog to reflect -stable commit id]
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
include/asm-um/common.lds.S

index b16222b428218206e2e04e1dad1a2cf99ec12610..f5de80c31e88232bb5af0d64166d71f6485340dd 100644 (file)
@@ -15,7 +15,7 @@
   PROVIDE (_unprotected_end = .);
 
   . = ALIGN(4096);
-  .note : { *(note.*) }
+  .note : { *(.note.*) }
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }
   __stop___ex_table = .;