Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37727287
en ru br
Репозитории ALT
S:13.2.0.43.854f46b6377-alt2
5.1: 6.6-alt3
4.1: 6.6-alt3
4.0: 6.6-alt2
3.0: 6.3-alt2
www.altlinux.org/Changes

Группа :: Разработка/Отладчики
Пакет: gdb

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: gdb-6.3-type-fix-20041213.patch
Скачать


2004-12-13  Jeff Johnston  <jjohnstn@redhat.com>
	* dwarf2read.c (read_type_die): Ensure that structures, unions,
	enumerations, and base types create symbols.
--- gdb-6.3/gdb/dwarf2read.c.fix2	Mon Dec 13 19:44:08 2004
+++ gdb-6.3/gdb/dwarf2read.c	Mon Dec 13 20:00:42 2004
@@ -7178,9 +7178,11 @@ read_type_die (struct die_info *die, str
     case DW_TAG_structure_type:
     case DW_TAG_union_type:
       read_structure_type (die, cu);
+      process_structure_scope (die, cu);
       break;
     case DW_TAG_enumeration_type:
       read_enumeration_type (die, cu);
+      process_enumeration_scope (die, cu);
       break;
     case DW_TAG_subprogram:
     case DW_TAG_subroutine_type:
@@ -7215,6 +7217,7 @@ read_type_die (struct die_info *die, str
       break;
     case DW_TAG_base_type:
       read_base_type (die, cu);
+      new_symbol (die, die->type, cu);
       break;
     default:
       complaint (&symfile_complaints, "unexepected tag in read_type_die: '%s'",
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin