aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-02-27 21:53:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-02-27 21:53:27 +0000
commitfc6e9db154696a825fd72088a37b0450526b106f (patch)
treedbaff5fbaf841af1299432fb79773b72cd02e6c8 /lib/csu
parent497a90b418710cec3d61357d9fe5a9372a2ba3f4 (diff)
Notes
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/alpha/crti.S6
-rw-r--r--lib/csu/alpha/crtn.S6
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/csu/alpha/crti.S b/lib/csu/alpha/crti.S
index d26ce7076a06..5ecd99c30028 100644
--- a/lib/csu/alpha/crti.S
+++ b/lib/csu/alpha/crti.S
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 2000 David O'Brien, John D. Polstra.
* All rights reserved.
*
@@ -49,5 +49,5 @@ $_fini..ng:
.align 5
-.section .rodata
- .ascii "$FreeBSD$\0"
+ .section .rodata
+.ascii "$FreeBSD$\0"
diff --git a/lib/csu/alpha/crtn.S b/lib/csu/alpha/crtn.S
index d51120b945e1..6928d37c1a29 100644
--- a/lib/csu/alpha/crtn.S
+++ b/lib/csu/alpha/crtn.S
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 2000 David O'Brien, John D. Polstra.
* All rights reserved.
*
@@ -41,5 +41,5 @@
ret $31,($26),1
-.section .rodata
- .ascii "$FreeBSD$\0"
+ .section .rodata
+.ascii "$FreeBSD$\0"