[Midnightbsd-cvs] src [10935] trunk/gnu/usr.bin/gdb/arch: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jun 14 20:34:43 EDT 2018
Revision: 10935
http://svnweb.midnightbsd.org/src/?rev=10935
Author: laffer1
Date: 2018-06-14 20:34:43 -0400 (Thu, 14 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/gnu/usr.bin/gdb/arch/amd64/Makefile
trunk/gnu/usr.bin/gdb/arch/amd64/config.h
trunk/gnu/usr.bin/gdb/arch/amd64/init.c
trunk/gnu/usr.bin/gdb/arch/i386/Makefile
trunk/gnu/usr.bin/gdb/arch/i386/config.h
trunk/gnu/usr.bin/gdb/arch/i386/init.c
trunk/gnu/usr.bin/gdb/arch/sparc64/Makefile
trunk/gnu/usr.bin/gdb/arch/sparc64/config.h
trunk/gnu/usr.bin/gdb/arch/sparc64/init.c
Modified: trunk/gnu/usr.bin/gdb/arch/amd64/Makefile
===================================================================
--- trunk/gnu/usr.bin/gdb/arch/amd64/Makefile 2018-06-15 00:34:11 UTC (rev 10934)
+++ trunk/gnu/usr.bin/gdb/arch/amd64/Makefile 2018-06-15 00:34:43 UTC (rev 10935)
@@ -1,4 +1,5 @@
-# $FreeBSD$
+# $MidnightBSD$
+# $FreeBSD: stable/10/gnu/usr.bin/gdb/arch/amd64/Makefile 183957 2008-10-16 18:09:27Z obrien $
GENSRCS+= xm.h
.if !defined(GDB_CROSS_DEBUGGER)
Modified: trunk/gnu/usr.bin/gdb/arch/amd64/config.h
===================================================================
--- trunk/gnu/usr.bin/gdb/arch/amd64/config.h 2018-06-15 00:34:11 UTC (rev 10934)
+++ trunk/gnu/usr.bin/gdb/arch/amd64/config.h 2018-06-15 00:34:43 UTC (rev 10935)
@@ -1,4 +1,5 @@
-/* $FreeBSD$ */
+/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/gnu/usr.bin/gdb/arch/amd64/config.h 251512 2013-06-07 21:40:02Z emaste $ */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -439,9 +440,6 @@
/* Name of this package. */
#define PACKAGE "gdb"
-/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/local/lib/debug"
-
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_i386_arch
Modified: trunk/gnu/usr.bin/gdb/arch/amd64/init.c
===================================================================
--- trunk/gnu/usr.bin/gdb/arch/amd64/init.c 2018-06-15 00:34:11 UTC (rev 10934)
+++ trunk/gnu/usr.bin/gdb/arch/amd64/init.c 2018-06-15 00:34:43 UTC (rev 10935)
@@ -1,4 +1,5 @@
-/* $FreeBSD$ */
+/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/gnu/usr.bin/gdb/arch/amd64/init.c 138383 2004-12-05 06:59:01Z marcel $ */
/* Do not modify this file. */
/* It is created automatically by the Makefile. */
Modified: trunk/gnu/usr.bin/gdb/arch/i386/Makefile
===================================================================
--- trunk/gnu/usr.bin/gdb/arch/i386/Makefile 2018-06-15 00:34:11 UTC (rev 10934)
+++ trunk/gnu/usr.bin/gdb/arch/i386/Makefile 2018-06-15 00:34:43 UTC (rev 10935)
@@ -1,4 +1,5 @@
-# $FreeBSD$
+# $MidnightBSD$
+# $FreeBSD: stable/10/gnu/usr.bin/gdb/arch/i386/Makefile 183957 2008-10-16 18:09:27Z obrien $
GENSRCS+= xm.h
.if !defined(GDB_CROSS_DEBUGGER)
Modified: trunk/gnu/usr.bin/gdb/arch/i386/config.h
===================================================================
--- trunk/gnu/usr.bin/gdb/arch/i386/config.h 2018-06-15 00:34:11 UTC (rev 10934)
+++ trunk/gnu/usr.bin/gdb/arch/i386/config.h 2018-06-15 00:34:43 UTC (rev 10935)
@@ -1,4 +1,5 @@
-/* $FreeBSD$ */
+/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/gnu/usr.bin/gdb/arch/i386/config.h 251512 2013-06-07 21:40:02Z emaste $ */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -439,9 +440,6 @@
/* Name of this package. */
#define PACKAGE "gdb"
-/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/local/lib/debug"
-
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_i386_arch
Modified: trunk/gnu/usr.bin/gdb/arch/i386/init.c
===================================================================
--- trunk/gnu/usr.bin/gdb/arch/i386/init.c 2018-06-15 00:34:11 UTC (rev 10934)
+++ trunk/gnu/usr.bin/gdb/arch/i386/init.c 2018-06-15 00:34:43 UTC (rev 10935)
@@ -1,4 +1,5 @@
-/* $FreeBSD$ */
+/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/gnu/usr.bin/gdb/arch/i386/init.c 138383 2004-12-05 06:59:01Z marcel $ */
/* Do not modify this file. */
/* It is created automatically by the Makefile. */
Modified: trunk/gnu/usr.bin/gdb/arch/sparc64/Makefile
===================================================================
--- trunk/gnu/usr.bin/gdb/arch/sparc64/Makefile 2018-06-15 00:34:11 UTC (rev 10934)
+++ trunk/gnu/usr.bin/gdb/arch/sparc64/Makefile 2018-06-15 00:34:43 UTC (rev 10935)
@@ -1,4 +1,5 @@
-# $FreeBSD$
+# $MidnightBSD$
+# $FreeBSD: stable/10/gnu/usr.bin/gdb/arch/sparc64/Makefile 224687 2011-08-06 17:53:45Z marius $
.if !defined(GDB_CROSS_DEBUGGER)
LIBSRCS+= fbsd-threads.c
Modified: trunk/gnu/usr.bin/gdb/arch/sparc64/config.h
===================================================================
--- trunk/gnu/usr.bin/gdb/arch/sparc64/config.h 2018-06-15 00:34:11 UTC (rev 10934)
+++ trunk/gnu/usr.bin/gdb/arch/sparc64/config.h 2018-06-15 00:34:43 UTC (rev 10935)
@@ -1,4 +1,5 @@
-/* $FreeBSD$ */
+/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/gnu/usr.bin/gdb/arch/sparc64/config.h 251512 2013-06-07 21:40:02Z emaste $ */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -439,9 +440,6 @@
/* Name of this package. */
#define PACKAGE "gdb"
-/* Global directory for separate debug files. */
-#define DEBUGDIR "/usr/local/lib/debug"
-
/* Define to BFD's default architecture. */
#define DEFAULT_BFD_ARCH bfd_sparc_arch
Modified: trunk/gnu/usr.bin/gdb/arch/sparc64/init.c
===================================================================
--- trunk/gnu/usr.bin/gdb/arch/sparc64/init.c 2018-06-15 00:34:11 UTC (rev 10934)
+++ trunk/gnu/usr.bin/gdb/arch/sparc64/init.c 2018-06-15 00:34:43 UTC (rev 10935)
@@ -1,4 +1,5 @@
-/* $FreeBSD$ */
+/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/gnu/usr.bin/gdb/arch/sparc64/init.c 224687 2011-08-06 17:53:45Z marius $ */
/* Do not modify this file. */
/* It is created automatically by the Makefile. */
More information about the Midnightbsd-cvs
mailing list