From 498d713c7529976f1c0b010f013c7db9abcde43d Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 27 Feb 2002 21:53:27 +0000 Subject: 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(-) (limited to 'lib/csu') diff --git a/lib/csu/alpha/crti.S b/lib/csu/alpha/crti.S index d26ce70..5ecd99c 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 d51120b..6928d37 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" -- cgit v1.1