Files
Debian-9-Kernel/arch/m68k/kernel/module.lds
T

8 lines
91 B
Plaintext
Raw Normal View History

2023-05-02 09:58:35 +02:00
SECTIONS {
.m68k_fixup : {
__start_fixup = .;
*(.m68k_fixup)
__stop_fixup = .;
}
}