diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/config/default.exp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp new file mode 100644 index 0000000..b207f55 --- /dev/null +++ b/gas/testsuite/config/default.exp @@ -0,0 +1,14 @@ +load_lib gas-defs.exp + +global AS +if ![info exists AS] then { + set AS [findfile $base_dir/as.new "as.new" [transform as]] + +} + +global ASFLAGS +if ![info exists ASFLAGS] then { + set ASFLAGS "" +} + +gas_init |