Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch regenerate to remove MASK...



details:   https://anonhg.NetBSD.org/src/rev/de368f3b965d
branches:  trunk
changeset: 767115:de368f3b965d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 09 14:59:16 2011 +0000

description:
regenerate to remove MASK_64BIT.

diffstat:

 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/defs.mk |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/tm.h    |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/defs.mk |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/tm.h    |  2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 272243bd1651 -r de368f3b965d external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/defs.mk
--- a/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/defs.mk       Sat Jul 09 14:58:34 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/defs.mk       Sat Jul 09 14:59:16 2011 +0000
@@ -35,7 +35,7 @@
 G_host_xm_file=
 G_host_xm_defines=
 G_tm_p_file=
-G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS
+G_target_cpu_default=((MASK_ABICALLS|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS
 G_TM_H=tm.h      options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h 
${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h
 G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/lto/lang.opt ${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/mips/mips.opt
 G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h 
${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h
diff -r 272243bd1651 -r de368f3b965d external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/tm.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/tm.h  Sat Jul 09 14:58:34 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/tm.h  Sat Jul 09 14:59:16 2011 +0000
@@ -4,7 +4,7 @@
 
 #ifndef GCC_TM_H
 #define GCC_TM_H
-#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
+#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
 #ifndef NETBSD_ENABLE_PTHREADS
 # define NETBSD_ENABLE_PTHREADS
 #endif
diff -r 272243bd1651 -r de368f3b965d external/gpl3/gcc/usr.bin/gcc/arch/mips64el/defs.mk
--- a/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/defs.mk       Sat Jul 09 14:58:34 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/defs.mk       Sat Jul 09 14:59:16 2011 +0000
@@ -35,7 +35,7 @@
 G_host_xm_file=
 G_host_xm_defines=
 G_tm_p_file=
-G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS
+G_target_cpu_default=((MASK_ABICALLS|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS
 G_TM_H=tm.h      options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h 
${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h
 G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/lto/lang.opt ${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/mips/mips.opt
 G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h 
${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h
diff -r 272243bd1651 -r de368f3b965d external/gpl3/gcc/usr.bin/gcc/arch/mips64el/tm.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/tm.h  Sat Jul 09 14:58:34 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/tm.h  Sat Jul 09 14:59:16 2011 +0000
@@ -4,7 +4,7 @@
 
 #ifndef GCC_TM_H
 #define GCC_TM_H
-#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
+#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
 #ifndef TARGET_ENDIAN_DEFAULT
 # define TARGET_ENDIAN_DEFAULT 0
 #endif



Home | Main Index | Thread Index | Old Index