diff options
author | Fred Fish <fnf@specifix.com> | 1992-01-16 08:57:31 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-01-16 08:57:31 +0000 |
commit | cdce29eefc8e3c234f2afff6904324e06bfdef29 (patch) | |
tree | c4457ccab930c6f180b41d17aa1827e0500435ab /gdb | |
parent | f672bb7f9e8d3dcdd1a986f1d4af15241abad5a9 (diff) | |
download | gdb-cdce29eefc8e3c234f2afff6904324e06bfdef29.zip gdb-cdce29eefc8e3c234f2afff6904324e06bfdef29.tar.gz gdb-cdce29eefc8e3c234f2afff6904324e06bfdef29.tar.bz2 |
Pass address of structure to complain() rather than the entire structure.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6749019..ad97ecb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 16 00:51:46 1992 Fred Fish (fnf at cygnus.com) + + * dbxread.c (process_one_symbol): Pass address of structure + to complain(), rather than the whole structure. + Wed Jan 15 09:56:16 1992 Fred Fish (fnf at cygnus.com) * solib.c (solib_add_common_symbols): Only compile in when not |