mirror_ubuntu-kernels/arch/m68k/include/asm/module.lds.h

8 lines
91 B
C
Raw Normal View History

2024-07-02 00:48:40 +03:00
SECTIONS {
.m68k_fixup : {
__start_fixup = .;
*(.m68k_fixup)
__stop_fixup = .;
}
}