50572669e4
2003-03-22 H.J. Lu <hongjiu.lu@intel.com> PR ld/4210 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the virtual address and virtual size of the last section for the image size. ld/testsuite/ 2003-03-22 H.J. Lu <hongjiu.lu@intel.com> PR ld/4210 * ld-pe/image_size.d: New file. * ld-pe/image_size.s: Likewise. * ld-pe/image_size.t: Likewise. * ld-pe/pe.exp: Run image_size.
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
# Expect script for export table in executables tests
|
|
# Copyright 2004, 2006
|
|
# Free Software Foundation, Inc.
|
|
#
|
|
# This file is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# 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.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
|
#
|
|
|
|
# This test can only be run on PE/COFF platforms that support .secrel32.
|
|
if { ![istarget i*86-*-cygwin*]
|
|
&& ![istarget i*86-*-pe]
|
|
&& ![istarget i*86-*-mingw*]
|
|
&& ![istarget x86_64-*-mingw*]
|
|
&& ![istarget arm-wince-pe] } {
|
|
return
|
|
}
|
|
|
|
set pe_tests {
|
|
{".secrel32" "" "" {secrel1.s secrel2.s}
|
|
{{objdump -s secrel.d}} "secrel.x"}
|
|
}
|
|
|
|
run_ld_link_tests $pe_tests
|
|
|
|
run_dump_test "image_size"
|