From owner-p4-projects@FreeBSD.ORG Tue Jul 6 02:12:46 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 37C7C16A4D0; Tue, 6 Jul 2004 02:12:46 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4CFE16A4CE for ; Tue, 6 Jul 2004 02:12:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC1743D2F for ; Tue, 6 Jul 2004 02:12:45 +0000 (GMT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i662CjDE099941 for ; Tue, 6 Jul 2004 02:12:45 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i662Cjl9099938 for perforce@freebsd.org; Tue, 6 Jul 2004 02:12:45 GMT (envelope-from marcel@freebsd.org) Date: Tue, 6 Jul 2004 02:12:45 GMT Message-Id: <200407060212.i662Cjl9099938@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 56567 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 02:12:47 -0000 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