bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-frv / fdpic.exp
CommitLineData
a9a704fc
AO
1# Expect script for FRV FDPIC linker tests
2# Copyright 2003 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 frv*-*-*] || ![is_elf_format]} {
20 return
21}
22
23global LDFLAGS
b8bfc9e1 24set saved_LDFLAGS "$LDFLAGS"
a9a704fc
AO
25set LDFLAGS "$LDFLAGS -melf32frvfd"
26
27run_dump_test "fdpic-static-1"
28run_dump_test "fdpic-pie-1"
29run_dump_test "fdpic-shared-1"
30
31run_dump_test "fdpic-static-2"
32run_dump_test "fdpic-pie-2"
33run_dump_test "fdpic-shared-2-fail"
34run_dump_test "fdpic-shared-2"
35run_dump_test "fdpic-shared-local-2"
36
37run_dump_test "fdpic-shared-3"
38
39run_dump_test "fdpic-shared-4"
40
41run_dump_test "fdpic-static-5"
42run_dump_test "fdpic-pie-5"
43run_dump_test "fdpic-shared-5"
44
45run_dump_test "fdpic-static-6"
9b1f5ff9 46run_dump_test "fdpic-pie-6-fail"
a9a704fc 47run_dump_test "fdpic-pie-6"
9b1f5ff9 48run_dump_test "fdpic-shared-6-fail"
a9a704fc
AO
49run_dump_test "fdpic-shared-6"
50
51run_dump_test "fdpic-static-7"
52run_dump_test "fdpic-pie-7"
53run_dump_test "fdpic-shared-7"
54
55run_dump_test "fdpic-static-8"
a9a704fc
AO
56run_dump_test "fdpic-pie-8"
57run_dump_test "fdpic-shared-8-fail"
58run_dump_test "fdpic-shared-8"
59run_dump_test "fdpic-shared-local-8"
b8bfc9e1
AO
60
61set LDFLAGS "$saved_LDFLAGS"
This page took 0.126948 seconds and 4 git commands to generate.