aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-11-13 17:26:46 +0000
committerJim Blandy <jimb@codesourcery.com>2001-11-13 17:26:46 +0000
commit0adb2abaa621ef0ef840d2a5605e3fb76dc1770c (patch)
treec61dfb0d386cbe1afd02ab66ebf0a8f1e038be15 /gdb/ChangeLog
parent641225a4002addcb0db809e7a534fcf718ed1a86 (diff)
downloadgdb-0adb2abaa621ef0ef840d2a5605e3fb76dc1770c.zip
gdb-0adb2abaa621ef0ef840d2a5605e3fb76dc1770c.tar.gz
gdb-0adb2abaa621ef0ef840d2a5605e3fb76dc1770c.tar.bz2
* s390-tdep.c (s390_gdbarch_init): Register the function
`standard_coerce_float_to_double', since GCC for the S/390 follows the standard rules for passing floats.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d5c14c7..5e7641c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2001-11-13 Jim Blandy <jimb@redhat.com>
+ * s390-tdep.c (s390_gdbarch_init): Register the function
+ `standard_coerce_float_to_double', since GCC for the S/390 follows
+ the standard rules for passing floats.
+
* valops.c (default_coerce_float_to_double,
standard_coerce_float_to_double): Doc fixes.