mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-08 10:30:50 +00:00
Merge branch 'for-linus-4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Pull UML fix from Richard Weinberger: "This contains a fix for a build regression introduced during the merge window" * 'for-linus-4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml: um: Don't discard .text.exit section
This commit is contained in:
commit
4935e04ef4
@ -81,7 +81,7 @@
|
|||||||
.altinstr_replacement : { *(.altinstr_replacement) }
|
.altinstr_replacement : { *(.altinstr_replacement) }
|
||||||
/* .exit.text is discard at runtime, not link time, to deal with references
|
/* .exit.text is discard at runtime, not link time, to deal with references
|
||||||
from .altinstructions and .eh_frame */
|
from .altinstructions and .eh_frame */
|
||||||
.exit.text : { *(.exit.text) }
|
.exit.text : { EXIT_TEXT }
|
||||||
.exit.data : { *(.exit.data) }
|
.exit.data : { *(.exit.data) }
|
||||||
|
|
||||||
.preinit_array : {
|
.preinit_array : {
|
||||||
|
Loading…
Reference in New Issue
Block a user