summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/all/sleb128-7.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/all/sleb128-7.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/all/sleb128-7.s16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/all/sleb128-7.s b/binutils-2.25/gas/testsuite/gas/all/sleb128-7.s
new file mode 100644
index 00000000..090217fd
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/all/sleb128-7.s
@@ -0,0 +1,16 @@
+ .text
+_L1:
+ .byte 0
+ .byte 0
+ .byte 0
+_L2:
+
+ .data
+ .sleb128 200+(_L2 - _L1)
+ .byte 42
+ .sleb128 200+(_L1 - _L2)
+ .byte 42
+ .sleb128 (_L2 - _L1)+200
+ .byte 42
+ .sleb128 (_L1 - _L2)+200
+ .byte 42