Skip to content

Commit

Permalink
[ELF][test] Fix edata-etext.s
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Feb 23, 2022
1 parent b681799 commit 53c5bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lld/test/ELF/edata-etext.s
Expand Up @@ -29,8 +29,8 @@
# CHECK-NEXT: 0000000000202162 g .bss 0000000000000000 end
# CHECK-NEXT: 0000000000201159 g .text 0000000000000000 etext

# RUN: ld.lld -r %t.o -o %t2
# RUN: llvm-objdump -t %t2 | FileCheck %s --check-prefix=RELOCATABLE
# RUN: ld.lld -r %t/a.o -o %t/a.ro
# RUN: llvm-objdump -t %t/a.ro | FileCheck %s --check-prefix=RELOCATABLE
# RELOCATABLE: 0000000000000000 *UND* 0000000000000000 _edata
# RELOCATABLE-NEXT: 0000000000000000 *UND* 0000000000000000 _end
# RELOCATABLE-NEXT: 0000000000000000 *UND* 0000000000000000 _etext
Expand Down

0 comments on commit 53c5bd9

Please sign in to comment.