[Gold, aarch64] Implement some AArch64 relocs.
[deliverable/binutils-gdb.git] / gold / testsuite / aarch64_globals.s
1 .global abs_0x1234
2 abs_0x1234=0x1234
3
4 .global abs_0x11000
5 abs_0x11000=0x11000
6
7 .global abs_0x45000
8 abs_0x45000=0x45000
9
10 .global abs_0x3600010000
11 abs_0x3600010000=0x3600010000
This page took 0.031908 seconds and 5 git commands to generate.