Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 Default to 128-bit ...



details:   https://anonhg.NetBSD.org/src/rev/aca714fc3be4
branches:  trunk
changeset: 767235:aca714fc3be4
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jul 12 23:23:17 2011 +0000

description:
Default to 128-bit long double.  Next question is ieee or ibm long double.

diffstat:

 external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 4be3b3fbaf11 -r aca714fc3be4 external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h
--- a/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h       Tue Jul 12 18:19:13 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h       Tue Jul 12 23:23:17 2011 +0000
@@ -562,7 +562,6 @@
 #endif
 
 /* NetBSD ppc64 has 128-bit long double support.  */
-#ifdef TARGET_DEFAULT_LONG_DOUBLE_128
+#undef RS6000_DEFAULT_LONG_DOUBLE_SIZE
 #define RS6000_DEFAULT_LONG_DOUBLE_SIZE 128
-#endif
 #define POWERPC_NETBSD



Home | Main Index | Thread Index | Old Index