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

            Bug ID: 35471
           Summary: copy relocation symbols don't show up in --Map output
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedb...@nondot.org
          Reporter: rafael.espind...@gmail.com
                CC: llvm-bugs@lists.llvm.org

Given

        .global _start
_start:
        .quad foo
        callq bar

and a shared library with a foo object and a bar function bfd will print

 .plt           0x0000000000400250       0x20 test.o
                0x0000000000400260                bar

 .dynbss        0x0000000000601020        0x8 test.o
                0x0000000000601020                foo

but foo and bar are missing from lld's map output.

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

Reply via email to