mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08: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 = .;
|
||
|
|
||
|
}
|
||
|
}
|