aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-12-27 18:56:23 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-12-27 18:56:23 +0000
commit666e7e4121e43094aa8e9b280e0fe5db23b77256 (patch)
treec3f23c0c2ecb046e4ab3af0cbb0919410edced59 /gdb/ChangeLog
parent30ae2c91cb74cfd1a6e76262b93c65486dcdcbc9 (diff)
downloadgdb-666e7e4121e43094aa8e9b280e0fe5db23b77256.zip
gdb-666e7e4121e43094aa8e9b280e0fe5db23b77256.tar.gz
gdb-666e7e4121e43094aa8e9b280e0fe5db23b77256.tar.bz2
* gdbtypes.h: Expand on comments for TYPE_CODE_BITSTRING and
TYPE_CODE_STRING a bit.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2260886..f5227aa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Mon Dec 27 11:07:05 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * gdbtypes.h: Expand on comments for TYPE_CODE_BITSTRING and
+ TYPE_CODE_STRING a bit.
+
* m68k-tdep.c (m68k_skip_prologue, m68k_find_saved_regs):
Allow pea %fp; move.l %sp, %fp instead of link instruction to
set up the new frame.