1 # Test EXTERN in a linker script.
2 # By Nathan Sidwell
, CodeSourcery LLC
4 # Free Software Foundation
, Inc.
6 # This file is part of the GNU Binutils.
8 # This
program is free software
; you can redistribute it and
/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation
; either version
3 of the License
, or
11 #
(at your option
) any later version.
13 # This
program is distributed in the hope that it will be useful
,
14 # but WITHOUT
ANY WARRANTY
; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License
for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this
program; if not
, write to the Free Software
20 # Foundation
, Inc.
, 51 Franklin Street
- Fifth Floor
, Boston
,
25 if ![ld_assemble $as $srcdir
/$subdir
/extern.s tmpdir
/extern.o
] {
30 if ![ld_simple_link $
ld tmpdir
/extern
"-T $srcdir/$subdir/extern.t tmpdir/extern.o"] {
34 if ![ld_nm $nm
"" tmpdir/extern] {
39 if {![info exists nm_output
(sym1
)] || $nm_output
(sym1
) != 1} {
40 send_log
"sym1 wrong\n"
46 if {![info exists nm_output
(sym2
)] || $nm_output
(sym2
) != 2} {
47 send_log
"sym1 wrong\n"
52 if {![info exists nm_output
(sym3
)] || $nm_output
(sym3
) != 3} {
53 send_log
"sym1 wrong\n"
58 if {![info exists nm_output
(sym4
)] || $nm_output
(sym4
) != 4} {
59 send_log
"sym1 wrong\n"
64 if {![info exists nm_output
(sym5
)] || $nm_output
(sym5
) != 5} {
65 send_log
"sym1 wrong\n"