aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2014-11-01 08:38:36 +0000
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>2014-11-01 08:38:36 +0000
commitb5e3200c52733b209ce8b9309b32bf152627746e (patch)
tree12b71b230d42270a7f4266a9df476c391d72380d /gcc/ChangeLog
parent7cbed00872ff3e20e5183f0cb788cd0c86bdf168 (diff)
downloadgcc-b5e3200c52733b209ce8b9309b32bf152627746e.zip
gcc-b5e3200c52733b209ce8b9309b32bf152627746e.tar.gz
gcc-b5e3200c52733b209ce8b9309b32bf152627746e.tar.bz2
[Patch 2/7 s390] Deprecate *_BY_PIECES_P, move to hookized version
gcc/ * config/s390/s390.c (s390_use_by_pieces_infrastructure_p): New. (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Likewise. * config/s390/s390.h (MOVE_BY_PIECES_P): Remove. (CLEAR_BY_PIECES): Likewise. (SET_BY_PIECES): Likewise. (STORE_BY_PIECES): Likewise. From-SVN: r216998
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7ed09eb..2412bab 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,14 @@
2014-11-01 James Greenhalgh <james.greenhalgh@arm.com>
+ * config/s390/s390.c (s390_use_by_pieces_infrastructure_p): New.
+ (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Likewise.
+ * config/s390/s390.h (MOVE_BY_PIECES_P): Remove.
+ (CLEAR_BY_PIECES): Likewise.
+ (SET_BY_PIECES): Likewise.
+ (STORE_BY_PIECES): Likewise.
+
+2014-11-01 James Greenhalgh <james.greenhalgh@arm.com>
+
* target.def (use_by_pieces_infrastructure_p): New.
* doc/tm.texi.in (MOVE_BY_PIECES_P): Describe that this macro
is deprecated.