Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-mmix/sec-11.ld
2023-03-06 14:48:14 +01:00

10 lines
246 B
Text

OUTPUT_ARCH(mmix)
ENTRY(Main)
SECTIONS
{
.text 0x101 : /* Note the misaligned address; must trig a linker error. */
{ *(.text*); Main = _start; }
.MMIX.reg_contents :
{ *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); }
}