PR 30924
* testsuite/ld-elfvers/vers.exp (objdump_emptyverstuff): Handle EABI version information in objdump's output.
+2023-10-05 A. Wilcox <awilfox@adelielinux.org>
+
+ PR 30924
+ * testsuite/ld-elfvers/vers.exp (objdump_emptyverstuff): Handle
+ EABI version information in objdump's output.
+
2023-10-02 Nick Clifton <nickc@redhat.com>
* pe-dll.c (fill_edata): Use bfd_get_current_time when filling in
# this probably means that there is version information in libc, so we
# can't really perform this test.
return 1
+ } else { if { [string match "*Version? EABI*" $exec_output] } then {
+# there is EABI Version information in the private flags of the binary.
+ return 1
} else {
verbose -log "$exec_output"
verbose -log "objdump_emptyverstuff: did not expect any output from objdump"
return 0
- } }
-
+ } } }
}
#