PR ld/21375: MIPS: Fix non-zero run-time value for undefined weaks
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reginfo-2.s
1 .section .foo, "aw", @progbits
2 .globl foo
3 .type foo, @object
4 foo:
5 .set .Li, 0
6 .rept 32
7 .set .Li, .Li + 1
8 .byte .Li
9 .endr
10 .size foo, . - foo
This page took 0.029489 seconds and 4 git commands to generate.