aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-09-30 08:12:40 +0000
committerDoug Kwan <dougkwan@google.com>2010-09-30 08:12:40 +0000
commitf81bc8b5f1973d3b89d1504adf2fe216e86968c2 (patch)
treeaebf385f500175ba9f71efccdcce5820dc7ab174 /gold/testsuite
parente4dcb664155ce5754aa54b0ebc7095d780cbe2fc (diff)
downloadgdb-f81bc8b5f1973d3b89d1504adf2fe216e86968c2.zip
gdb-f81bc8b5f1973d3b89d1504adf2fe216e86968c2.tar.gz
gdb-f81bc8b5f1973d3b89d1504adf2fe216e86968c2.tar.bz2
2010-09-30 Doug Kwan <dougkwan@google.com>
* gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
Diffstat (limited to 'gold/testsuite')
-rwxr-xr-xgold/testsuite/arm_branch_out_of_range.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/testsuite/arm_branch_out_of_range.sh b/gold/testsuite/arm_branch_out_of_range.sh
index b59b442..aac638f 100755
--- a/gold/testsuite/arm_branch_out_of_range.sh
+++ b/gold/testsuite/arm_branch_out_of_range.sh
@@ -75,7 +75,7 @@ check thumb_blx_out_of_range.stdout \
check thumb_blx_out_of_range.stdout \
" 800100: e51ff004 ldr pc, \[pc, #-4\]"
check thumb_blx_out_of_range.stdout \
- " 800104: 00400006 "
+ " 800104: 00400004 "
check thumb_blx_out_of_range.stdout \
" 800108: e51ff004 ldr pc, \[pc, #-4\]"
check thumb_blx_out_of_range.stdout \
@@ -114,7 +114,7 @@ check thumb2_blx_out_of_range.stdout \
check thumb2_blx_out_of_range.stdout \
" 2000100: e51ff004 ldr pc, \[pc, #-4\]"
check thumb2_blx_out_of_range.stdout \
- " 2000104: 01000006 "
+ " 2000104: 01000004 "
check thumb2_blx_out_of_range.stdout \
" 2000108: e51ff004 ldr pc, \[pc, #-4\]"
check thumb2_blx_out_of_range.stdout \