4 lines
65 B
Text
4 lines
65 B
Text
SECTIONS {
|
|
.foo : { *(.foo) }
|
|
.bar 0x2000000 : { *(.bar) }
|
|
}
|