[PATCH] D56080: update the pr_datasz of .note.gnu.property section
    Xiang Zhang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan  2 17:55:46 PST 2019
    
    
  
xiangzhangllvm added a comment.
hi vzakhari 
The '4' for pr_datasz value will is fixed in the new ABI SPEC which will be modify by the reviewer hjl.tools,  In fact, pr_datasz is already fixed 4 in GCC.
I have discussed this data with Hongjiu Lu who maintain the System V Application Binary Interface.
OutStreamer->EmitIntValue(FeatureFlagsAnd, WordSize); // data
Yes, here the WordSize this should change to 4 too,  it will have problem in big-end system.
Repository:
  rLLD LLVM Linker
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56080/new/
https://reviews.llvm.org/D56080
    
    
More information about the llvm-commits
mailing list