* config/tc-s390.c (md_parse_option): Set s390_arch_size to 32
[deliverable/binutils-gdb.git] / gas / testsuite / config / default.exp
CommitLineData
252b5132
RH
1load_lib gas-defs.exp
2
3global AS
4if ![info exists AS] then {
5 set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
6}
7
8global GASP
9if ![info exists GASP] then {
10 set GASP [findfile $base_dir/../gasp-new "../gasp-new" [transform gasp]]
11}
12
13global ASFLAGS
14if ![info exists ASFLAGS] then {
15 set ASFLAGS ""
16}
17
18if ![info exists OBJDUMP] then {
19 set OBJDUMP [findfile $base_dir/../../binutils/objdump \
20 $base_dir/../../binutils/objdump \
21 [transform objdump]]
22}
23
24if ![info exists OBJDUMPFLAGS] then {
25 set OBJDUMPFLAGS {}
26}
27
28if ![info exists NM] then {
29 set NM [findfile $base_dir/../../binutils/nm-new \
30 $base_dir/../../binutils/nm-new \
31 [transform nm]]
32}
33
34if ![info exists NMFLAGS] then {
35 set NMFLAGS {}
36}
37
38if ![info exists OBJCOPY] then {
39 set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
40}
41
42if ![info exists OBJCOPYFLAGS] then {
43 set OBJCOPYFLAGS {}
44}
45
4b0d96c2
HPN
46if ![info exists READELF] then {
47 set READELF [findfile $base_dir/../../binutils/readelf]
48}
49
50if ![info exists READELFFLAGS] then {
51 set READELFFLAGS {}
52}
53
252b5132 54gas_init
This page took 0.180909 seconds and 4 git commands to generate.