mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
Revert "binutils: Require GNU tail for 'objdump -Wi' test"
This reverts commit 897d8d7bba.
This commit is contained in:
@@ -595,14 +595,7 @@ if { ![is_elf_format] } then {
|
||||
send_log "\n"
|
||||
}
|
||||
|
||||
if {![info exists env(TAIL)]} {
|
||||
# If no GNU tail is available, skip this test.
|
||||
verbose "Need GNU tail for 'objdump -Wi' test"
|
||||
untested "objdump -Wi"
|
||||
return
|
||||
}
|
||||
|
||||
set got [remote_exec host "$env(TAIL) -n +4 tmpdir/objdump.out" "" "/dev/null" "tmpdir/objdump.tail"]
|
||||
set got [remote_exec host "tail -n +4 tmpdir/objdump.out" "" "/dev/null" "tmpdir/objdump.tail"]
|
||||
set output [remote_upload host tmpdir/objdump.tail]
|
||||
|
||||
if ![file size $output] then {
|
||||
|
||||
Reference in New Issue
Block a user