This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[GOLD][COMMITTED] Obvious fixes for broken tests.


I just committed this patch as obvious to fix two broken ARM tests.
The test failed because I had forgotten to adjust the tests after
changing their associated assembly sources.

-Doug


2010-09-30  Doug Kwan  <dougkwan@google.com>

       * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.

Index: gold/testsuite/arm_branch_out_of_range.sh
===================================================================
RCS file: /cvs/src/src/gold/testsuite/arm_branch_out_of_range.sh,v
retrieving revision 1.1
diff -u -u -p -r1.1 arm_branch_out_of_range.sh
--- gold/testsuite/arm_branch_out_of_range.sh   8 Sep 2010 23:54:51
-0000       1.1
+++ gold/testsuite/arm_branch_out_of_range.sh   30 Sep 2010 08:10:05 -0000
@@ -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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]