This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[PATCH, PING*2] DWARF: materialize subprogram renamings in Ada as imported declarations


On 07/25/2015 09:44 PM, Pierre-Marie de Rodat wrote:
This change makes GCC materialize subprogram renamings in Ada as
imported declarations (DW_TAG_imported_declarations). For instance,

     procedure Foo renames Bar;

will output:

     DW_TAG_imported_declaration:
         DW_AT_name: foo
         DW_AT_import: <reference to Bar>

Ping for the patch submitted in <https://gcc.gnu.org/ml/gcc-patches/2015-07/msg02166.html>.

--
Pierre-Marie de Rodat


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