summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/mips-micro.s
blob: 0d0b11f6fdb2007b33de0a9b652b1251872669b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
  .text
  .set micromips
  .global foo
  .type foo,@function
foo:
  nop

  .set nomicromips
  .global bar
  .type bar,@function
bar:
  nop
OpenPOWER on IntegriCloud