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, 5 insertions, 3 deletions
diff --git a/ld/testsuite/ld-aarch64/gc-relocs-257.s b/ld/testsuite/ld-aarch64/gc-relocs-257.s index dcc9db1b2d1..f57f9c66697 100644 --- a/ld/testsuite/ld-aarch64/gc-relocs-257.s +++ b/ld/testsuite/ld-aarch64/gc-relocs-257.s @@ -1,8 +1,10 @@ .text - .word tempy + and x0, x0, x0 + and x0, x0, #0x1 .xword tempy2 + + .data + .word tempy .hword tempy3 .hword tempy3+8 - and x0, x0, x0 - and x0, x0, #0x1 |