PR25882, .gnu.attributes are not checked for shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / mmohdr1.ld
1 OUTPUT_ARCH(mmix)
2 OUTPUT_FORMAT("mmo")
3 ENTRY(Main)
4 SECTIONS
5 {
6 .text 0x100 + sizeof_headers :
7 { *(.text); Main = _start; }
8
9 .MMIX.reg_contents :
10 { *(.MMIX.reg_contents); }
11 }
This page took 0.048093 seconds and 4 git commands to generate.