Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vax-elf / export-class.ld
1 ENTRY (foo);
2 SECTIONS
3 {
4 .text : { *(.text) }
5 .got : { *(.got.plt) *(.got) }
6 .dynamic : { *(.dynamic) }
7 .rela.got : { *(.rela.got) }
8 .plt : { *(.plt) }
9 .hash : { *(.hash) }
10 .dynsym : { *(.dynsym) }
11 .dynstr : { *(.dynstr) }
12 .shstrtab : { *(.shstrtab) }
13 .symtab : { *(.symtab) }
14 .strtab : { *(.strtab) }
15 /DISCARD/ : { *(*) }
16 }
This page took 0.034692 seconds and 4 git commands to generate.