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