mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
a27be4d5bf
ld-mmix/bpo-9.s, ld-mmix/bpo-19.d, ld-mmix/bpo-19m.d, ld-mmix/bpo-10.s, ld-mmix/bpo-20.d, ld-mmix/bpo-20m.d: New tests for on-demand global register allocation.
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
OUTPUT_ARCH(mmix)
|
|
ENTRY(Main)
|
|
SECTIONS
|
|
{
|
|
.text 0x100 :
|
|
{ *(.text.x); *(.text.x2); }
|
|
|
|
.text.away 0x4000000000001060 :
|
|
{ *(.text); Main = _start; }
|
|
|
|
.MMIX.reg_contents :
|
|
{ *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); }
|
|
}
|