aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-08-20 17:33:44 +0100
committerNick Clifton <nickc@redhat.com>2019-08-20 17:33:44 +0100
commit722a298cca946e8dd219a6e55ae48fa48ea4d994 (patch)
tree473792c0232b90a924d47c8057af190737feb065 /gas/testsuite
parent546053acfa1518063ed0ea94c3e35c05089c32fc (diff)
downloadgdb-722a298cca946e8dd219a6e55ae48fa48ea4d994.zip
gdb-722a298cca946e8dd219a6e55ae48fa48ea4d994.tar.gz
gdb-722a298cca946e8dd219a6e55ae48fa48ea4d994.tar.bz2
Remove test files for a different patch accidentally committed with patch for ARM CPU additions.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/gas/arm/pr24907.d19
-rw-r--r--gas/testsuite/gas/arm/pr24907.s16
2 files changed, 0 insertions, 35 deletions
diff --git a/gas/testsuite/gas/arm/pr24907.d b/gas/testsuite/gas/arm/pr24907.d
deleted file mode 100644
index 8268d4b..0000000
--- a/gas/testsuite/gas/arm/pr24907.d
+++ /dev/null
@@ -1,19 +0,0 @@
-# name: Disassembling variable width insns with relocs (PR 24907)
-# as:
-# objdump: -d
-# This test is only valid on ELF based ports.
-#notarget: *-*-pe *-*-wince *-*-vxworks
-
-.*: +file format .*arm.*
-
-Disassembly of section \.text:
-
-0+000 <foo>:
- 0: 46c0 nop ; .*
- 2: f7ff fffe bl 0 <log_func>
- 6: e002 b\.n e <func\+0x2>
- 8: f7ff fffe bl c <func>
-
-0+000c <func>:
- c: 46c0 nop ; .*
- e: 46c0 nop ; .*
diff --git a/gas/testsuite/gas/arm/pr24907.s b/gas/testsuite/gas/arm/pr24907.s
deleted file mode 100644
index ee8114e..0000000
--- a/gas/testsuite/gas/arm/pr24907.s
+++ /dev/null
@@ -1,16 +0,0 @@
- .syntax unified
- .text
- .thumb
-
-.global foo
-foo:
- nop
- bl log_func
- b.n .L1
- bl func
-
-.global func
-func:
- nop
-.L1:
- nop