X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2Fconfig%2Fdefault.exp;h=21859d961d9f9a04eb690ab37174c72d40478d44;hb=4d74aab7aa562fe79d4669cdad0c32610531cbc0;hp=4a2a5437531543a4c7f99e7a22771ead9501cad7;hpb=1cf67587a0980e5fee20cad75f2c1fe01af6e808;p=binutils-gdb.git diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp index 4a2a5437531..21859d961d9 100644 --- a/gas/testsuite/config/default.exp +++ b/gas/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 Free Software Foundation, Inc. +# Copyright (C) 2012-2022 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -52,6 +52,14 @@ if ![info exists NMFLAGS] then { set NMFLAGS {} } +if ![info exists SIZE] then { + set SIZE [findfile $base_dir/size] +} + +if ![info exists SIZEFLAGS] then { + set SIZEFLAGS "" +} + if ![info exists OBJCOPY] then { set OBJCOPY [findfile $base_dir/../../binutils/objcopy] }