8 lines
91 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
SECTIONS {
.m68k_fixup : {
__start_fixup = .;
*(.m68k_fixup)
__stop_fixup = .;
}
}