Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3 Re-run mknative for hppa space register conven...



details:   https://anonhg.NetBSD.org/src/rev/923a7b5190ce
branches:  trunk
changeset: 794137:923a7b5190ce
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Mar 06 19:07:13 2014 +0000

description:
Re-run mknative for hppa space register convention change. twice!

diffstat:

 external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/defs.mk |  6 +++---
 external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h    |  6 +++---
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk     |  6 +++---
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h        |  6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (76 lines):

diff -r 14f3aae6405c -r 923a7b5190ce external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/defs.mk
--- a/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/defs.mk       Thu Mar 06 19:05:59 2014 +0000
+++ b/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/defs.mk       Thu Mar 06 19:07:13 2014 +0000
@@ -1,6 +1,6 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from:      NetBSD: mknative-gcc,v 1.71 2013/06/28 08:30:10 mrg Exp 
-# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+# Generated from: NetBSD: mknative-gcc.old,v 1.1 2014/02/26 09:54:34 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp 
 #
 G_BUILD_EARLY_SUPPORT=
 G_BUILD_ERRORS=build-errors.o
@@ -35,7 +35,7 @@
 G_host_xm_file=
 G_host_xm_defines=
 G_tm_p_file=
-G_target_cpu_default=(MASK_PA_11|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY)
+G_target_cpu_default=(MASK_PA_11|MASK_NO_SPACE_REGS|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY)
 G_TM_H=tm.h      options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h 
${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.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/pa/pa.opt
 G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h 
${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h ${GNUHOSTDIST}/gcc/defaults.h
diff -r 14f3aae6405c -r 923a7b5190ce external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h
--- a/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h  Thu Mar 06 19:05:59 2014 +0000
+++ b/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h  Thu Mar 06 19:07:13 2014 +0000
@@ -1,10 +1,10 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+/* Generated from: NetBSD: mknative-gcc.old,v 1.1 2014/02/26 09:54:34 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 #ifndef GCC_TM_H
 #define GCC_TM_H
-#define TARGET_CPU_DEFAULT ((MASK_PA_11|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY))
+#define TARGET_CPU_DEFAULT ((MASK_PA_11|MASK_NO_SPACE_REGS|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY))
 #ifndef NETBSD_ENABLE_PTHREADS
 # define NETBSD_ENABLE_PTHREADS
 #endif
diff -r 14f3aae6405c -r 923a7b5190ce external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk
--- a/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk   Thu Mar 06 19:05:59 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk   Thu Mar 06 19:07:13 2014 +0000
@@ -1,6 +1,6 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp 
-# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp 
 #
 G_BUILD_EARLY_SUPPORT=
 G_BUILD_ERRORS=build-errors.o
@@ -42,7 +42,7 @@
 G_host_xm_file=
 G_host_xm_defines=
 G_tm_p_file=
-G_target_cpu_default=(MASK_PA_11|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY)
+G_target_cpu_default=(MASK_PA_11|MASK_NO_SPACE_REGS|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY)
 G_TM_H=tm.h      options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h 
${GNUHOSTDIST}/gcc/config/netbsd-stdint.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h 
${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h ${GNUHOSTDIST}/gcc/config/initfini-array.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h  
${GNUHOSTDIST}/gcc/config/pa/pa-opts.h
 G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/lto/lang.opt ${GNUHOSTDIST}/gcc/c-family/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/pa/pa.opt ${GNUHOSTDIST}/gcc/config/netbsd.opt 
${GNUHOSTDIST}/gcc/config/netbsd-elf.opt
 G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h 
${GNUHOSTDIST}/gcc/config/netbsd-stdint.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h 
${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h ${GNUHOSTDIST}/gcc/config/initfini-array.h ${GNUHOSTDIST}/gcc/defaults.h
diff -r 14f3aae6405c -r 923a7b5190ce external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h      Thu Mar 06 19:05:59 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h      Thu Mar 06 19:07:13 2014 +0000
@@ -1,10 +1,10 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 #ifndef GCC_TM_H
 #define GCC_TM_H
-#define TARGET_CPU_DEFAULT ((MASK_PA_11|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY))
+#define TARGET_CPU_DEFAULT ((MASK_PA_11|MASK_NO_SPACE_REGS|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY))
 #ifndef LIBC_GLIBC
 # define LIBC_GLIBC 1
 #endif



Home | Main Index | Thread Index | Old Index