gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-reloc-absolute-lo.ld
1 SECTIONS
2 {
3 bar = 0x2345678;
4 .text : { *(.text) }
5 /DISCARD/ : { *(*) }
6 }
This page took 0.0322 seconds and 4 git commands to generate.