diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
commit | 8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch) | |
tree | 81a52679e3e7f6958a04688cb683eaf21a140f5c /contrib/gcc | |
parent | de7242811fa5d383ece9325e6864e857b2997f20 (diff) |
Diffstat (limited to 'contrib/gcc')
30 files changed, 30 insertions, 30 deletions
diff --git a/contrib/gcc/FREEBSD-Xlist b/contrib/gcc/FREEBSD-Xlist index 96080bc59e23a..336210a137845 100644 --- a/contrib/gcc/FREEBSD-Xlist +++ b/contrib/gcc/FREEBSD-Xlist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/gcc/FREEBSD-Xlist,v 1.3 2004/02/17 03:22:34 ache Exp $ *.brik *FAQ *contrib diff --git a/contrib/gcc/FREEBSD-deletelist b/contrib/gcc/FREEBSD-deletelist index f5bc81750db97..a058b972f45f0 100644 --- a/contrib/gcc/FREEBSD-deletelist +++ b/contrib/gcc/FREEBSD-deletelist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/gcc/FREEBSD-deletelist,v 1.5 2004/02/17 03:22:34 ache Exp $ CVS .cvsignore ABOUT*NLS diff --git a/contrib/gcc/FREEBSD-libiberty b/contrib/gcc/FREEBSD-libiberty index 1b8c24940c4b6..e6683dc7c1ab6 100644 --- a/contrib/gcc/FREEBSD-libiberty +++ b/contrib/gcc/FREEBSD-libiberty @@ -1,6 +1,6 @@ #! /bin/sh -# $FreeBSD$ +# $FreeBSD: src/contrib/gcc/FREEBSD-libiberty,v 1.2 2002/05/10 05:21:15 obrien Exp $ for F in \ choose-temp.c \ diff --git a/contrib/gcc/FREEBSD-upgrade b/contrib/gcc/FREEBSD-upgrade index 922f8eb4d0d0d..b8378da44bdd0 100644 --- a/contrib/gcc/FREEBSD-upgrade +++ b/contrib/gcc/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/gcc/FREEBSD-upgrade,v 1.3 2002/05/10 05:21:15 obrien Exp $ tar -xvjf gcc-3.0.2.tar.bz2 -X FREEBSD-Xlist diff --git a/contrib/gcc/c-decl.c b/contrib/gcc/c-decl.c index b8fadb32a65fc..f3f291104c8c1 100644 --- a/contrib/gcc/c-decl.c +++ b/contrib/gcc/c-decl.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/c-decl.c,v 1.11.2.1 2005/09/11 17:43:04 obrien Exp $ */ /* Process declarations and symbol lookup for C front end. Also constructs types; the standard scalar types at initialization, diff --git a/contrib/gcc/c-format.c b/contrib/gcc/c-format.c index 5ca1607cd7de6..44cb60ecf0919 100644 --- a/contrib/gcc/c-format.c +++ b/contrib/gcc/c-format.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/c-format.c,v 1.9 2004/07/28 03:57:21 kan Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/c-opts.c b/contrib/gcc/c-opts.c index 9977f3a4580e9..dc764ebc92446 100644 --- a/contrib/gcc/c-opts.c +++ b/contrib/gcc/c-opts.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/c-opts.c,v 1.2 2004/07/29 02:04:58 kan Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/c.opt b/contrib/gcc/c.opt index 5343289a22838..1fd11d98e24fe 100644 --- a/contrib/gcc/c.opt +++ b/contrib/gcc/c.opt @@ -59,7 +59,7 @@ ; Please try to keep this file in ASCII collating order. -; $FreeBSD$ +; $FreeBSD: src/contrib/gcc/c.opt,v 1.2 2004/07/29 02:04:58 kan Exp $ Language C diff --git a/contrib/gcc/cccp.1 b/contrib/gcc/cccp.1 index 442f0ab748e97..a056a7e10f64e 100644 --- a/contrib/gcc/cccp.1 +++ b/contrib/gcc/cccp.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/gcc/cccp.1,v 1.3 1999/09/19 08:18:18 obrien Exp $ .\" Copyright (c) 1991, 1992, 1993 Free Software Foundation \-*-Text-*- .\" See section COPYING for conditions for redistribution .TH cpp 1 "April 30, 1993" "FreeBSD" "GNU Tools" diff --git a/contrib/gcc/choose-temp.c b/contrib/gcc/choose-temp.c index 7f33f83ff600b..3f20d913dc6f4 100644 --- a/contrib/gcc/choose-temp.c +++ b/contrib/gcc/choose-temp.c @@ -17,7 +17,7 @@ License along with libiberty; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/choose-temp.c,v 1.4 2002/05/09 21:15:23 obrien Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/contrib/gcc/config/alpha/elf.h b/contrib/gcc/config/alpha/elf.h index 97b15fe1eeeb9..4bc9c30fef43d 100644 --- a/contrib/gcc/config/alpha/elf.h +++ b/contrib/gcc/config/alpha/elf.h @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/alpha/elf.h,v 1.11 2004/07/28 04:35:51 kan Exp $ */ #undef OBJECT_FORMAT_COFF #undef EXTENDED_COFF diff --git a/contrib/gcc/config/alpha/freebsd.h b/contrib/gcc/config/alpha/freebsd.h index b00798936dba8..7a0d55a2b2d69 100644 --- a/contrib/gcc/config/alpha/freebsd.h +++ b/contrib/gcc/config/alpha/freebsd.h @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/alpha/freebsd.h,v 1.19 2004/07/28 04:39:15 kan Exp $ */ #undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ diff --git a/contrib/gcc/config/freebsd-spec.h b/contrib/gcc/config/freebsd-spec.h index ac12da601c42c..2e4c2ba8c764e 100644 --- a/contrib/gcc/config/freebsd-spec.h +++ b/contrib/gcc/config/freebsd-spec.h @@ -18,7 +18,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/freebsd-spec.h,v 1.17.2.1 2004/08/23 03:28:01 obrien Exp $ */ /* Common FreeBSD configuration. All FreeBSD architectures should include this file, which will specify diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h index 53a2e30754999..d11a311a90d83 100644 --- a/contrib/gcc/config/freebsd.h +++ b/contrib/gcc/config/freebsd.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ Further work by David O'Brien <obrien@FreeBSD.org> and Loren J. Rittle <ljrittle@acm.org>. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/freebsd.h,v 1.39 2004/07/28 04:34:05 kan Exp $ */ /* In case we need to know. */ #define USING_CONFIG_FREEBSD 1 diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 12f513e751b24..8649b27ee611e 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -22,7 +22,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/freebsd.h,v 1.69 2004/07/29 21:49:34 kan Exp $ */ #undef CC1_SPEC #define CC1_SPEC "%(cc1_cpu) %{profile:-p}" diff --git a/contrib/gcc/config/i386/freebsd64.h b/contrib/gcc/config/i386/freebsd64.h index 473ef2f22b1b9..bf35da46ca974 100644 --- a/contrib/gcc/config/i386/freebsd64.h +++ b/contrib/gcc/config/i386/freebsd64.h @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/freebsd64.h,v 1.9 2004/07/28 04:44:23 kan Exp $ */ #undef TARGET_VERSION diff --git a/contrib/gcc/config/i386/i386.c b/contrib/gcc/config/i386/i386.c index 2e6b4112c3ee4..6cfb8cfa18901 100644 --- a/contrib/gcc/config/i386/i386.c +++ b/contrib/gcc/config/i386/i386.c @@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/i386.c,v 1.21 2004/07/28 04:47:35 kan Exp $ */ #include "config.h" diff --git a/contrib/gcc/config/i386/x86-64.h b/contrib/gcc/config/i386/x86-64.h index 6d1b811806e04..1f9fb1c6e179f 100644 --- a/contrib/gcc/config/i386/x86-64.h +++ b/contrib/gcc/config/i386/x86-64.h @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/x86-64.h,v 1.4 2004/07/28 04:56:54 kan Exp $ */ #undef ASM_COMMENT_START #define ASM_COMMENT_START "#" diff --git a/contrib/gcc/config/sparc/freebsd.h b/contrib/gcc/config/sparc/freebsd.h index b0774236441a7..65c26273e7371 100644 --- a/contrib/gcc/config/sparc/freebsd.h +++ b/contrib/gcc/config/sparc/freebsd.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/sparc/freebsd.h,v 1.9 2004/07/28 05:00:13 kan Exp $ */ #undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ diff --git a/contrib/gcc/cp/ptree.c b/contrib/gcc/cp/ptree.c index 057add68a8629..b7f7e184e6deb 100644 --- a/contrib/gcc/cp/ptree.c +++ b/contrib/gcc/cp/ptree.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/cp/ptree.c,v 1.8 2004/07/28 05:06:59 kan Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/cppinit.c b/contrib/gcc/cppinit.c index 6ea1ca21d2244..792b8bc1af430 100644 --- a/contrib/gcc/cppinit.c +++ b/contrib/gcc/cppinit.c @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/cppinit.c,v 1.8 2004/07/28 03:36:14 kan Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/f/g77spec.c b/contrib/gcc/f/g77spec.c index 10b7d1f4358f4..e263b419899a9 100644 --- a/contrib/gcc/f/g77spec.c +++ b/contrib/gcc/f/g77spec.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/f/g77spec.c,v 1.4 2004/07/28 05:08:31 kan Exp $ */ /* This file contains a filter for the main `gcc' driver, which is replicated for the `g77' driver by adding this filter. The purpose diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c index 0ecde22223be5..569ec23c8e710 100644 --- a/contrib/gcc/function.c +++ b/contrib/gcc/function.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/function.c,v 1.21 2004/07/28 04:01:01 kan Exp $ */ /* This file handles the generation of rtl code from tree structure at the level of the function as a whole. diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1 index 857c588deeb67..f88a2df904975 100644 --- a/contrib/gcc/gcc.1 +++ b/contrib/gcc/gcc.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/gcc/gcc.1,v 1.19 2003/06/25 16:12:05 obrien Exp $ .\" Copyright (c) 1991, 1992, 1993, 1994 Free Software Foundation -*-Text-*- .\" See section COPYING for conditions for redistribution .\" diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c index 80d40ff2bea7e..a7719859489a1 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -22,7 +22,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA This paragraph is here to try to keep Sun CC from dying. The number of chars here seems crucial!!!! */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/gcc.c,v 1.39 2004/07/28 04:05:09 kan Exp $ */ /* This program is the user interface to the C compiler and possibly to other compilers. It is used because compilation is a complicated procedure diff --git a/contrib/gcc/make-temp-file.c b/contrib/gcc/make-temp-file.c index 563bd46c91eec..2b3cbb66a97c2 100644 --- a/contrib/gcc/make-temp-file.c +++ b/contrib/gcc/make-temp-file.c @@ -17,7 +17,7 @@ License along with libiberty; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/make-temp-file.c,v 1.2 2002/05/14 00:33:44 obrien Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/contrib/gcc/opts.c b/contrib/gcc/opts.c index 4fbec2896b94f..0b6ac37f55b66 100644 --- a/contrib/gcc/opts.c +++ b/contrib/gcc/opts.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/opts.c,v 1.2 2004/07/28 04:23:38 kan Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/pexecute.c b/contrib/gcc/pexecute.c index 0f232ca703d7a..48334bf74c235 100644 --- a/contrib/gcc/pexecute.c +++ b/contrib/gcc/pexecute.c @@ -18,7 +18,7 @@ License along with libiberty; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/pexecute.c,v 1.4 2002/05/09 22:04:44 obrien Exp $ */ /* This file exports two functions: pexecute and pwait. */ diff --git a/contrib/gcc/toplev.c b/contrib/gcc/toplev.c index c67b2f58dfd62..a6ccc3086f853 100644 --- a/contrib/gcc/toplev.c +++ b/contrib/gcc/toplev.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/toplev.c,v 1.24 2004/07/28 04:20:36 kan Exp $ */ /* This is the top level of cc1/c++. It parses command args, opens files, invokes the various passes diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index 24f54529ef263..c1d628391411c 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/version.c,v 1.11 2004/07/28 04:27:06 kan Exp $ */ #include "version.h" /* This is the string reported as the version number by all components |