diff options
Diffstat (limited to 'arch/um/include/asm/common.lds.S')
-rw-r--r-- | arch/um/include/asm/common.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/common.lds.S b/arch/um/include/asm/common.lds.S index 1dd5bd8a8c59..133055311dce 100644 --- a/arch/um/include/asm/common.lds.S +++ b/arch/um/include/asm/common.lds.S | |||
@@ -81,7 +81,7 @@ | |||
81 | .altinstr_replacement : { *(.altinstr_replacement) } | 81 | .altinstr_replacement : { *(.altinstr_replacement) } |
82 | /* .exit.text is discard at runtime, not link time, to deal with references | 82 | /* .exit.text is discard at runtime, not link time, to deal with references |
83 | from .altinstructions and .eh_frame */ | 83 | from .altinstructions and .eh_frame */ |
84 | .exit.text : { *(.exit.text) } | 84 | .exit.text : { EXIT_TEXT } |
85 | .exit.data : { *(.exit.data) } | 85 | .exit.data : { *(.exit.data) } |
86 | 86 | ||
87 | .preinit_array : { | 87 | .preinit_array : { |