Skip to content

Commit

Permalink
[PATCH] uml: fix static linking for real
Browse files Browse the repository at this point in the history
There was a typo in commit 7632fc8,
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>
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Mar 31, 2007
1 parent a5bd178 commit c35e584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-um/common.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
PROVIDE (_unprotected_end = .);

. = ALIGN(4096);
.note : { *(note.*) }
.note : { *(.note.*) }
__start___ex_table = .;
__ex_table : { *(__ex_table) }
__stop___ex_table = .;
Expand Down

0 comments on commit c35e584

Please sign in to comment.