mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-24 17:42:36 +00:00
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
|
|
SECTIONS {
|
||
|
|
.m68k_fixup : {
|
||
|
|
__start_fixup = .;
|
||
|
|
*(.m68k_fixup)
|
||
|
|
__stop_fixup = .;
|
||
|
|
}
|
||
|
|
}
|