forked from OSchip/llvm-project
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
SECTIONS {
|
||
|
.foo : { *(.foo) }
|
||
|
.bar 0x2000000 : { *(.bar) }
|
||
|
}
|