]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/x86_64_indirect_call_to_direct.sh
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / testsuite / x86_64_indirect_call_to_direct.sh
index 916e1a3a2cb24db823b8635615e2387ceac7faeb..1c67ad52369f59aa9f7b499fda2c1cfb70a317b3 100755 (executable)
@@ -3,7 +3,7 @@
 # x86_64_indirect_call_to_direct.sh -- a test for indirect call(jump) to direct
 # conversion.
 
-# Copyright (C) 2016 Free Software Foundation, Inc.
+# Copyright (C) 2016-2022 Free Software Foundation, Inc.
 # Written by Sriraman Tallam <tmsriram@google.com>
 
 # This file is part of gold.
@@ -25,5 +25,5 @@
 
 set -e
 
-grep -q "callq[ ]\+[a-f0-9]\+ <foo>" x86_64_indirect_call_to_direct1.stdout
-grep -q "jmpq[ ]\+[a-f0-9]\+ <foo>" x86_64_indirect_jump_to_direct1.stdout
+grep -q "call[ ]\+[a-f0-9]\+ <foo>" x86_64_indirect_call_to_direct1.stdout
+grep -q "jmp[ ]\+[a-f0-9]\+ <foo>" x86_64_indirect_jump_to_direct1.stdout