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 pull across these revisions from ...



details:   https://anonhg.NetBSD.org/src/rev/3e02dd88a38b
branches:  trunk
changeset: 766378:3e02dd88a38b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 21 07:28:44 2011 +0000

description:
pull across these revisions from gcc 4.1:

revision 1.21
date: 2011/01/23 06:29:52;  author: matt;  state: Exp;  lines: +1 -1
Default mips64 to softfloat.

revision 1.22
date: 2011/02/10 07:18:29;  author: matt;  state: Exp;  lines: +3 -0
Default NetBSD to -msecure-plt now.

diffstat:

 external/gpl3/gcc/dist/gcc/config.gcc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r f0cf330178c8 -r 3e02dd88a38b external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc     Tue Jun 21 07:20:56 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc     Tue Jun 21 07:28:44 2011 +0000
@@ -1749,7 +1749,7 @@
        esac
        ;;
 mips64*-*-netbsd*)                     # NetBSD/mips64, either endian.
-       target_cpu_default="MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64"
+       target_cpu_default="MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SOFT_FLOAT"
        tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h mips/netbsd64.h"
        tmake_file="${tmake_file} mips/t-netbsd64"
 #      tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
@@ -1986,6 +1986,9 @@
        tmake_file="${tmake_file} rs6000/t-netbsd"
            ;;
        esac
+       if test x${enable_secureplt} != xno; then
+         tm_file="rs6000/secureplt.h ${tm_file}"
+       fi
        extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
        ;;
 powerpc-*-eabispe*)



Home | Main Index | Thread Index | Old Index