Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/libbacktrace/arch/x86_64 regen; backtr...



details:   https://anonhg.NetBSD.org/src/rev/39da8c8107fc
branches:  trunk
changeset: 335447:39da8c8107fc
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 07 02:06:59 2015 +0000

description:
regen; backtrace support is complete

diffstat:

 external/gpl3/gcc/lib/libbacktrace/arch/x86_64/backtrace-supported.h |  6 +++---
 external/gpl3/gcc/lib/libbacktrace/arch/x86_64/config.h              |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 917f96450cde -r 39da8c8107fc external/gpl3/gcc/lib/libbacktrace/arch/x86_64/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/x86_64/backtrace-supported.h      Wed Jan 07 02:06:23 2015 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/x86_64/backtrace-supported.h      Wed Jan 07 02:06:59 2015 +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.79 2014/05/29 16:27:50 skrll Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
    Copyright (C) 2012-2013 Free Software Foundation, Inc.
@@ -44,7 +44,7 @@
    should work, 0 if it will not.  Libraries may #include this to make
    other arrangements.  */
 
-#define BACKTRACE_SUPPORTED 0
+#define BACKTRACE_SUPPORTED 1
 
 /* BACKTRACE_USES_MALLOC will be #define'd as 1 if the backtrace
    library will call malloc as it works, 0 if it will call mmap
diff -r 917f96450cde -r 39da8c8107fc external/gpl3/gcc/lib/libbacktrace/arch/x86_64/config.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/x86_64/config.h   Wed Jan 07 02:06:23 2015 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/x86_64/config.h   Wed Jan 07 02:06:59 2015 +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.79 2014/05/29 16:27:50 skrll Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
 /* config.h.in.  Generated from configure.ac by autoheader.  */
@@ -25,7 +25,7 @@
 /* #undef HAVE_GETEXECNAME */
 
 /* Define if _Unwind_GetIPInfo is available. */
-/* #undef HAVE_GETIPINFO */
+#define HAVE_GETIPINFO 1
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1



Home | Main Index | Thread Index | Old Index