ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-csky / data.s
1 .text
2 .global __start
3 __start:
4 lrs.b r10, [word1]
5 lrs.h r10, [word1]
6 lrs.w r10, [word1]
7
8 srs.b r11, [word1]
9 srs.h r11, [word1]
10 srs.w r11, [word1]
This page took 0.029801 seconds and 4 git commands to generate.