* elfxx-mips.c (mips_elf_calculate_relocation): Test for R_MIPS_26
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips-elf.exp
CommitLineData
a657e7c1 1# Expect script for MIPS ELF linker tests
48fe7bda 2# Copyright 2002, 2003 Free Software Foundation, Inc.
a657e7c1
CD
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
fbf18a5c
TS
19if {![istarget mips*-*-*] || ![is_elf_format]} {
20 return
21}
30a2f863 22
fbf18a5c
TS
23set has_newabi [expr [istarget *-*-irix6*] || [istarget mips64*-*-linux*]]
24set linux_gnu [expr [istarget mips*-*-linux*]]
25set embedded_elf [expr [istarget mips*-*-elf]]
30a2f863 26
30a2f863 27
fbf18a5c
TS
28# Check MIPS16 markings being passed through link.
29run_dump_test "mips16-1"
8914585c 30
fbf18a5c
TS
31# MIPS branch offset final link checking.
32run_dump_test "branch-misc-1"
7d6c7577 33
fbf18a5c
TS
34# Test multi-got link.
35run_dump_test "multi-got-1"
30a2f863 36
fbf18a5c
TS
37if $has_newabi {
38 run_dump_test "elf-rel-got-n32"
39 run_dump_test "elf-rel-xgot-n32"
48fe7bda 40 if { $linux_gnu } {
fbf18a5c
TS
41 run_dump_test "elf-rel-got-n64-linux"
42 run_dump_test "elf-rel-xgot-n64-linux"
43 } else {
44 run_dump_test "elf-rel-got-n64"
45 run_dump_test "elf-rel-xgot-n64"
48fe7bda
AO
46 }
47
fbf18a5c
TS
48 run_dump_test "relax-jalr-n32"
49 run_dump_test "relax-jalr-n32-shared"
50 run_dump_test "relax-jalr-n64"
51 run_dump_test "relax-jalr-n64-shared"
52}
48fe7bda 53
fbf18a5c
TS
54if { $linux_gnu } {
55 run_dump_test "rel32-o32"
56 run_dump_test "rel32-n32"
57 run_dump_test "rel64"
58}
a657e7c1 59
fbf18a5c 60if { $embedded_elf } {
fbf18a5c 61 run_dump_test "region1"
a657e7c1 62}
18ab1921
RS
63
64if $embedded_elf {
65 # This could work on other targets too, but would need the appropriate
66 # ld -m switch.
67 run_dump_test "reloc-1-rel"
68}
69if $has_newabi {
70 run_dump_test "reloc-1-n32"
71 if $linux_gnu {
72 # Uses a linux-specific ld -m switch
73 run_dump_test "reloc-1-n64"
74 }
75}
76run_dump_test "reloc-2"
17a6716a 77run_dump_test "reloc-merge-lo16"
353057a5
RS
78if {$has_newabi && $linux_gnu} {
79 run_dump_test "eh-frame1-n32"
80 run_dump_test "eh-frame1-n64"
81}
This page took 0.22065 seconds and 4 git commands to generate.