diff options
Diffstat (limited to 'gas/testsuite/gas/aarch64/reloc-prel_g2.d')
-rw-r--r-- | gas/testsuite/gas/aarch64/reloc-prel_g2.d | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/gas/aarch64/reloc-prel_g2.d b/gas/testsuite/gas/aarch64/reloc-prel_g2.d new file mode 100644 index 0000000..80d1870 --- /dev/null +++ b/gas/testsuite/gas/aarch64/reloc-prel_g2.d @@ -0,0 +1,15 @@ +#objdump: -dr + +.*: file format .* + +Disassembly of section \.text: + +0000000000000000 <.*>: + 0: 8a000000 and x0, x0, x0 + 4: 92400000 and x0, x0, #0x1 + 8: d2c00004 movz x4, #0x0, lsl #32 + 8: R_AARCH64_MOVW_PREL_G2 tempy + c: d2c00007 movz x7, #0x0, lsl #32 + c: R_AARCH64_MOVW_PREL_G2 tempy2 + 10: d2c00011 movz x17, #0x0, lsl #32 + 10: R_AARCH64_MOVW_PREL_G2 tempy3 |