summaryrefslogtreecommitdiff
path: root/contrib/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc')
-rw-r--r--contrib/gcc/FREEBSD-Xlist2
-rw-r--r--contrib/gcc/FREEBSD-deletelist2
-rw-r--r--contrib/gcc/FREEBSD-libiberty2
-rw-r--r--contrib/gcc/FREEBSD-upgrade2
-rw-r--r--contrib/gcc/c-decl.c2
-rw-r--r--contrib/gcc/c-format.c2
-rw-r--r--contrib/gcc/c-opts.c2
-rw-r--r--contrib/gcc/c.opt2
-rw-r--r--contrib/gcc/choose-temp.c2
-rw-r--r--contrib/gcc/config/alpha/elf.h2
-rw-r--r--contrib/gcc/config/alpha/freebsd.h2
-rw-r--r--contrib/gcc/config/freebsd-spec.h2
-rw-r--r--contrib/gcc/config/freebsd.h2
-rw-r--r--contrib/gcc/config/i386/freebsd.h2
-rw-r--r--contrib/gcc/config/i386/freebsd64.h2
-rw-r--r--contrib/gcc/config/i386/i386.c2
-rw-r--r--contrib/gcc/config/i386/x86-64.h2
-rw-r--r--contrib/gcc/config/sparc/freebsd.h2
-rw-r--r--contrib/gcc/cp/ptree.c2
-rw-r--r--contrib/gcc/cppinit.c2
-rw-r--r--contrib/gcc/f/g77spec.c2
-rw-r--r--contrib/gcc/function.c2
-rw-r--r--contrib/gcc/gcc.c2
-rw-r--r--contrib/gcc/make-temp-file.c2
-rw-r--r--contrib/gcc/opts.c2
-rw-r--r--contrib/gcc/pexecute.c2
-rw-r--r--contrib/gcc/toplev.c2
-rw-r--r--contrib/gcc/version.c2
28 files changed, 28 insertions, 28 deletions
diff --git a/contrib/gcc/FREEBSD-Xlist b/contrib/gcc/FREEBSD-Xlist
index 96080bc59e23a..4ed2d03b146ab 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.24.1 2008/10/02 02:57:24 kensmith Exp $
*.brik
*FAQ
*contrib
diff --git a/contrib/gcc/FREEBSD-deletelist b/contrib/gcc/FREEBSD-deletelist
index f5bc81750db97..77572d41bee98 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.24.1 2008/10/02 02:57:24 kensmith Exp $
CVS
.cvsignore
ABOUT*NLS
diff --git a/contrib/gcc/FREEBSD-libiberty b/contrib/gcc/FREEBSD-libiberty
index 1b8c24940c4b6..1ac3e3c9a7cd5 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.30.1 2008/10/02 02:57:24 kensmith Exp $
for F in \
choose-temp.c \
diff --git a/contrib/gcc/FREEBSD-upgrade b/contrib/gcc/FREEBSD-upgrade
index 922f8eb4d0d0d..de37e9beac44f 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.30.1 2008/10/02 02:57:24 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 af6d6689058cd..db570cffb94c7 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.12.2.2.6.1 2008/10/02 02:57:24 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 34327a93087c2..00cf4701b97fb 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.10.12.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "config.h"
#include "system.h"
diff --git a/contrib/gcc/c-opts.c b/contrib/gcc/c-opts.c
index 84f86cb3b71bc..ef9e0ae3884bc 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.3.12.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "config.h"
#include "system.h"
diff --git a/contrib/gcc/c.opt b/contrib/gcc/c.opt
index 0568463e68fbb..f2ae53992d1ce 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.3.12.1 2008/10/02 02:57:24 kensmith Exp $
Language
C
diff --git a/contrib/gcc/choose-temp.c b/contrib/gcc/choose-temp.c
index 7f33f83ff600b..a3570702c2eff 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.26.1 2008/10/02 02:57:24 kensmith 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..3fe7383c7fec8 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.20.1 2008/10/02 02:57:24 kensmith 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..6df5a6e8df49d 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.20.1 2008/10/02 02:57:24 kensmith 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 a070936927faa..611e6d8b4ab99 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.19.2.1.6.1 2008/10/02 02:57:24 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 9a9ec96c64ef5..234dc4a775459 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.40.12.1 2008/10/02 02:57:24 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 1bfde2fe60a1f..45c96cd64a2c4 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.72.12.1 2008/10/02 02:57:24 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 f9f51163b0bed..5c1600264ccf9 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.8.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */
#undef TARGET_VERSION
diff --git a/contrib/gcc/config/i386/i386.c b/contrib/gcc/config/i386/i386.c
index 0360ff1f197dc..7d4876c4193a1 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.22.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "config.h"
diff --git a/contrib/gcc/config/i386/x86-64.h b/contrib/gcc/config/i386/x86-64.h
index 6d1b811806e04..656566566a92e 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.20.1 2008/10/02 02:57:24 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 2274c4c9329e6..849896c2e9c27 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.8.1.2.1 2008/10/02 02:57:24 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 057add68a8629..09d6e9fed751e 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.20.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "config.h"
#include "system.h"
diff --git a/contrib/gcc/cppinit.c b/contrib/gcc/cppinit.c
index a713cea0a0936..6f9ed30bf9e13 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.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "config.h"
#include "system.h"
diff --git a/contrib/gcc/f/g77spec.c b/contrib/gcc/f/g77spec.c
index 449f2993a45e4..66ecc7ff711d1 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.8.1.6.1 2008/10/02 02:57:24 kensmith 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 8679729412ab6..f3b58e6f93a49 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.22.2.1.4.1 2008/10/02 02:57:24 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 2800d915ca7f9..55c6016b52add 100644
--- a/contrib/gcc/gcc.c
+++ b/contrib/gcc/gcc.c
@@ -24,7 +24,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.40.2.1.6.1 2008/10/02 02:57:24 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/make-temp-file.c b/contrib/gcc/make-temp-file.c
index 563bd46c91eec..974c043bec36e 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.26.1 2008/10/02 02:57:24 kensmith Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/contrib/gcc/opts.c b/contrib/gcc/opts.c
index 4fbec2896b94f..651e581eb101e 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.20.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "config.h"
#include "system.h"
diff --git a/contrib/gcc/pexecute.c b/contrib/gcc/pexecute.c
index 0f232ca703d7a..92be1eb50300d 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.26.1 2008/10/02 02:57:24 kensmith Exp $ */
/* This file exports two functions: pexecute and pwait. */
diff --git a/contrib/gcc/toplev.c b/contrib/gcc/toplev.c
index da20354f7fdab..3d6c8a4462217 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.25.2.1.6.1 2008/10/02 02:57:24 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 f9327a00b9296..0eda56a989abe 100644
--- a/contrib/gcc/version.c
+++ b/contrib/gcc/version.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/gcc/version.c,v 1.12.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "version.h"
/* This is the string reported as the version number by all components