On 05/16/14 09:26, Tom Tromey wrote:
The gdb plugin handles some aspects of type layout on its own.  It
does this because it knows the layout of types, but not the path by
which the layout was determined -- so normal gcc things like
TYPE_PACKED cannot be used.

This patch exposes one bit of stor-layout so it can be used by the
plugin.

2014-05-16  Phil Muldoon  <pmuld...@redhat.com>
            Tom Tromey  <tro...@redhat.com>

        * stor-layout.c (finish_bitfield_layout): Now public.  Change
        argument type to 'tree'.
        (finish_record_layout): Update.
        * stor-layout.h (finish_bitfield_layout): Declare.
OK.  However, please hold off installing until the entire set is approved.



Jeff

Reply via email to