linux-zen-server/arch/m68k/include/asm/module.lds.h

8 lines
91 B
C
Raw Normal View History

2023-08-30 17:53:23 +02:00
SECTIONS {
.m68k_fixup : {
__start_fixup = .;
*(.m68k_fixup)
__stop_fixup = .;
}
}