diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/gc-relocs-257.s')
-rw-r--r-- | ld/testsuite/ld-aarch64/gc-relocs-257.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/gc-relocs-257.s b/ld/testsuite/ld-aarch64/gc-relocs-257.s new file mode 100644 index 0000000..dcc9db1 --- /dev/null +++ b/ld/testsuite/ld-aarch64/gc-relocs-257.s @@ -0,0 +1,8 @@ + .text + .word tempy + .xword tempy2 + .hword tempy3 + .hword tempy3+8 + + and x0, x0, x0 + and x0, x0, #0x1 |