OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/gnu-old/binutils-2.18.50/binutils/testsuite/binutils-all/arm
    from Rev 156 to Rev 816
    Reverse comparison

Rev 156 → Rev 816

/thumb2-cond.s
0,0 → 1,6
.thumb
foo:
.short 0xf000, 0xf800
.short 0xbf38
.short 0xf000, 0xbf04
bx lr
/objdump.exp
0,0 → 1,63
# Copyright 2004, 2007
# Free Software Foundation, Inc.
 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
if {![istarget "arm*-*-*"]} then {
return
}
 
if {![is_remote host] && [which $OBJDUMP] == 0} then {
perror "$OBJDUMP does not exist"
return
}
 
send_user "Version [binutil_version $OBJDUMP]"
 
###########################
# Set up the test of movem.s
###########################
 
if {![binutils_assemble $srcdir/$subdir/thumb2-cond.s tmpdir/thumb2-cond.o]} then {
return
}
 
if [is_remote host] {
set objfile [remote_download host tmpdir/thumb2-cond.o]
} else {
set objfile tmpdir/thumb2-cond.o
}
 
# Make sure that conditional instructions are correctly decoded.
 
set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=6 $objfile"]
 
set want "bcc.w\[ \t\]*e12.*bx\[ \t\]*lr"
 
if [regexp $want $got] then {
pass "thumb2-cond test1"
} else {
fail "thumb2-cond test1"
}
 
set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=10 $objfile"]
 
set want "bx\[ \t\]*lr"
 
if [regexp $want $got] then {
pass "thumb2-cond test2"
} else {
fail "thumb2-cond test2"
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.