MIPS/BFD: Move attribute check after ELF file header flag check
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-4a.s
1 .abicalls
2 .option pic0
3 .global obj1
4 .global obj2
5 .global obj3
6
7 .type obj1,%object
8 .type obj2,%object
9 .type obj3,%object
10
11 .size obj1,8
12 .size obj2,4
13 .size obj3,16
14
15 .data
16 obj1:
17 .word 1, 2
18 obj2:
19 .word 3
20 obj3:
21 .word 5, 6, 7, 8
22
This page took 0.030731 seconds and 4 git commands to generate.