diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /lib/csu/arm | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.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 |
