mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
|
SECTIONS
|
||
|
{
|
||
|
bar = foo;
|
||
|
.text : { *(.text) }
|
||
|
.tbss : { *(.tbss) }
|
||
|
/DISCARD/ : { *(*) }
|
||
|
}
|