Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc basic mknative bootstrap-libgcc for riscv64



details:   https://anonhg.NetBSD.org/src/rev/7b5b8a89db80
branches:  trunk
changeset: 449245:7b5b8a89db80
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Feb 28 09:49:14 2019 +0000

description:
basic mknative bootstrap-libgcc for riscv64

diffstat:

 external/gpl3/gcc/lib/libgcc/arch/riscv64/gthr-defs.mk |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/riscv64/auto-host.h |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/riscv64/tm.h        |  8 +++++++-
 3 files changed, 11 insertions(+), 5 deletions(-)

diffs (57 lines):

diff -r 439ed7740f94 -r 7b5b8a89db80 external/gpl3/gcc/lib/libgcc/arch/riscv64/gthr-defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/riscv64/gthr-defs.mk    Thu Feb 28 09:16:42 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/riscv64/gthr-defs.mk    Thu Feb 28 09:49:14 2019 +0000
@@ -1,9 +1,9 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.101 2019/02/23 06:54:45 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_enable_execute_stack=enable-execute-stack-mprotect.c
 G_unwind_header=unwind-generic.h
 G_md_unwind_header=no-unwind.h
-G_sfp_machine_header=no-sfp-machine.h
+G_sfp_machine_header=riscv/sfp-machine.h
 G_thread_header=gthr-posix.h
diff -r 439ed7740f94 -r 7b5b8a89db80 external/gpl3/gcc/usr.bin/gcc/arch/riscv64/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/riscv64/auto-host.h    Thu Feb 28 09:16:42 2019 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/riscv64/auto-host.h    Thu Feb 28 09:49:14 2019 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.100 2019/02/09 03:57:00 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.101 2019/02/23 06:54:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* auto-host.h.  Generated from config.in by configure.  */
@@ -1802,7 +1802,7 @@
 
 
 /* Define if your target C library provides sys/sdt.h */
-/* #undef HAVE_SYS_SDT_H */
+#define HAVE_SYS_SDT_H 1
 
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #ifndef USED_FOR_TARGET
diff -r 439ed7740f94 -r 7b5b8a89db80 external/gpl3/gcc/usr.bin/gcc/arch/riscv64/tm.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/riscv64/tm.h   Thu Feb 28 09:16:42 2019 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/riscv64/tm.h   Thu Feb 28 09:49:14 2019 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.100 2019/02/09 03:57:00 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.101 2019/02/23 06:54:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 #ifndef GCC_TM_H
@@ -19,6 +19,12 @@
 #ifndef NETBSD_ENABLE_PTHREADS
 # define NETBSD_ENABLE_PTHREADS
 #endif
+#ifndef CHAR_FAST8
+# define CHAR_FAST8 1
+#endif
+#ifndef SHORT_FAST16
+# define SHORT_FAST16 1
+#endif
 #ifdef IN_GCC
 # include "options.h"
 # include "insn-constants.h"



Home | Main Index | Thread Index | Old Index