mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
7 lines
97 B
Raku
7 lines
97 B
Raku
NOCROSSREFS ( .text .data )
|
|
SECTIONS
|
|
{
|
|
.text : { *(.text) }
|
|
.data : { *(.data) *(.sdata) }
|
|
}
|