]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-scripts/sort.exp
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-scripts / sort.exp
index b9f91ba882af7a38162d6657091789db5a8a1a67..a10f539e928f0cd0af352d44fa810b8c56931526 100644 (file)
@@ -1,6 +1,6 @@
 # Test SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT in a linker script.
 # By H.J. Lu  <hongjiu.lu@intel.com>
-#   Copyright (C) 2004-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2004-2021 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -30,8 +30,6 @@ if [istarget "h8300-*-*"] {
   return
 }
 
-load_lib ld-lib.exp
-
 set sort_test_list [lsort [glob -nocomplain $srcdir/$subdir/sort*.d]]
 for { set i 0 } { $i < [llength $sort_test_list] } { incr i } {
     verbose [file rootname [lindex $sort_test_list $i]]