Module Name: src
Committed By: skrll
Date: Thu Mar 6 19:07:14 UTC 2014
Modified Files:
src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa: defs.mk tm.h
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa: defs.mk tm.h
Log Message:
Re-run mknative for hppa space register convention change. twice!
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/defs.mk \
src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.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.old/usr.bin/gcc/arch/hppa/defs.mk
diff -u src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/defs.mk:1.1.1.1 src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/defs.mk:1.2
--- src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/defs.mk:1.1.1.1 Tue Feb 25 18:42:27 2014
+++ src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/defs.mk Thu Mar 6 19:07:13 2014
@@ -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_tm_defines=NETBSD_ENABLE_PTHREADS
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
Index: src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h
diff -u src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h:1.1.1.1 src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h:1.2
--- src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h:1.1.1.1 Tue Feb 25 18:42:27 2014
+++ src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/tm.h Thu Mar 6 19:07:13 2014
@@ -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
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk:1.5 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk:1.6
--- src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk:1.5 Sat Mar 1 10:00:51 2014
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk Thu Mar 6 19:07:13 2014
@@ -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_tm_defines=LIBC_GLIBC=1 LIBC_UCLIBC=2
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
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h:1.2 Sat Mar 1 10:00:51 2014
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h Thu Mar 6 19:07:13 2014
@@ -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