Avoid exponential behavior in rust_evaluate_subexp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / basefile1.s
CommitLineData
1e972e65
KT
1.globl _start
2.globl start
3.text
4_start:
5start:
6 .long 0
7
8.globl _d1
9.globl _d2
10.globl _d3
11.data
12_d1:
13 .long 1
14_d2:
15 .secrel32 _d3
16_d3:
17 .long 2
18
This page took 0.314464 seconds and 4 git commands to generate.