Since commit
9fc0b501af78b changed symbols from a/b to a_val/b_val,
contains_unique_symbol needs adjustment.
* testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
+2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
+
2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
PR 25469
# Look for a line like this:
# 54: 0000000000400474 4 OBJECT UNIQUE DEFAULT 13 a
- if { ![regexp ".*\[ \]*OBJECT\[ \]+UNIQUE\[ \]+DEFAULT\[ \]+\[UND0-9\]+\[ \]+\[ab\]\n" [file_contents readelf.out]] } {
+ if { ![regexp ".*\[ \]*OBJECT\[ \]+UNIQUE\[ \]+DEFAULT\[ \]+\[UND0-9\]+\[ \]+\[ab\]_val\n" [file_contents readelf.out]] } {
return 0
}