diff options
Diffstat (limited to 'gdb/testsuite/gdb.compile/compile-ifunc.exp')
-rw-r--r-- | gdb/testsuite/gdb.compile/compile-ifunc.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.compile/compile-ifunc.exp b/gdb/testsuite/gdb.compile/compile-ifunc.exp index 4f671c6..07de52c 100644 --- a/gdb/testsuite/gdb.compile/compile-ifunc.exp +++ b/gdb/testsuite/gdb.compile/compile-ifunc.exp @@ -13,6 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +load_lib compile-support.exp + if {[skip_ifunc_tests]} { return 0 } |