From: H.J. Lu Date: Sun, 28 Jun 2026 22:49:53 +0000 (+0800) Subject: ld-elf/linux-x86.exp: Remove $options in readelf log X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4444295fd9ee296a02ee2a705abf5927b985ebae;p=thirdparty%2Fbinutils-gdb.git ld-elf/linux-x86.exp: Remove $options in readelf log Remove $options in readelf log since it isn't passed to readelf. * testsuite/ld-elf/linux-x86.exp (elfedit_test): Remove $options in readelf log. Signed-off-by: H.J. Lu --- diff --git a/ld/testsuite/ld-elf/linux-x86.exp b/ld/testsuite/ld-elf/linux-x86.exp index fe05040937a..fc05fe55ced 100644 --- a/ld/testsuite/ld-elf/linux-x86.exp +++ b/ld/testsuite/ld-elf/linux-x86.exp @@ -288,7 +288,7 @@ proc elfedit_test { options test output } { send_log "$got\n" fail "$test_name" } - send_log "$READELF -n $options tmpdir/$test > tmpdir/$output.out\n" + send_log "$READELF -n tmpdir/$test > tmpdir/$output.out\n" set got [remote_exec host "$READELF -n tmpdir/$test" "" "/dev/null" "tmpdir/$output.out"] if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then { send_log "$got\n"