From: Doug Kwan Date: Thu, 30 Sep 2010 08:12:40 +0000 (+0000) Subject: 2010-09-30 Doug Kwan X-Git-Tag: sid-snapshot-20101001~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f81bc8b5f1973d3b89d1504adf2fe216e86968c2;p=platform%2Fupstream%2Fbinutils.git 2010-09-30 Doug Kwan * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index a42330b..95e45c9 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2010-09-30 Doug Kwan + + * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests. + 2010-09-28 Sriraman Tallam * target.h (Target::can_icf_inline_merge_sections): New virtual 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 \