Re: [PATCH V7 1/7] dwarf: add a dwarf2int.h internal interface

2021-04-29 Thread Richard Biener via Gcc-patches
On Mon, Apr 19, 2021 at 7:31 PM Jose E. Marchesi via Gcc-patches wrote: > > This patch introduces a dwarf2int.h header, to be used by code that > needs access to the internal DIE structures and their attributes. > > The following functions which were previously defined as static in > dwarf2out.c a

[PATCH V7 1/7] dwarf: add a dwarf2int.h internal interface

2021-04-19 Thread Jose E. Marchesi via Gcc-patches
This patch introduces a dwarf2int.h header, to be used by code that needs access to the internal DIE structures and their attributes. The following functions which were previously defined as static in dwarf2out.c are now non-static, and extern prototypes for them have been added to dwarf2int.h: -