aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-05-23 09:26:06 +0000
committerEli Zaretskii <eliz@gnu.org>2009-05-23 09:26:06 +0000
commit969107c54a602bf35d13a6290e77eb1ccf16bbb2 (patch)
treefadd51078cd022bdbf12e8ea9ebdaa15883347f0 /gdb/ChangeLog
parent65b02341cc8e36be5467123913457f3dd0fb6754 (diff)
downloadgdb-969107c54a602bf35d13a6290e77eb1ccf16bbb2.zip
gdb-969107c54a602bf35d13a6290e77eb1ccf16bbb2.tar.gz
gdb-969107c54a602bf35d13a6290e77eb1ccf16bbb2.tar.bz2
* symmisc.c (dump_symtab): Switch the current language to
the language of the symtab we are dumping only if the symtab's language is neither language_auto nor language_unknown. * coffread.c (coff_symtab_read): Set language_minimal as the language for the "_globals_" pseudo-file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c536c73..1cfc3ee 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2009-05-23 Eli Zaretskii <eliz@gnu.org>
+
+ * symmisc.c (dump_symtab): Switch the current language to
+ the language of the symtab we are dumping only if the symtab's
+ language is neither language_auto nor language_unknown.
+
+ * coffread.c (coff_symtab_read): Set language_minimal as the
+ language for the "_globals_" pseudo-file.
+
2009-05-22 Pedro Alves <pedro@codesourcery.com>
* target.h (struct section_table): Rename to ...