]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/gdb_index_test_comm.sh
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / testsuite / gdb_index_test_comm.sh
index 71003293b2d2402d09dab2399b3dbfb9ecf5c73b..ae2bdec88365a84b904872eccd8f667e45d35d45 100755 (executable)
@@ -2,7 +2,7 @@
 
 # gdb_index_test_comm.sh -- common code for --gdb-index tests.
 
-# Copyright 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2021 Free Software Foundation, Inc.
 # Written by Cary Coutant <ccoutant@google.com>.
 
 # This file is part of gold.
@@ -37,7 +37,7 @@ check()
 
 STDOUT="$1"
 
-check $STDOUT "^Version [45]"
+check $STDOUT "^Version [4-7]"
 
 # Look for the symbols we know should be in the symbol table.
 
@@ -80,5 +80,6 @@ check $STDOUT "^\[ *[0-9]*\] two::c2<int>:"
 check $STDOUT "^\[ *[0-9]*\] two::c2v1:"
 check $STDOUT "^\[ *[0-9]*\] two::c2v2:"
 check $STDOUT "^\[ *[0-9]*\] anonymous_union_var:"
+check $STDOUT "^\[ *[0-9]*\] inline_func_1:"
 
 exit 0