Atmosphere/libraries/libstratosphere/discard-ehframe.ld
2021-01-13 08:30:24 -08:00

7 lines
161 B
Text

SECTIONS
{
/* Discard .eh_frame section */
/DISCARD/ : { *(.group .comment .note .interp)
EXCLUDE_FILE(*crtbegin.o) *(.eh_frame_hdr .eh_frame)
}
}