mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
|
INPUT(pr19319.so)
|
||
|
SECTIONS {
|
||
|
my_section : {
|
||
|
__start_my_section = .;
|
||
|
*(my_section);
|
||
|
__stop_my_section = .;
|
||
|
|
||
|
}
|
||
|
}
|