https://llvm.org/bugs/show_bug.cgi?id=31564

            Bug ID: 31564
           Summary: llvm-readobj -r doesn't print symbol versions
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

It will print

Relocations [
  Section (7) .rela.dyn {
    0x2000 R_X86_64_64 basename 0x0
    0x2008 R_X86_64_64 basename 0x0
    0x2010 R_X86_64_64 basename 0x0
  }
]


readelf prints

Relocation section '.rela.dyn' at offset 0x378 contains 3 entries:
    Offset             Info             Type               Symbol's Value 
Symbol's Name + Addend
0000000000002000  0000000100000001 R_X86_64_64            0000000000000000
basename@FBSD_1.1 + 0
0000000000002008  0000000200000001 R_X86_64_64            0000000000000000
basename@FBSD_1.0 + 0
0000000000002010  0000000300000001 R_X86_64_64            0000000000000000
basename@FBSD_1.1 + 0

Having the @ver would make it easier to write some tests.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to