This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: testsuite tweak


I've committed the following patch which removes the unnecessary load
of util-defs.exp from DejaGnu.  Discovered due to some reorganisation
in the DejaGnu mainline tree.

Cheers, Ben

2005-12-24  Ben Elliston  <bje@gnu.org>

        * config/default.exp: Do not load the unneeded util-defs.exp.

Index: config/default.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/config/default.exp,v
retrieving revision 1.10
diff -u -r1.10 default.exp
--- config/default.exp  15 Nov 2005 08:32:01 -0000      1.10
+++ config/default.exp  24 Dec 2005 11:16:12 -0000
@@ -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 {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]