summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gas/testsuite/gas/all/sleb128-7.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/gas/testsuite/gas/all/sleb128-7.s')
-rw-r--r--binutils-2.24/gas/testsuite/gas/all/sleb128-7.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/binutils-2.24/gas/testsuite/gas/all/sleb128-7.s b/binutils-2.24/gas/testsuite/gas/all/sleb128-7.s
deleted file mode 100644
index 090217fd..00000000
--- a/binutils-2.24/gas/testsuite/gas/all/sleb128-7.s
+++ /dev/null
@@ -1,16 +0,0 @@
- .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