* elfxx-mips.c (mips_elf_multi_got): New function.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips-elf.exp
CommitLineData
a657e7c1
CD
1# Expect script for MIPS ELF linker tests
2# Copyright 2002 Free Software Foundation, Inc.
3#
4# This file is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2 of the License, or
7# (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17#
18
19if { [istarget mips*-*-*] } then {
20
30a2f863
CD
21 set elf [expr [istarget mips*-*-elf] || [istarget mips*-*-linux*] || \
22 [istarget mips*-*-netbsd]]
23 set embedded_elf [expr [istarget mips*-*-elf]]
24
25
26 if { $elf } {
27 # Check MIPS16 markings being passed through link.
28 run_dump_test "mips16-1"
29
30 # MIPS branch offset final link checking.
31 run_dump_test "branch-misc-1"
30a2f863
CD
32 }
33
34 if { $embedded_elf } {
35 # Check basic Embedded-PIC PC-relative HI/LO relocs.
a657e7c1
CD
36 run_dump_test "empic1-ln"
37 run_dump_test "empic1-lp"
38 run_dump_test "empic1-mn"
39 run_dump_test "empic1-mp"
40 run_dump_test "empic1-sn"
41 run_dump_test "empic1-sp"
42
30a2f863 43 # Embedded-PIC PC-relative HI/LO reloc edge-case regression tests.
a657e7c1
CD
44 # As of 2001-12-26, the linker botches the fwd-0 and rev-1 tests.
45 run_dump_test "empic2-fwd-0"
46 run_dump_test "empic2-fwd-1"
47 run_dump_test "empic2-rev-0"
48 run_dump_test "empic2-rev-1"
38b566ae
CD
49
50 # Check generation of embedded relocs section.
51 run_dump_test "emrelocs-eb"
52 run_dump_test "emrelocs-el"
e560f274
RS
53
54 run_dump_test "region1"
a657e7c1
CD
55 }
56}
This page took 0.109393 seconds and 4 git commands to generate.