Update MIPS PIE tests for DF_1_PIE change
[deliverable/binutils-gdb.git] / ld / testsuite / ld-undefined / require-defined.s
CommitLineData
0a618243
AB
1 .text
2 .global _start
3_start:
4 .word 0
5
6 .section .text.1, "ax"
7 .global bar
8bar:
9 .word 0
This page took 0.028496 seconds and 4 git commands to generate.