diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /gnu/usr.bin/cc/cc_tools | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile.dep | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/arm.md.diff | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd.opt | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd64-fix.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/i386-freebsd.opt | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/size-host.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 8366a8a4144d..056620dfc1c2 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/cc/cc_tools/Makefile,v 1.88 2007/05/28 00:25:07 kan Exp $ .include <bsd.own.mk> diff --git a/gnu/usr.bin/cc/cc_tools/Makefile.dep b/gnu/usr.bin/cc/cc_tools/Makefile.dep index 5d132af6020b..6be6b1a8be9c 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile.dep +++ b/gnu/usr.bin/cc/cc_tools/Makefile.dep @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/cc/cc_tools/Makefile.dep,v 1.1 2007/05/19 04:25:58 kan Exp $ errors.o: bconfig.h auto-host.h diff --git a/gnu/usr.bin/cc/cc_tools/arm.md.diff b/gnu/usr.bin/cc/cc_tools/arm.md.diff index f395b20ba223..097588562b6d 100644 --- a/gnu/usr.bin/cc/cc_tools/arm.md.diff +++ b/gnu/usr.bin/cc/cc_tools/arm.md.diff @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/gnu/usr.bin/cc/cc_tools/arm.md.diff,v 1.2 2006/11/06 02:49:19 obrien Exp $ Index: arm.md =================================================================== RCS file: /cognet/ncvs/src/contrib/gcc/config/arm/arm.md,v diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 0ed3e972c58f..2bcc70a533d8 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -1,6 +1,6 @@ /* auto-host.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/auto-host.h,v 1.21 2007/10/08 18:59:34 marius Exp $ */ /* Define as the number of bits in a byte, if \`limits.h' doesn't. */ #ifndef USED_FOR_TARGET diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index f7987092b849..cf0b455c5f3d 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/freebsd-native.h,v 1.28 2007/05/19 04:25:58 kan Exp $ */ /* FREEBSD_NATIVE is defined when gcc is integrated into the FreeBSD source tree so it can be configured appropriately without using diff --git a/gnu/usr.bin/cc/cc_tools/freebsd.opt b/gnu/usr.bin/cc/cc_tools/freebsd.opt index f71a5058b9ec..ebf6ec96a8ee 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd.opt +++ b/gnu/usr.bin/cc/cc_tools/freebsd.opt @@ -1,4 +1,4 @@ -; $FreeBSD$ +; $FreeBSD: src/gnu/usr.bin/cc/cc_tools/freebsd.opt,v 1.1 2007/05/19 04:25:58 kan Exp $ fformat-extensions Common Report Var(flag_format_extensions) Init(0) diff --git a/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h b/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h index 23f14d1e088d..bbdca350d29c 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h @@ -3,7 +3,7 @@ * function name. In order to avoid touching vendor source while gcc3.4 * is in progress, try a minimal workaround. * - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h,v 1.1 2004/06/10 22:18:33 peter Exp $ */ #undef MCOUNT_NAME #define MCOUNT_NAME ".mcount" diff --git a/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt b/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt index ca71a8bb5685..9a0ff8386280 100644 --- a/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt +++ b/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt @@ -1,4 +1,4 @@ -; $FreeBSD$ +; $FreeBSD: src/gnu/usr.bin/cc/cc_tools/i386-freebsd.opt,v 1.1 2007/05/19 04:25:58 kan Exp $ mno-align-long-strings Target RejectNegative Report Mask(NO_ALIGN_LONG_STRINGS) diff --git a/gnu/usr.bin/cc/cc_tools/size-host.h b/gnu/usr.bin/cc/cc_tools/size-host.h index 8d5136f65419..0f6a37ed2fdc 100644 --- a/gnu/usr.bin/cc/cc_tools/size-host.h +++ b/gnu/usr.bin/cc/cc_tools/size-host.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/size-host.h,v 1.1 2007/05/19 04:25:58 kan Exp $ */ #ifdef SIZEOF_INT # undef SIZEOF_INT |
