2010-09-30 Doug Kwan <dougkwan@google.com>
authorDoug Kwan <dougkwan@google.com>
Thu, 30 Sep 2010 08:12:40 +0000 (08:12 +0000)
committerDoug Kwan <dougkwan@google.com>
Thu, 30 Sep 2010 08:12:40 +0000 (08:12 +0000)
* gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.

gold/ChangeLog
gold/testsuite/arm_branch_out_of_range.sh

index a42330b3d1410247b798d98fda6fb3b2420a846c..95e45c9bb545d1839a66a3d00edbf72ba6f166ad 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-30  Doug Kwan  <dougkwan@google.com>
+
+       * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
+
 2010-09-28  Sriraman Tallam  <tmsriram@google.com>
 
        * target.h (Target::can_icf_inline_merge_sections): New virtual
index b59b442c8b0697073e36501a71cc0898a4999dbd..aac638f32f43e1ad8a73f677ef58e1980c782711 100755 (executable)
@@ -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 \
This page took 0.039133 seconds and 4 git commands to generate.