mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
kern: discard std::__cmpexch_failure_order(std::memory_order)
This commit is contained in:
parent
1e643f7ab0
commit
a6e3a93c07
1 changed files with 1 additions and 1 deletions
|
@ -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) }
|
||||
|
|
Loading…
Reference in a new issue