[Bug symtab/23197] New: shrink partial_symbol (and other symbol types)

tromey at sourceware dot org sourceware-bugzilla@sourceware.org
Thu May 17 22:41:00 GMT 2018


https://sourceware.org/bugzilla/show_bug.cgi?id=23197

            Bug ID: 23197
           Summary: shrink partial_symbol (and other symbol types)
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

I think partial_symbol (and symbol and perhaps minimal_symbol)
can be shrunk a bit on 64 bit by changing general_symbol_info
to be a non-POD (the Itanium ABI still uses the C++98 definitions).
This will let the members of partial_symbol fit into the padding.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list