mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
b536df83ee
just the canonical ones.
7 lines
148 B
Perl
7 lines
148 B
Perl
NOCROSSREFS ( .text .data )
|
|
SECTIONS
|
|
{
|
|
.text : { *(.text) *(.text.*) *(.pr) }
|
|
.data : { *(.data) *(.data.*) *(.sdata) *(.rw) *(.tc0) *(.tc) }
|
|
}
|