diff --git a/gas/testsuite/gas/arm/pr24907.d b/gas/testsuite/gas/arm/pr24907.d deleted file mode 100644 index 8268d4bdc15..00000000000 --- 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 : - 0: 46c0 nop ; .* - 2: f7ff fffe bl 0 - 6: e002 b\.n e - 8: f7ff fffe bl c - -0+000c : - 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 ee8114e5747..00000000000 --- 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