diff options
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/FREEBSD-Xlist | 2 | ||||
-rw-r--r-- | contrib/gcc/FREEBSD-deletelist | 2 | ||||
-rw-r--r-- | contrib/gcc/FREEBSD-libiberty | 2 | ||||
-rw-r--r-- | contrib/gcc/FREEBSD-upgrade | 2 | ||||
-rw-r--r-- | contrib/gcc/c-decl.c | 2 | ||||
-rw-r--r-- | contrib/gcc/c-format.c | 2 | ||||
-rw-r--r-- | contrib/gcc/c-opts.c | 2 | ||||
-rw-r--r-- | contrib/gcc/c.opt | 2 | ||||
-rw-r--r-- | contrib/gcc/config/freebsd-spec.h | 2 | ||||
-rw-r--r-- | contrib/gcc/config/freebsd.h | 2 | ||||
-rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 2 | ||||
-rw-r--r-- | contrib/gcc/config/i386/freebsd64.h | 2 | ||||
-rw-r--r-- | contrib/gcc/config/i386/i386.c | 2 | ||||
-rw-r--r-- | contrib/gcc/config/i386/x86-64.h | 2 | ||||
-rw-r--r-- | contrib/gcc/config/sparc/freebsd.h | 2 | ||||
-rw-r--r-- | contrib/gcc/cp/ptree.c | 2 | ||||
-rw-r--r-- | contrib/gcc/function.c | 2 | ||||
-rw-r--r-- | contrib/gcc/gcc.c | 2 | ||||
-rw-r--r-- | contrib/gcc/opts.c | 2 | ||||
-rw-r--r-- | contrib/gcc/toplev.c | 2 | ||||
-rw-r--r-- | contrib/gcc/version.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/contrib/gcc/FREEBSD-Xlist b/contrib/gcc/FREEBSD-Xlist index 96080bc59e23a..9bd7adaf3b0ad 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.32.1 2010/02/10 00:26:20 kensmith Exp $ *.brik *FAQ *contrib diff --git a/contrib/gcc/FREEBSD-deletelist b/contrib/gcc/FREEBSD-deletelist index f5bc81750db97..40fd6f595a918 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.32.1 2010/02/10 00:26:20 kensmith Exp $ CVS .cvsignore ABOUT*NLS diff --git a/contrib/gcc/FREEBSD-libiberty b/contrib/gcc/FREEBSD-libiberty index 1b8c24940c4b6..9f182dca16a72 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.38.1 2010/02/10 00:26:20 kensmith Exp $ for F in \ choose-temp.c \ diff --git a/contrib/gcc/FREEBSD-upgrade b/contrib/gcc/FREEBSD-upgrade index 922f8eb4d0d0d..318c00a9c898b 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.38.1 2010/02/10 00:26:20 kensmith 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 5c466154fdc98..0cc04ab27d2e4 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/c-decl.c,v 1.15.10.1 2010/02/10 00:26:20 kensmith 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 cc3f9be7ae407..d6a87c3bf85c6 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/c-format.c,v 1.11.12.1 2010/02/10 00:26:20 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/c-opts.c b/contrib/gcc/c-opts.c index d27959f2c9e61..60dd9dd595632 100644 --- a/contrib/gcc/c-opts.c +++ b/contrib/gcc/c-opts.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/c-opts.c,v 1.4.10.1 2010/02/10 00:26:20 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/c.opt b/contrib/gcc/c.opt index 8769657540974..2bc326eccf92d 100644 --- a/contrib/gcc/c.opt +++ b/contrib/gcc/c.opt @@ -20,7 +20,7 @@ ; See the GCC internals manual for a description of this file's format. -; $FreeBSD$ +; $FreeBSD: src/contrib/gcc/c.opt,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $ ; Please try to keep this file in ASCII collating order. Language diff --git a/contrib/gcc/config/freebsd-spec.h b/contrib/gcc/config/freebsd-spec.h index 805554f9fc2f5..d0547c053166a 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/freebsd-spec.h,v 1.23.2.1.2.1 2010/02/10 00:26:20 kensmith 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 9a5eef57772da..79f8f0d0e63df 100644 --- a/contrib/gcc/config/freebsd.h +++ b/contrib/gcc/config/freebsd.h @@ -26,7 +26,7 @@ Boston, MA 02110-1301, 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.41.10.1 2010/02/10 00:26:20 kensmith 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 97f725b2968c8..1dc7c864f8d7d 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/freebsd.h,v 1.73.2.2.6.1 2010/02/10 00:26:20 kensmith 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 0c416022b0131..46fb452cdb267 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/freebsd64.h,v 1.10.10.1 2010/02/10 00:26:20 kensmith Exp $ */ #undef TARGET_VERSION diff --git a/contrib/gcc/config/i386/i386.c b/contrib/gcc/config/i386/i386.c index e737ba542d4ee..f6f9c1ae67fc1 100644 --- a/contrib/gcc/config/i386/i386.c +++ b/contrib/gcc/config/i386/i386.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/i386.c,v 1.25.2.1.2.1 2010/02/10 00:26:20 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/config/i386/x86-64.h b/contrib/gcc/config/i386/x86-64.h index f288208a160bb..e4b7f0a6686ed 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/x86-64.h,v 1.5.12.1 2010/02/10 00:26:20 kensmith 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 bb93ea132824b..8c9fafd99e719 100644 --- a/contrib/gcc/config/sparc/freebsd.h +++ b/contrib/gcc/config/sparc/freebsd.h @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/sparc/freebsd.h,v 1.10.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */ #undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ diff --git a/contrib/gcc/cp/ptree.c b/contrib/gcc/cp/ptree.c index 1de4d2c10f9e4..75dff3a0f1600 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/cp/ptree.c,v 1.9.12.1 2010/02/10 00:26:20 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c index 7549ec421f070..91a4e5c1bdef4 100644 --- a/contrib/gcc/function.c +++ b/contrib/gcc/function.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/function.c,v 1.25.12.1 2010/02/10 00:26:20 kensmith 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.c b/contrib/gcc/gcc.c index ddf2f49205e6a..cac16b44eeda7 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -23,7 +23,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, 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.43.12.1 2010/02/10 00:26:20 kensmith 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/opts.c b/contrib/gcc/opts.c index 3de5627174e71..da744608c81c9 100644 --- a/contrib/gcc/opts.c +++ b/contrib/gcc/opts.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/opts.c,v 1.5.12.1 2010/02/10 00:26:20 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/toplev.c b/contrib/gcc/toplev.c index 49458c89e7669..d029f30feacc9 100644 --- a/contrib/gcc/toplev.c +++ b/contrib/gcc/toplev.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/toplev.c,v 1.27.12.1 2010/02/10 00:26:20 kensmith 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 0da50b1c7b9f4..44c0f207e4b9a 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/version.c,v 1.16.12.1 2010/02/10 00:26:20 kensmith Exp $ */ #include "version.h" /* This is the trailing component of the string reported as the |