diff options
-rw-r--r-- | lld/test/ELF/version-script.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/ELF/version-script.s b/lld/test/ELF/version-script.s index 528408d9178..ba9c95a96fc 100644 --- a/lld/test/ELF/version-script.s +++ b/lld/test/ELF/version-script.s @@ -86,7 +86,7 @@ # DSO-NEXT: Binding: Global (0x1) # DSO-NEXT: Type: None (0x0) # DSO-NEXT: Other: 0 -# DSO-NEXT: Section: .text (0x5) +# DSO-NEXT: Section: .text # DSO-NEXT: } # DSO-NEXT: Symbol { # DSO-NEXT: Name: foo3@ (10) @@ -95,7 +95,7 @@ # DSO-NEXT: Binding: Global (0x1) # DSO-NEXT: Type: None (0x0) # DSO-NEXT: Other: 0 -# DSO-NEXT: Section: .text (0x5) +# DSO-NEXT: Section: .text # DSO-NEXT: } # DSO-NEXT: ] @@ -146,7 +146,7 @@ # EXE-NEXT: Binding: Global (0x1) # EXE-NEXT: Type: None (0x0) # EXE-NEXT: Other: 0 -# EXE-NEXT: Section: .text (0x5) +# EXE-NEXT: Section: .text # EXE-NEXT: } # EXE-NEXT: ] |