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 /lib/csu/arm | |
| 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 'lib/csu/arm')
| -rw-r--r-- | lib/csu/arm/Makefile | 2 | ||||
| -rw-r--r-- | lib/csu/arm/crt1.c | 2 | ||||
| -rw-r--r-- | lib/csu/arm/crti.S | 2 | ||||
| -rw-r--r-- | lib/csu/arm/crtn.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/arm/Makefile b/lib/csu/arm/Makefile index 23954e840f36..c14a75dd607e 100644 --- a/lib/csu/arm/Makefile +++ b/lib/csu/arm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/csu/arm/Makefile,v 1.1 2004/05/14 12:19:04 cognet Exp $ .PATH: ${.CURDIR}/../common diff --git a/lib/csu/arm/crt1.c b/lib/csu/arm/crt1.c index 02af3c290470..b11fb9897739 100644 --- a/lib/csu/arm/crt1.c +++ b/lib/csu/arm/crt1.c @@ -134,4 +134,4 @@ __asm__("eprol:"); __asm__(".previous"); #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/arm/crt1.c,v 1.3 2004/09/23 23:00:51 cognet Exp $\""); diff --git a/lib/csu/arm/crti.S b/lib/csu/arm/crti.S index 40e83bbf2f11..9459e1d3aa64 100644 --- a/lib/csu/arm/crti.S +++ b/lib/csu/arm/crti.S @@ -1,5 +1,5 @@ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/csu/arm/crti.S,v 1.2 2004/09/23 23:00:51 cognet Exp $"); .section .init,"ax",%progbits .align 4 diff --git a/lib/csu/arm/crtn.S b/lib/csu/arm/crtn.S index d148b1eb0965..6c116fc53238 100644 --- a/lib/csu/arm/crtn.S +++ b/lib/csu/arm/crtn.S @@ -1,5 +1,5 @@ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/csu/arm/crtn.S,v 1.2 2004/09/23 23:00:51 cognet Exp $"); .section .init,"ax",%progbits ldmea fp, {fp, sp, pc} mov pc, lr |
