aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-06-29 20:18:26 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-06-29 20:18:26 +0000
commit76a1bd4cc098c842288b4c4564911bd45c4cf56a (patch)
treea4146f1135f7904a3b42c04901570d314b7d32fc /gdb
parent540dad44278b681fb1c330ef85cce57fa5fd1193 (diff)
downloadgdb-76a1bd4cc098c842288b4c4564911bd45c4cf56a.zip
gdb-76a1bd4cc098c842288b4c4564911bd45c4cf56a.tar.gz
gdb-76a1bd4cc098c842288b4c4564911bd45c4cf56a.tar.bz2
* symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding to
a function to avoid printing of function arguments in wrong order due to sorting. * symfile.c (compare_symbols): Remove code for sorting arguments as blocks containing arguments are no longer sorted. * symtab.c (lookup_block_symbol): Update comment accordingly.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f18a3a2..0708e47 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+ and Jim Kingdon (kingdon@cygnus.com)
+
+ * symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding to
+ a function to avoid printing of function arguments in wrong order
+ due to sorting.
+ * symfile.c (compare_symbols): Remove code for sorting arguments
+ as blocks containing arguments are no longer sorted.
+ * symtab.c (lookup_block_symbol): Update comment accordingly.
+
Tue Jun 29 11:02:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* config/pa/tm-hppa.h: Remove unused ARGS_GROW_DOC.