aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/arm
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
commitdec99dafe5763ba1db6950342aa80a634169c083 (patch)
tree1bd9f5a688ac947b00e690c3c69ccb8df203768d /lib/csu/arm
parent045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff)
Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 8.2-RELEASE image.
Diffstat (limited to 'lib/csu/arm')
-rw-r--r--lib/csu/arm/Makefile2
-rw-r--r--lib/csu/arm/crt1.c2
-rw-r--r--lib/csu/arm/crti.S2
-rw-r--r--lib/csu/arm/crtn.S2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/arm/Makefile b/lib/csu/arm/Makefile
index 097f82df1f9b..8d821cdb3083 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.22.2.4.1 2010/12/21 17:09:25 kensmith Exp $
.PATH: ${.CURDIR}/../common
diff --git a/lib/csu/arm/crt1.c b/lib/csu/arm/crt1.c
index 02af3c290470..1cfbfc17d52f 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $\"");
diff --git a/lib/csu/arm/crti.S b/lib/csu/arm/crti.S
index 40e83bbf2f11..2e7c079cc43b 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
.section .init,"ax",%progbits
.align 4
diff --git a/lib/csu/arm/crtn.S b/lib/csu/arm/crtn.S
index d148b1eb0965..7a4fda9ad77d 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
.section .init,"ax",%progbits
ldmea fp, {fp, sp, pc}
mov pc, lr