mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +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 = .;
|
|
|
|
}
|
|
}
|