ubsan: aarch64: left shift cannot be represented in type 'int64_t'
[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.029551 seconds and 4 git commands to generate.