bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/15457] New: GAS should generate DW_FORM_strp when emitting debu


From: ppluzhnikov at google dot com
Subject: [Bug gas/15457] New: GAS should generate DW_FORM_strp when emitting debug info
Date: Fri, 10 May 2013 18:39:25 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=15457

             Bug #: 15457
           Summary: GAS should generate DW_FORM_strp when emitting debug
                    info
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: address@hidden
        ReportedBy: address@hidden
    Classification: Unclassified


This is a clone from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57238

On Linux/x86_64

  gcc -c -gdwarf-4 t.c

generates

  DW_AT_comp_dir    : (indirect string, offset: 0x4e): /tmp

but "gcc -c -g t.s" generates

  DW_AT_comp_dir    : /tmp

which the linker can't merge for multiple TUs, and which can consume quite a
bit of space.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]