aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-04-29 16:06:07 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-04-29 16:06:07 +0000
commitea42b34a37453fb7cf3a4ac7a5a6d0d456623fd9 (patch)
tree10fe8c5556df19395b5fdebfa134f6e953fea93e /gdb/ChangeLog
parent266b05cf7629d7cefecd2b31542a2332e3d5e385 (diff)
downloadgdb-ea42b34a37453fb7cf3a4ac7a5a6d0d456623fd9.zip
gdb-ea42b34a37453fb7cf3a4ac7a5a6d0d456623fd9.tar.gz
gdb-ea42b34a37453fb7cf3a4ac7a5a6d0d456623fd9.tar.bz2
* gdbarch.sh: Document the return_value method. Explain that
the FUNCTYPE parameter might be NULL. * gdbarch.h: Regenerated. * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function type when calling using_struct_return, as this is unnecessary on this target.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 016a213..35c6cea 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2008-04-29 Joel Brobecker <brobecker@adacore.com>
+
+ * gdbarch.sh: Document the return_value method. Explain that
+ the FUNCTYPE parameter might be NULL.
+ * gdbarch.h: Regenerated.
+ * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function
+ type when calling using_struct_return, as this is unnecessary
+ on this target.
+
2008-04-28 Joel Brobecker <brobecker@adacore.com>
* terminal.h (create_tty_session): Fix return type.