Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / pr12815-1.ld
CommitLineData
4b9dc14e
HPN
1OUTPUT_FORMAT("binary")
2ENTRY(start)
3SECTIONS
4{
5 . = 0x8000000000100000;
6 .text : AT(ADDR(.text) - 0x8000000000100000)
7 {
8 *(.text)
9 *(.data)
10 *(.rodata*)
11 *(COMMON*)
12 *(.bss*)
13 }
14}
This page took 0.431569 seconds and 4 git commands to generate.