[LLVMbugs] [Bug 14517] New: [mips] bad dwarf debug information

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 5 07:56:06 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=14517

             Bug #: 14517
           Summary: [mips] bad dwarf debug information
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: frederic.heitzmann at cea.fr
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


$ cat test.c
int main(){
  return 1;
}

$ clang -integrated-as -c test.c -g -O1 -o test.o
$ mips-elf-ld -o test test.o
$ mips-elf-objdump -S test >test.s
BFD: Dwarf Error: Invalid or unhandled FORM value: 25.
BFD: Dwarf Error: Invalid or unhandled FORM value: 25.
BFD: Dwarf Error: Invalid or unhandled FORM value: 25.

note that sometimes mips-elf-gdb also complains about debug info.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list