1 # Expect script
for FRV FDPIC linker tests
2 # Copyright
2003, 2004, 2005 Free Software Foundation
, Inc.
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.
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.
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.
, 51 Franklin Street
- Fifth Floor
, Boston
, MA
02110-1301, USA.
19 if {![istarget frv
*-*-*] ||
![is_elf_format
]} {
24 set saved_ASFLAGS
"$ASFLAGS"
25 set ASFLAGS
"$ASFLAGS -mfdpic"
28 set saved_LDFLAGS
"$LDFLAGS"
29 set LDFLAGS
"$LDFLAGS -melf32frvfd"
31 run_dump_test
"fdpic-static-1"
32 run_dump_test
"fdpic-pie-1"
33 run_dump_test
"fdpic-shared-1"
35 run_dump_test
"fdpic-static-2"
36 run_dump_test
"fdpic-pie-2"
37 run_dump_test
"fdpic-shared-2-fail"
38 run_dump_test
"fdpic-shared-2"
39 run_dump_test
"fdpic-shared-local-2"
41 run_dump_test
"fdpic-shared-3"
43 run_dump_test
"fdpic-shared-4"
45 run_dump_test
"fdpic-static-5"
46 run_dump_test
"fdpic-pie-5"
47 run_dump_test
"fdpic-shared-5"
49 run_dump_test
"fdpic-static-6"
50 run_dump_test
"fdpic-pie-6-fail"
51 run_dump_test
"fdpic-pie-6"
52 run_dump_test
"fdpic-shared-6-fail"
53 run_dump_test
"fdpic-shared-6"
55 run_dump_test
"fdpic-static-7"
56 run_dump_test
"fdpic-pie-7"
57 run_dump_test
"fdpic-shared-7"
59 run_dump_test
"fdpic-static-8"
60 run_dump_test
"fdpic-pie-8"
61 run_dump_test
"fdpic-shared-8-fail"
62 run_dump_test
"fdpic-shared-8"
63 run_dump_test
"fdpic-shared-local-8"
65 set LDFLAGS
"$saved_LDFLAGS"
66 set ASFLAGS
"$saved_ASFLAGS"