aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-12 07:19:13 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-12 07:19:13 +0000
commit3c6c67143a06c3b1af2567c611f33fdfab6d0667 (patch)
treebf1f18328d5fcbde20132dfade1a88d0e5459e2d /gdb
parentdf6335e19f0b678f5c3842cb91e1373b1f27eafc (diff)
downloadgdb-3c6c67143a06c3b1af2567c611f33fdfab6d0667.zip
gdb-3c6c67143a06c3b1af2567c611f33fdfab6d0667.tar.gz
gdb-3c6c67143a06c3b1af2567c611f33fdfab6d0667.tar.bz2
Assorted patches from Fred Fish, Peter Schauer.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 48ece1c..c5569f2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,7 +1,18 @@
Fri Oct 11 23:27:06 1991 John Gilmore (gnu at cygnus.com)
+ * tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move
+ REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer.
+
+ * symmisc.c (print_partial_symtabs): Add printpsyms debug cmd.
+
+ * m68k-tdep.c (m68k_push_dummy_frame, m68k_pop_frame): Add
+ generic routines for calling inferior functions.
+
+ * blockframe.c (inside_main_scope, inside_entry_scope): New.
+
* copying.awk: Filter formfeeds out of copying & warrantee.
Make them available as `show copying' and `show warrantee' also.
+ * main.c (print_gnu_advertisement): Advt `show' commands.
Thu Oct 10 17:25:47 1991 John Gilmore (gnu at cygnus.com)