3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-22 07:05:54 +00:00
Brooklyn/arch/m68k/include/asm/module.lds.h
2022-04-02 18:08:56 +05:00

8 lines
91 B
C

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