From fc6e9db154696a825fd72088a37b0450526b106f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 27 Feb 2002 21:53:27 +0000 Subject: [PATCH] Minor WS change to improve readability. --- lib/csu/alpha/crti.S | 6 +++--- lib/csu/alpha/crtn.S | 6 +++--- 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"