Files
2025-04-06 23:50:55 -05:00

8 lines
91 B
Plaintext

SECTIONS {
.m68k_fixup : {
__start_fixup = .;
*(.m68k_fixup)
__stop_fixup = .;
}
}