diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-12-24 11:17:21 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-12-24 11:17:21 +0000 |
commit | 49236396bb4c4e362e783d390cd761b57d876f4d (patch) | |
tree | dfa7fb914f521639d9dc663e5666a1f7c6ed90ae /binutils/testsuite/config | |
parent | 9bf46c0040a6ddd72e264d2dffbb839f87d33b41 (diff) | |
download | gdb-49236396bb4c4e362e783d390cd761b57d876f4d.zip gdb-49236396bb4c4e362e783d390cd761b57d876f4d.tar.gz gdb-49236396bb4c4e362e783d390cd761b57d876f4d.tar.bz2 |
* config/default.exp: Do not load the unneeded util-defs.exp.
Diffstat (limited to 'binutils/testsuite/config')
-rw-r--r-- | binutils/testsuite/config/default.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils/testsuite/config/default.exp b/binutils/testsuite/config/default.exp index 4c8b6e0..ff925ba 100644 --- a/binutils/testsuite/config/default.exp +++ b/binutils/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002, 2004 +# Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002, 2004, 2005 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -20,7 +20,6 @@ # This file was written by Rob Savoye. (rob@cygnus.com) -load_lib util-defs.exp load_lib utils-lib.exp if ![info exists NM] then { |