Module Name: src
Committed By: matt
Date: Thu Jul 7 17:27:47 UTC 2011
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/mips: netbsd64.h
Log Message:
Get rid of the hack that limited long double to 64 bits. We support 128 bit
long doubles now.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h
diff -u src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h:1.2 src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h:1.3
--- src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h:1.2 Sun Jul 3 13:06:36 2011
+++ src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h Thu Jul 7 17:27:46 2011
@@ -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