aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-10-10 19:14:08 +0000
committerCorinna Vinschen <corinna@vinschen.de>2003-10-10 19:14:08 +0000
commit3f997a978d8a747afbf345c97e1a5dcc87c17732 (patch)
tree52c01d774524fb4ae668bd39dd064504b4a1525b /gdb/ChangeLog
parent8be9034ab1f7c018c64a5950a600180dfc3add0f (diff)
downloadgdb-3f997a978d8a747afbf345c97e1a5dcc87c17732.zip
gdb-3f997a978d8a747afbf345c97e1a5dcc87c17732.tar.gz
gdb-3f997a978d8a747afbf345c97e1a5dcc87c17732.tar.bz2
* sh-tdep.c (sh_use_struct_convention): Clean up to have a
more readable code. Accomodate passing of bitfields.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 41f7dfe..d170797 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-10 Corinna Vinschen <vinschen@redhat.com>
+
+ * sh-tdep.c (sh_use_struct_convention): Clean up to have a
+ more readable code. Accomodate passing of bitfields.
+
2003-10-10 Andrew Cagney <cagney@redhat.com>
* Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).