[PATCH] uml: fix static linking for real

There was a typo in commit b40b478e99,
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>
This commit is contained in:
Paolo 'Blaisorblade' Giarrusso
2007-03-31 03:20:27 +02:00
committed by Chris Wright
parent 30944b3a44
commit 470cf5d01d
+1 -1
View File
@@ -15,7 +15,7 @@
PROVIDE (_unprotected_end = .);
. = ALIGN(4096);
.note : { *(note.*) }
.note : { *(.note.*) }
__start___ex_table = .;
__ex_table : { *(__ex_table) }
__stop___ex_table = .;