]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/bpf/imm32-overflow.s
gas: change meaning of ; in the BPF assembler
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bpf / imm32-overflow.s
CommitLineData
03460429 1 add %r1, 2147483647
4c5f2370 2 or %r2, 4294967296 /* This overflows. */
5be1b787 3 xor %r3, 4294967295
4c5f2370 4 sub %r4, 4294967296 /* This overflows. */