diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
commit | a4d3b78df842614c46b116fc5a6f470be637dccd (patch) | |
tree | 46c6b11aa0464ba59f49361bd26e1a86962c0624 /contrib/gcc | |
parent | 59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff) |
Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.0-RELEASE image.
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/mips/freebsd.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 |
22 files changed, 22 insertions, 22 deletions
diff --git a/contrib/gcc/FREEBSD-Xlist b/contrib/gcc/FREEBSD-Xlist index 96080bc59e23..a2e60aafe2bf 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.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ *.brik *FAQ *contrib diff --git a/contrib/gcc/FREEBSD-deletelist b/contrib/gcc/FREEBSD-deletelist index f5bc81750db9..321f4a1d3184 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.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ CVS .cvsignore ABOUT*NLS diff --git a/contrib/gcc/FREEBSD-libiberty b/contrib/gcc/FREEBSD-libiberty index 1b8c24940c4b..e21f21e16514 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.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $ for F in \ choose-temp.c \ diff --git a/contrib/gcc/FREEBSD-upgrade b/contrib/gcc/FREEBSD-upgrade index 922f8eb4d0d0..c80bf63948b4 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.36.1.2.1 2009/10/25 01:10:29 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 64a6fa8fb85a..a9376be46390 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.17.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* Merged C99 inline changes from gcc trunk 122565 2007-03-05 */ /* Fixed problems with compiling inline-25.c and inline-26.c */ /* XXX still fails inline-29.c, inline-31.c, and inline-32.c */ diff --git a/contrib/gcc/c-format.c b/contrib/gcc/c-format.c index cc3f9be7ae40..b96be29254e0 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.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/c-opts.c b/contrib/gcc/c-opts.c index 3e89ec290201..bb38a65ebafb 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.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* Merged C99 inline changes from gcc trunk 122565 2007-03-05 */ #include "config.h" diff --git a/contrib/gcc/c.opt b/contrib/gcc/c.opt index 876965754097..8747effffd01 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.10.1.2.1 2009/10/25 01:10:29 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 06735c8874e1..e60595dbb5f6 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.26.2.1.2.1 2009/10/25 01:10:29 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 8eb434e7edc4..3950e0975520 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.42.2.1.2.1 2009/10/25 01:10:29 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 53de63ffbb89..ab9c12b7cebf 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.76.2.1.2.1 2009/10/25 01:10:29 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 b9e7386c839c..1bef8efda774 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.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #undef TARGET_VERSION diff --git a/contrib/gcc/config/i386/i386.c b/contrib/gcc/config/i386/i386.c index feab422cc383..5f095d1e50d7 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.10.1.2.1 2009/10/25 01:10:29 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 f288208a160b..c828e8a91e6c 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.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #undef ASM_COMMENT_START #define ASM_COMMENT_START "#" diff --git a/contrib/gcc/config/mips/freebsd.h b/contrib/gcc/config/mips/freebsd.h index f4b1cf572e32..0670741d33ae 100644 --- a/contrib/gcc/config/mips/freebsd.h +++ b/contrib/gcc/config/mips/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/mips/freebsd.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* This defines which switch letters take arguments. -G is a MIPS special. */ diff --git a/contrib/gcc/config/sparc/freebsd.h b/contrib/gcc/config/sparc/freebsd.h index bb93ea132824..dcf5ee4aac56 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.11.2.1.2.1 2009/10/25 01:10:29 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 1de4d2c10f9e..1dfde550f4d2 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.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c index 7549ec421f07..cc24d82d01e0 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.10.1.2.1 2009/10/25 01:10:29 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 ddf2f49205e6..d29dec14df8a 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.10.1.2.1 2009/10/25 01:10:29 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 3de5627174e7..fd2d85453f8b 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.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/toplev.c b/contrib/gcc/toplev.c index 49458c89e766..826ef389908c 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.10.1.2.1 2009/10/25 01:10:29 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 0da50b1c7b9f..17607b7e9796 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.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "version.h" /* This is the trailing component of the string reported as the |