aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaushik Phatak <kaushik.phatak@kpit.com>2014-05-28 12:22:19 +0000
committerKaushik Phatak <kaushik.phatak@kpit.com>2014-05-28 12:22:19 +0000
commit1e8e2002899a4cb9549b8fe34922fbc767cb578c (patch)
tree9a0c0611b465126de6b29c8a56e02334e8686d4e
parent4a61b933116ff1a179e5b5bc2c0ee3cb97eb1c1b (diff)
RL78 64bit double support added
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@211016 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2db50c52996..2fed7e80fec 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,17 @@
+2014-05-28 Kaushik Phatak <kaushik.phatak@kpit.com>
+
+ * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
+ __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
+ (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
+ to the assembler.
+ (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES
+ is true.
+ * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
+ (m32bit-doubles) Likewise.
+ * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
+ * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
+ option for RL78.
+
2014-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac ($gcc_cv_ld_clearcap): New test.