bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/15021] New: Gold generated index difference from gdb: symbols


From: dje at google dot com
Subject: [Bug gold/15021] New: Gold generated index difference from gdb: symbols from TUs reference the containing CU
Date: Wed, 16 Jan 2013 22:37:26 +0000

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

             Bug #: 15021
           Summary: Gold generated index difference from gdb: symbols from
                    TUs reference the containing CU
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
        AssignedTo: address@hidden
        ReportedBy: address@hidden
                CC: address@hidden
    Classification: Unclassified


Given:

enum foo { foo0, foo1, foo2, foo3 };

int
main ()
{
  return foo0;
}

and compiled with -gdwarf-4 -fdebug-types-section,

the .gdb_index generated by gold will record that the enum comes from the CU,
whereas the .gdb_index generated by gdb will record the enum comes from the TU.

-- 
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]