This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/15252] New: can shrink struct symbol by removingaux_value


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

             Bug #: 15252
           Summary: can shrink struct symbol by removing aux_value
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tromey@redhat.com
    Classification: Unclassified


Right now struct symbol has an "aux_value" pointer which can be used
by the symbol readers to attach extra data to a symbol.  However,
there is no need for this.  Instead, the symbol readers could subclass
symbol as needed.  This would shrink many symbols by an entire pointer.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]