1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-18 21:13:23 +01:00

kern: discard std::__cmpexch_failure_order(std::memory_order)

This commit is contained in:
Michael Scire 2021-01-08 02:44:04 -08:00
parent 1e643f7ab0
commit a6e3a93c07

View file

@ -174,7 +174,7 @@ SECTIONS
================== */
/* Discard sections that difficult post-processing */
/DISCARD/ : { *(.group .comment .note .interp .fini_array .fini_array.*) }
/DISCARD/ : { *(.group .comment .note .interp .fini_array .fini_array.* .text._ZSt23__cmpexch_failure_orderSt12memory_order) }
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }