Avoid exponential behavior in rust_evaluate_subexp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / refdbglib.s
CommitLineData
1448fa32
KK
1 .text
2 .global foo
3 .data
4 .align 2
5 .type foo, @object
6 .size foo, 4
7foo:
8 .long 1
This page took 0.59255 seconds and 4 git commands to generate.