mips-pic.s 263 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 .option pic2 .section .text.1,"ax",@progbits .align 4 .globl foo1a .type foo1a, @function foo1a: nop .globl foo1b .type foo1b, @function foo1b: nop .section .text.2,"ax",@progbits .align 4 .globl foo2 .type foo2, @function foo2: nop