|
@@ -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 : {
|