[llvm-readobj] - Fix 2 test cases.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 3 Apr 2019 15:11:19 +0000 (15:11 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 3 Apr 2019 15:11:19 +0000 (15:11 +0000)
https://reviews.llvm.org/D60122 (r357595) changed the
symbols description format.

This change fix two more new test cases to fix BB:
http://lab.llvm.org:8011/builders/clang-with-thin-lto-ubuntu/builds/16205/steps/test-stage1-compiler/logs/stdio

llvm-svn: 357598

llvm/test/tools/llvm-readobj/elf-hidden-versym.test
llvm/test/tools/llvm-readobj/elf-invalid-versioning.test

index a2a0557..0b37b9c 100644 (file)
@@ -37,6 +37,6 @@ Sections:
             Flags:   0
             Other:   3
 DynamicSymbols:
-  Global:
-    - Name:          h
+  - Name:          h
+    Binding:       STB_GLOBAL
 ...
index 2808e16..a1acc9a 100644 (file)
@@ -37,6 +37,6 @@ Sections:
             Flags:   233
             Other:   3
 DynamicSymbols:
-  Global:
-    - Name:          f
+  - Name:          f
+    Binding:       STB_GLOBAL
 ...