Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / sec-11.ld
CommitLineData
b46fa768
HPN
1OUTPUT_ARCH(mmix)
2ENTRY(Main)
3SECTIONS
4{
5 .text 0x101 : /* Note the misaligned address; must trig a linker error. */
6 { *(.text*); Main = _start; }
7
8 .MMIX.reg_contents :
9 { *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); }
10}
This page took 0.305396 seconds and 4 git commands to generate.