[PATCH] D62256: [llvm-readobj] Implement GNU-style output for dynamic table

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 05:22:17 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD361633: [llvm-readobj] Implement GNU-style output for dynamic table (authored by atanasyan, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62256?vs=200932&id=201203#toc

Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62256/new/

https://reviews.llvm.org/D62256

Files:
  test/ELF/ppc64-dynamic-relocations.s


Index: test/ELF/ppc64-dynamic-relocations.s
===================================================================
--- test/ELF/ppc64-dynamic-relocations.s
+++ test/ELF/ppc64-dynamic-relocations.s
@@ -29,7 +29,7 @@
 // DIS:     .plt       00000018  0000000010030000 BSS
 
 // DT_PLTGOT should point to the start of the .plt section.
-// DT: 0x0000000000000003 PLTGOT               0x10030000
+// DT: 0x0000000000000003 (PLTGOT)             0x10030000
 
     .text
     .abiversion 2


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62256.201203.patch
Type: text/x-patch
Size: 480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/6f445fd2/attachment.bin>


More information about the llvm-commits mailing list