fsf address update, but not in COPYING files
[deliverable/binutils-gdb.git] / ld / testsuite / config / default.exp
index 4558ebcf6e2ff9b497a61236e4d816876748ade1..24c04b8d68620687c747da93fb386bdb547896f5 100644 (file)
@@ -13,7 +13,7 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #
 # Written by Jeffrey Wheat (cassidy@cygnus.com)
 #
@@ -30,6 +30,10 @@ if ![info exists nm] then {
     set nm [findfile $base_dir/../binutils/nm.new $base_dir/../binutils/nm.new [transform nm]]
 }
 
+if ![info exists objdump] then {
+    set objdump [findfile $base_dir/../binutils/objdump]
+}
+
 if ![file isdirectory tmpdir] {catch "exec mkdir tmpdir" status}
 
 # load the utility procedures
This page took 0.022765 seconds and 4 git commands to generate.