aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-02-25 00:40:45 +0000
committerFred Fish <fnf@specifix.com>1993-02-25 00:40:45 +0000
commitf31e2e7a1e7c5519694bb736b9ca752aca5ad35f (patch)
treef7832cdd88c4e446ce80244092e88086bac8a4bb /gdb
parent162e34854c1bdce47b6476bcfcc49ca1ac96b13c (diff)
downloadfsf-binutils-gdb-f31e2e7a1e7c5519694bb736b9ca752aca5ad35f.zip
fsf-binutils-gdb-f31e2e7a1e7c5519694bb736b9ca752aca5ad35f.tar.gz
fsf-binutils-gdb-f31e2e7a1e7c5519694bb736b9ca752aca5ad35f.tar.bz2
* symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize contents
of demangled name fields to NULL if no demangling exists for a symbol. SYMBOL_INIT_LANGUAGE_SPECIFIC does this for new symbols if their language is known at the time they are created, but sometimes the language is not known until later.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a6e209b..7977a6d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
Wed Feb 24 07:41:15 1993 Fred Fish (fnf@cygnus.com)
+ * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize contents
+ of demangled name fields to NULL if no demangling exists for
+ a symbol. SYMBOL_INIT_LANGUAGE_SPECIFIC does this for new
+ symbols if their language is known at the time they are created,
+ but sometimes the language is not known until later.
+
**** start-sanitize-chill ****
* ch-typeprint.c (chill_print_type_base): Name changed to
chill_type_print_base to match pattern for C and C++ names.