* lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
prelink complains about an unhandled DWARF version.
This commit is contained in:
parent
27285eedbd
commit
70cc1c235f
@ -1,3 +1,8 @@
|
||||
2013-08-16 Doug Evans <dje@google.com>
|
||||
|
||||
* lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
|
||||
prelink complains about an unhandled DWARF version.
|
||||
|
||||
2013-08-14 Cary Coutant <ccoutant@google.com>
|
||||
|
||||
* boards/fission.exp: Add -fdebug-types-section to debug_flags.
|
||||
|
@ -292,6 +292,11 @@ proc prelink_yes {arg {name ""}} {
|
||||
xfail $test
|
||||
return 0
|
||||
}
|
||||
if {$result == 1 && [regexp {DWARF [^\r\n]* unhandled} $output]} {
|
||||
# Prelink didn't understand the version of dwarf present.
|
||||
unsupported "$test (dwarf version unhandled)"
|
||||
return 0
|
||||
}
|
||||
if {$result == 0 && $output == ""} {
|
||||
pass $test
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user