Remove test files for a different patch accidentally committed with patch for ARM CPU additions.

This commit is contained in:
Nick Clifton 2019-08-20 17:33:44 +01:00
parent 546053acfa
commit 722a298cca
2 changed files with 0 additions and 35 deletions

View File

@ -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 ; .*

View File

@ -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