diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/emit-relocs-273.s')
-rw-r--r-- | ld/testsuite/ld-aarch64/emit-relocs-273.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/emit-relocs-273.s b/ld/testsuite/ld-aarch64/emit-relocs-273.s new file mode 100644 index 0000000..d1bad37 --- /dev/null +++ b/ld/testsuite/ld-aarch64/emit-relocs-273.s @@ -0,0 +1,9 @@ +.comm gempy,4,4 +.text + + and x0,x0,x0 + and x0,x0,#0x1 + ldr x4,tempy + ldr x7,tempy2 + ldr x17,tempy3 + |