summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/mips-pic.s
blob: 880903241d3d5b2b66e55d58f80e3336a858963f (plain)
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
OpenPOWER on IntegriCloud