[llvm-bugs] [Bug 23020] MC misassembles data in .eh_frame with big endian aarch64
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Sun Aug  2 15:39:57 PDT 2020
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=23020
Fangrui Song <i at maskray.me> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |i at maskray.me
--- Comment #1 from Fangrui Song <i at maskray.me> ---
GNU as uses big-endian data now..
% aarch64-linux-gnu-as -EB a.s -o a.o
% objdump -s a.o
a.o:     file format elf64-big
Contents of section foo:
 0000 00000004                             ....
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200802/752b2cb1/attachment.html>
    
    
More information about the llvm-bugs
mailing list