Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-arm/script-type.ld
2023-03-06 14:48:14 +01:00

10 lines
138 B
Plaintext

SECTIONS {
.text : {
foo_a = bar_a;
foo_t = bar_t;
foo_o = bar_o;
*(.text)
}
.ARM.attribues 0 : { *(.ARM.attributes) }
}