Make the objfile constructor private
[deliverable/binutils-gdb.git] / gold / testsuite / arm_branch_in_range.sh
index 43b50c6a1fdc691287fc70bcfb00aa3feb151273..7b6a3334b61b31ca75912486f6863eb2d005f315 100755 (executable)
@@ -3,7 +3,7 @@
 # arm_branch_in_range.sh -- test ARM/THUMB/THUMB branch instructions whose
 # targets are just within 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.
@@ -61,4 +61,13 @@ check thumb2_blx_in_range.stdout \
  " 2000006:    f400 c000       blx     1000008 <_backward_target>"
 check thumb2_blx_in_range.stdout \
  " 200000c:    f3ff c7fe       blx     300000c <_forward_target>"
+check arm_thm_jump11.stdout \
+ "    8804:    e400            b.n     8008 <_backward_target>"
+check arm_thm_jump11.stdout \
+ "    8806:    e3ff            b.n     9008 <_forward_target>"
+check arm_thm_jump8.stdout \
+ "    8104:    d080            beq.n   8008 <_backward_target>"
+check arm_thm_jump8.stdout \
+ "    8106:    d07f            beq.n   8208 <_forward_target>"
+
 exit 0
This page took 0.032568 seconds and 4 git commands to generate.