prelink complains about an unhandled DWARF version.
+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.
 
        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