]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/exclude_libs_test.sh
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / testsuite / exclude_libs_test.sh
index a82be89a680fb6618145cc329c9298ba586a670f..9f9d89ee4f4e673b65093d0290b3c29b5bdb4104 100755 (executable)
@@ -2,7 +2,7 @@
 
 # exclude_libs_test.sh -- test that library symbols are not exported.
 
-# Copyright 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2021 Free Software Foundation, Inc.
 # Written by Doug Kwan <dougkwan@google.com>
 
 # This file is part of gold.
@@ -55,5 +55,9 @@ check "exclude_libs_test.syms" "lib2_default" "DEFAULT"
 check "exclude_libs_test.syms" "lib2_protected" "PROTECTED"
 check "exclude_libs_test.syms" "lib2_internal" "INTERNAL"
 check "exclude_libs_test.syms" "lib2_hidden" "HIDDEN"
+check "exclude_libs_test.syms" "lib3_default" "HIDDEN"
+check "exclude_libs_test.syms" "lib3_protected" "HIDDEN"
+check "exclude_libs_test.syms" "lib3_internal" "INTERNAL"
+check "exclude_libs_test.syms" "lib3_hidden" "HIDDEN"
 
 exit 0