2004-04-20 12:17:16 +00:00
|
|
|
# Expect script for export table in executables tests
|
2007-07-06 14:09:45 +00:00
|
|
|
# Copyright 2004, 2006, 2007
|
2004-04-20 12:17:16 +00:00
|
|
|
# Free Software Foundation, Inc.
|
|
|
|
#
|
2007-07-06 14:09:45 +00:00
|
|
|
# This file is part of the GNU Binutils.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
2004-04-20 12:17:16 +00:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-07-06 14:09:45 +00:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2004-04-20 12:17:16 +00:00
|
|
|
# (at your option) any later version.
|
2007-07-06 14:09:45 +00:00
|
|
|
#
|
2004-04-20 12:17:16 +00:00
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
2007-07-06 14:09:45 +00:00
|
|
|
#
|
2004-04-20 12:17:16 +00:00
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
2007-07-06 14:09:45 +00:00
|
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
|
|
# MA 02110-1301, USA.
|
2004-04-20 12:17:16 +00:00
|
|
|
#
|
|
|
|
|
2006-08-06 15:04:23 +00:00
|
|
|
# This test can only be run on PE/COFF platforms that support .secrel32.
|
2006-10-02 16:53:04 +00:00
|
|
|
if { ![istarget i*86-*-cygwin*]
|
|
|
|
&& ![istarget i*86-*-pe]
|
|
|
|
&& ![istarget i*86-*-mingw*]
|
2007-01-08 17:21:50 +00:00
|
|
|
&& ![istarget x86_64-*-mingw*]
|
2006-10-02 16:53:04 +00:00
|
|
|
&& ![istarget arm-wince-pe] } {
|
2004-04-20 12:17:16 +00:00
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
set pe_tests {
|
|
|
|
{".secrel32" "" "" {secrel1.s secrel2.s}
|
|
|
|
{{objdump -s secrel.d}} "secrel.x"}
|
|
|
|
}
|
|
|
|
|
|
|
|
run_ld_link_tests $pe_tests
|
2007-03-22 15:52:29 +00:00
|
|
|
|
|
|
|
run_dump_test "image_size"
|