mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-29 04:43:31 +08:00
7 lines
97 B
Raku
7 lines
97 B
Raku
NOCROSSREFS ( .text .data )
|
|
SECTIONS
|
|
{
|
|
.text : { *(.text) }
|
|
.data : { *(.data) *(.sdata) }
|
|
}
|