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/mips Get rid of the hack t...



details:   https://anonhg.NetBSD.org/src/rev/68c44557e870
branches:  trunk
changeset: 767060:68c44557e870
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 07 17:27:46 2011 +0000

description:
Get rid of the hack that limited long double to 64 bits.  We support 128 bit
long doubles now.

diffstat:

 external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h |  6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diffs (13 lines):

diff -r c2aaa332d8d6 -r 68c44557e870 external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h
--- a/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h Thu Jul 07 16:31:11 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h Thu Jul 07 17:27:46 2011 +0000
@@ -52,9 +52,3 @@
    %{mips32} %{mips32r2} %{mips64} %{mips64r2} \
    %{bestGnum} %{call_shared} %{no_archive} %{exact_version} \
    %(netbsd_link_spec)"
-
-#undef LONG_DOUBLE_TYPE_SIZE
-#define LONG_DOUBLE_TYPE_SIZE 64
-
-#undef LIBGCC2_LONG_DOUBLE_TYPE_SIZE
-#define LIBGCC2_LONG_DOUBLE_TYPE_SIZE 64



Home | Main Index | Thread Index | Old Index