unique.exp: Update contains_unique_symbol
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 7 Feb 2020 20:01:58 +0000 (12:01 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 7 Feb 2020 20:03:40 +0000 (12:03 -0800)
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.

ld/ChangeLog
ld/testsuite/ld-unique/unique.exp

index 44a68879807bca3d1c2d0b1664eea2d8a39430fb..c3b5541b963c3491354d0cd80e7c870480b86cd0 100644 (file)
@@ -1,3 +1,7 @@
+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
index 1f80b39c05b43069edae317db7e2f6ca1780d318..0775c7d64a1172135b334b9dd3174115585fb1a4 100644 (file)
@@ -92,7 +92,7 @@ proc contains_unique_symbol { binary_file } {
     # 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
     }