On 08/31/2015 03:26 AM, Pierre-Marie de Rodat wrote:
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>.

DWARF changes are OK.

Jason



Reply via email to