mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
gdb/
* dwarf2read.c (read_namespace_type): Use common "return set_die_type" code form.
This commit is contained in:
parent
eb8e76db62
commit
60531b2469
@ -1,3 +1,8 @@
|
||||
2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* dwarf2read.c (read_namespace_type): Use common "return set_die_type"
|
||||
code form.
|
||||
|
||||
2010-04-02 Hui Zhu <teawater@gmail.com>
|
||||
|
||||
* i386-tdep.c (OT_DQUAD): New enum.
|
||||
|
@ -5637,9 +5637,7 @@ read_namespace_type (struct die_info *die, struct dwarf2_cu *cu)
|
||||
TYPE_NAME (type) = (char *) name;
|
||||
TYPE_TAG_NAME (type) = TYPE_NAME (type);
|
||||
|
||||
set_die_type (die, type, cu);
|
||||
|
||||
return type;
|
||||
return set_die_type (die, type, cu);
|
||||
}
|
||||
|
||||
/* Read a C++ namespace. */
|
||||
|
Loading…
Reference in New Issue
Block a user