JustOS/linux-6.13/arch/m68k/include/asm/module.lds.h

8 lines
91 B
C
Raw Normal View History

2025-01-24 14:00:19 +00:00
SECTIONS {
.m68k_fixup : {
__start_fixup = .;
*(.m68k_fixup)
__stop_fixup = .;
}
}