GNU Binutils with patches for OS216
Revision | 93b2e21d4a86e9bc0adf31071b33dc1e34603462 (tree) |
---|---|
Time | 2015-05-14 06:07:03 |
Author | Doug Evans <dje@goog...> |
Commiter | Doug Evans |
revert previous patch, author not set
@@ -1,8 +1,3 @@ | ||
1 | -2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com> | |
2 | - | |
3 | - * dwarf2read.c (die_needs_namespace): Return 1 for | |
4 | - DW_TAG_inlined_subroutine. | |
5 | - | |
6 | 1 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
7 | 2 | |
8 | 3 | * regcache.c (regcache_cpy_no_passthrough): New declaration. |
@@ -8363,7 +8363,6 @@ die_needs_namespace (struct die_info *die, struct dwarf2_cu *cu) | ||
8363 | 8363 | case DW_TAG_enumeration_type: |
8364 | 8364 | case DW_TAG_enumerator: |
8365 | 8365 | case DW_TAG_subprogram: |
8366 | - case DW_TAG_inlined_subroutine: | |
8367 | 8366 | case DW_TAG_member: |
8368 | 8367 | case DW_TAG_imported_declaration: |
8369 | 8368 | return 1; |