[binutils-gdb] Re: tekhex test for commit bf0f85df1254

Alan Modra amodra@sourceware.org
Sat Sep 6 01:05:37 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b62b7b641f7ad6c5e47922bc8d088f1ffd6d4364

commit b62b7b641f7ad6c5e47922bc8d088f1ffd6d4364
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Sep 5 22:52:30 2025 +0930

    Re: tekhex test for commit bf0f85df1254
    
            * testsuite/binutils-all/objcopy.exp (objcopy_tek2bin): Correct
            isremote to is_remote.

Diff:
---
 binutils/testsuite/binutils-all/objcopy.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp
index c5ff1e3b3d1..b11b17e012c 100644
--- a/binutils/testsuite/binutils-all/objcopy.exp
+++ b/binutils/testsuite/binutils-all/objcopy.exp
@@ -1581,7 +1581,7 @@ proc objcopy_tek2bin {} {
 
     set tek $srcdir/$subdir/tek2.obj
     set out tmpdir/tek2bin
-    if [isremote host] {
+    if [is_remote host] {
 	set tek [remote_download host $tek]
 	set out tek2bin
     }


More information about the Binutils-cvs mailing list