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: unassig...@sourceware.org
        ReportedBy: ppluzhni...@google.com
    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.

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

Reply via email to