]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-scripts/print-memory-usage.exp
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-scripts / print-memory-usage.exp
CommitLineData
3604cb1f
TG
1# Test --print-memory-usage linker functionality
2# By Tristan Gingold, AdaCore
250d07de 3# Copyright (C) 2015-2021 Free Software Foundation, Inc.
3604cb1f
TG
4#
5# This file is part of the GNU Binutils.
6#
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 3 of the License, or
10# (at your option) any later version.
11#
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.
16#
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
19# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20# MA 02110-1301, USA.
21
22# Mips adds MIPS.abiflags section.
23# Spu, pdp11 memory is too small.
24# Tic30 needs a special linker script.
25# Tic54x interpret space values in bits.
26# XCOFF has garbage collection
27if { [istarget mips*-*-*]
28 || [istarget spu*-*-*]
29 || [istarget pdp11*-*-*]
30 || [istarget tic30*-*-*]
31 || [istarget tic54x*-*-*]
7193487f 32 || [is_xcoff_format] } {
3604cb1f
TG
33 return
34}
35
36run_ld_link_tests {
37 {
38 "print-memory-usage-1"
39 "-T print-memory-usage-1.t -T print-memory-usage.t --print-memory-usage"
40 ""
41 ""
42 { "print-memory-usage-1.s" }
43 { { ld "print-memory-usage-1.l" } }
44 "print-memory-usage-1"
45 }
46
47 {
48 "print-memory-usage-2"
49 "-T print-memory-usage-2.t --print-memory-usage"
50 ""
51 ""
52 { "print-memory-usage-1.s" }
53 { { ld "print-memory-usage-2.l" } }
54 "print-memory-usage-2"
55 }
56
57 {
58 "print-memory-usage-3"
59 "-T print-memory-usage-3.t -T print-memory-usage.t --print-memory-usage"
60 ""
61 ""
62 { "print-memory-usage-3.s" }
63 { { ld "print-memory-usage-3.l" } }
64 "print-memory-usage-3"
65 }
66
67}
68