bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/17481] New: addr2line fails on some targets


From: vincent.riviere at freesbee dot fr
Subject: [Bug binutils/17481] New: addr2line fails on some targets
Date: Mon, 13 Oct 2014 19:03:17 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]