Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-d10v / regression-001.s
CommitLineData
4c0b7915
TR
1 .section .data
2 ;;
3 ;; The next line caused an earlier ld to core dump.
4 .global .data
5foo:
6 .space 0x0064
7
8 .section .text
9 .global _test
10 .global _start
11_test:
12 ldi r0,foo
13_start:
14 nop
This page took 0.819281 seconds and 4 git commands to generate.