]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - 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
CommitLineData
bcaa7b3e
L
1# Test SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT in a linker script.
2# By H.J. Lu <hongjiu.lu@intel.com>
250d07de 3# Copyright (C) 2004-2021 Free Software Foundation, Inc.
bcaa7b3e 4#
f96b4a7b
NC
5# This file is part of the GNU Binutils.
6#
7# This program is free software; you can redistribute it and/or modify
bcaa7b3e 8# it under the terms of the GNU General Public License as published by
f96b4a7b 9# the Free Software Foundation; either version 3 of the License, or
bcaa7b3e 10# (at your option) any later version.
f96b4a7b 11#
bcaa7b3e
L
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
f96b4a7b 16#
bcaa7b3e
L
17# You should have received a copy of the GNU General Public License
18# along with this program; if not, write to the Free Software
f96b4a7b
NC
19# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20# MA 02110-1301, USA.
bcaa7b3e 21
e0255be8
L
22# FIXME: The expected outputs are correct only for ELF.
23if ![is_elf_format] {
24 return
25}
26
52b010e4
NC
27# The h8300 port issues a warning message for
28# new sections created without atrributes.
29if [istarget "h8300-*-*"] {
30 return
31}
32
bcaa7b3e
L
33set sort_test_list [lsort [glob -nocomplain $srcdir/$subdir/sort*.d]]
34for { set i 0 } { $i < [llength $sort_test_list] } { incr i } {
35 verbose [file rootname [lindex $sort_test_list $i]]
36 run_dump_test [file rootname [lindex $sort_test_list $i]]
37}