Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2004 02:12:45 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 56567 for review
Message-ID:  <200407060212.i662Cjl9099938@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=56567

Change 56567 by marcel@marcel_nfs on 2004/07/06 02:11:46

	Diff reduction ($FreeBSD$ expansion).

Affected files ...

.. //depot/projects/gdb/gnu/usr.bin/gdb/Makefile#8 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/alpha/Makefile#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/alpha/config.h#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/alpha/init.c#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/amd64/Makefile#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/amd64/config.h#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/amd64/init.c#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/i386/Makefile#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/i386/config.h#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/i386/init.c#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/ia64/Makefile#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/ia64/config.h#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/ia64/init.c#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/sparc64/Makefile#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/sparc64/config.h#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/arch/sparc64/init.c#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/doc/Makefile#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/gdb/gdb.1#3 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/libgdb/Makefile#3 edit

Differences ...

==== //depot/projects/gdb/gnu/usr.bin/gdb/Makefile#8 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/gdb/Makefile,v 1.8 2004/06/25 06:48:53 marcel Exp $
 
 SUBDIR=	doc libgdb gdb gdbtui
 

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/alpha/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/gdb/arch/alpha/Makefile,v 1.1 2004/06/25 06:48:53 marcel Exp $
 
 LIBSRCS+= core-regset.c solib-legacy.c
 LIBSRCS+= alpha-mdebug-tdep.c alpha-tdep.c alphabsd-nat.c alphabsd-tdep.c \

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/alpha/config.h#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/alpha/config.h,v 1.1 2004/06/25 06:48:53 marcel Exp $ */
+
 /* config.h.  Generated automatically by configure.  */
 /* config.in.  Generated automatically from configure.in by autoheader.  */
 

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/alpha/init.c#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/alpha/init.c,v 1.1 2004/06/25 06:48:53 marcel Exp $ */
+
 /* Do not modify this file.  */
 /* It is created automatically by the Makefile.  */
 #include "defs.h"      /* For initialize_file_ftype.  */

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/amd64/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/gdb/arch/amd64/Makefile,v 1.1 2004/06/25 06:48:53 marcel Exp $
 
 GENSRCS+= xm.h
 LIBSRCS+= fbsd-proc.c gcore.c

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/amd64/config.h#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/amd64/config.h,v 1.1 2004/06/25 06:48:53 marcel Exp $ */
+
 /* config.h.  Generated automatically by configure.  */
 /* config.in.  Generated automatically from configure.in by autoheader.  */
 

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/amd64/init.c#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/amd64/init.c,v 1.1 2004/06/25 06:48:53 marcel Exp $ */
+
 /* Do not modify this file.  */
 /* It is created automatically by the Makefile.  */
 #include "defs.h"      /* For initialize_file_ftype.  */

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/i386/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/gdb/arch/i386/Makefile,v 1.1 2004/06/25 06:48:53 marcel Exp $
 
 GENSRCS+= xm.h
 LIBSRCS+= fbsd-proc.c gcore.c

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/i386/config.h#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/i386/config.h,v 1.1 2004/06/25 06:48:53 marcel Exp $ */
+
 /* config.h.  Generated automatically by configure.  */
 /* config.in.  Generated automatically from configure.in by autoheader.  */
 

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/i386/init.c#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/i386/init.c,v 1.1 2004/06/25 06:48:53 marcel Exp $ */
+
 /* Do not modify this file.  */
 /* It is created automatically by the Makefile.  */
 #include "defs.h"      /* For initialize_file_ftype.  */

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/ia64/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/gdb/arch/ia64/Makefile,v 1.1 2004/06/25 06:48:53 marcel Exp $
 
 LIBSRCS+= fbsd-proc.c gcore.c
 LIBSRCS+= ia64-fbsd-nat.c ia64-fbsd-tdep.c ia64-tdep.c

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/ia64/config.h#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/ia64/config.h,v 1.1 2004/06/25 06:48:53 marcel Exp $ */
+
 /* config.h.  Generated automatically by configure.  */
 /* config.in.  Generated automatically from configure.in by autoheader.  */
 

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/ia64/init.c#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/ia64/init.c,v 1.1 2004/06/25 06:48:53 marcel Exp $ */
+
 /* Do not modify this file.  */
 /* It is created automatically by the Makefile.  */
 #include "defs.h"      /* For initialize_file_ftype.  */

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/sparc64/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/gdb/arch/sparc64/Makefile,v 1.1 2004/06/25 06:48:54 marcel Exp $
 
 LIBSRCS+= solib-legacy.c
 LIBSRCS+= sparc-nat.c sparc-tdep.c sparc64-nat.c sparc64-tdep.c		\

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/sparc64/config.h#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/sparc64/config.h,v 1.1 2004/06/25 06:48:54 marcel Exp $ */
+
 /* config.h.  Generated automatically by configure.  */
 /* config.in.  Generated automatically from configure.in by autoheader.  */
 

==== //depot/projects/gdb/gnu/usr.bin/gdb/arch/sparc64/init.c#3 (text+ko) ====

@@ -1,3 +1,5 @@
+/* $FreeBSD: src/gnu/usr.bin/gdb/arch/sparc64/init.c,v 1.1 2004/06/25 06:48:54 marcel Exp $ */
+
 /* Do not modify this file.  */
 /* It is created automatically by the Makefile.  */
 #include "defs.h"      /* For initialize_file_ftype.  */

==== //depot/projects/gdb/gnu/usr.bin/gdb/doc/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/gdb/doc/Makefile,v 1.12 2004/06/25 06:48:54 marcel Exp $
 
 INFO=	gdb gdbint stabs
 INFOSECTION= "Software development"

==== //depot/projects/gdb/gnu/usr.bin/gdb/gdb/gdb.1#3 (text+ko) ====

@@ -1,6 +1,6 @@
 .\" Copyright (c) 1991 Free Software Foundation
 .\" See section COPYING for conditions for redistribution
-.\" $FreeBSD: src/gnu/usr.bin/binutils/gdb/gdb.1,v 1.7 1999/08/27 23:34:49 peter Exp $
+.\" $FreeBSD: src/gnu/usr.bin/gdb/gdb/gdb.1,v 1.8 2004/06/25 06:48:54 marcel Exp $
 .TH gdb 1 "4nov1991" "GNU Tools" "GNU Tools"
 .SH NAME
 gdb \- The GNU Debugger

==== //depot/projects/gdb/gnu/usr.bin/gdb/libgdb/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/gnu/usr.bin/gdb/libgdb/Makefile,v 1.1 2004/06/25 06:48:54 marcel Exp $
 
 LIB=	gdb
 INTERNALLIB= yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407060212.i662Cjl9099938>