aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBen Elliston <bje@gcc.gnu.org>2006-01-10 17:05:36 +1100
committerBen Elliston <bje@gcc.gnu.org>2006-01-10 17:05:36 +1100
commiteeab437d0562a90afe71a6204f1d03d6586e3559 (patch)
tree191a3ae6816008a141959931e05a631409cf2917 /gcc
parent00b79d543df80369bf196b27fbaa55cd197d6f92 (diff)
downloadgcc-eeab437d0562a90afe71a6204f1d03d6586e3559.zip
gcc-eeab437d0562a90afe71a6204f1d03d6586e3559.tar.gz
gcc-eeab437d0562a90afe71a6204f1d03d6586e3559.tar.bz2
Remove some prematurely committed entries.
From-SVN: r109534
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9363300f..d3e9c9f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -12,13 +12,6 @@
(rs6000_function_value): Use GP_ARG_RETURN for decimal floats.
(rs6000_libcall_value): Likewise.
-2006-01-10 Ben Elliston <bje@au.ibm.com>
-
- * expr.c (emit_move_change_mode): Always adjust addresses, not
- just during reload. Copy replacements only during reload.
- (emit_move_insn_1): Move MODE_DECIMAL_FLOAT modes by invoking
- emit_move_via_integer.
-
2006-01-09 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/ieee754-df.S: New file.
@@ -58,12 +51,6 @@
2006-01-09 Ben Elliston <bje@au.ibm.com>
- * doc/tm.texi (Data Output): Add REAL_VALUE_TO_TARGET_DECIMAL32,
- REAL_VALUE_TO_TARGET_DECIMAL64 and REAL_VALUE_TO_TARGET_DECIMAL64
- macros.
-
-2006-01-09 Ben Elliston <bje@au.ibm.com>
-
* config/rs6000/rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Typo fix.
2006-01-08 Richard Guenther <rguenther@suse.de>