https://sourceware.org/bugzilla/show_bug.cgi?id=17481

            Bug ID: 17481
           Summary: addr2line fails on some targets
           Product: binutils
           Version: 2.25 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: vincent.riviere at freesbee dot fr
            Target: m68k-netbsd

Tested with the m68k-netbsd target.
addr2line is unable to find the file and line.

$ cat a.s
        nop

$ as a.s -o a.o

$ addr2line -e a.o 0
??:0

It should output:
a.s:1

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to