Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/tcg/arm/test-armv6m-undef.ld
2023-03-06 14:48:14 +01:00

21 lines
251 B
Text

ENTRY(exc_reset_thumb)
SECTIONS
{
. = 0x0;
.text : {
*(.text)
}
.data : {
*(.data)
}
.rodata : {
*(.rodata)
}
.bss : {
*(.bss)
}
/DISCARD/ : {
*(.ARM.attributes)
}
}