From: Doug Evans Date: Wed, 13 May 2015 21:07:03 +0000 (-0700) Subject: revert previous patch, author not set X-Git-Tag: gdb-7.10-release~510 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93b2e21d4a86e9bc0adf31071b33dc1e34603462;p=platform%2Fupstream%2Fbinutils.git revert previous patch, author not set --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b645eba..6cb033b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,8 +1,3 @@ -2015-05-13 Martin Galvan - - * dwarf2read.c (die_needs_namespace): Return 1 for - DW_TAG_inlined_subroutine. - 2015-05-13 Jan Kratochvil * regcache.c (regcache_cpy_no_passthrough): New declaration. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 4d892d8..9a2113e 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -8363,7 +8363,6 @@ die_needs_namespace (struct die_info *die, struct dwarf2_cu *cu) case DW_TAG_enumeration_type: case DW_TAG_enumerator: case DW_TAG_subprogram: - case DW_TAG_inlined_subroutine: case DW_TAG_member: case DW_TAG_imported_declaration: return 1;