https://sourceware.org/bugzilla/show_bug.cgi?id=33396
--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=897d8d7bba581e4c1614af5712b730b006f03407 commit 897d8d7bba581e4c1614af5712b730b006f03407 Author: H.J. Lu <[email protected]> Date: Sun Sep 7 05:10:40 2025 -0700 binutils: Require GNU tail for 'objdump -Wi' test testsuite/binutils-all/objdump.exp has set got [remote_exec host "tail -n +4 tmpdir/objdump.out" "" "/dev/null" "tmpdir/objdump.tail"] But the default Solaris tail doesn't support "tail -n +4". Add ACX_PROG_GNU_TAIL to use GNU tail for 'objdump -Wi' test. Tested on Linux and Solaris. binutils/ PR binutils/33396 * Makefile.am (check-DEJAGNU): Also export TAIL. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * configure.ac: Add ACX_PROG_GNU_TAIL. * testsuite/binutils-all/objdump.exp: Require GNU tail for 'objdump -Wi' test and replace tail with $env(TAIL). config/ PR binutils/33396 * acx.m4 (ACX_PROG_GNU_TAIL): New. Signed-off-by: H.J. Lu <[email protected]> Reviewed-by: Collin Funk <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
