Remove alloca(0) calls
[deliverable/binutils-gdb.git] / gold / testsuite / arm_branch_out_of_range.sh
index b59b442c8b0697073e36501a71cc0898a4999dbd..684fa5bc65fdc3c189ab6ebb60f0bb0ff6a1e0f4 100755 (executable)
@@ -3,7 +3,7 @@
 # arm_branch_out_of_range.sh -- test ARM/THUMB/THUMB branch instructions whose
 # targets are just out of the branch range limits.
 
-# Copyright 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019 Free Software Foundation, Inc.
 # Written by Doug Kwan <dougkwan@google.com>
 
 # This file is part of gold.
@@ -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.024949 seconds and 4 git commands to generate.