Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-mn10300/i135409-5.t
2023-03-06 14:48:14 +01:00

23 lines
295 B
Raku

SECTIONS
{
. = 0x0;
.text1 :
{
*(.text1)
}
. = 0x700;
.text :
{
*(.text)
}
. = 0x8100;
.bss :
{
*(.bss)
}
.data :
{
*(.data)
}
}