aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-02-03 23:18:11 +0000
committerDaniel Jacobowitz <drow@false.org>2002-02-03 23:18:11 +0000
commit493d28d51bca5194de1db46ee372c79de2408975 (patch)
tree8f47c89d9f0b9e966f2f5b4955da6711d472dcab /gdb/ChangeLog
parent7495dfdb3ad9d2ad92601df374340e3fe5fc8cd3 (diff)
downloadgdb-493d28d51bca5194de1db46ee372c79de2408975.zip
gdb-493d28d51bca5194de1db46ee372c79de2408975.tar.gz
gdb-493d28d51bca5194de1db46ee372c79de2408975.tar.bz2
2002-02-03 Daniel Jacobowitz <drow@mvista.com>
* gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of accessing tag_name directly.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 115f8a1..37b4abd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2002-02-03 Daniel Jacobowitz <drow@mvista.com>
+ * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
+ accessing tag_name directly.
+
+2002-02-03 Daniel Jacobowitz <drow@mvista.com>
+
* ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
of accessing tag_name directly.