From 89e617e847f5abb051496e998f86cd8b4f760be0 Mon Sep 17 00:00:00 2001 From: proski Date: Thu, 2 Jul 2009 04:17:55 +0000 Subject: [PATCH] 2009-07-02 Pavel Roskin * docs/boot.S: Fix missing newline at the end. * docs/boot.S.texi: Regenerate. --- ChangeLog | 5 +++++ docs/boot.S | 1 - docs/boot.S.texi | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4170137f4..2fc978ba6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-02 Pavel Roskin + + * docs/boot.S: Fix missing newline at the end. + * docs/boot.S.texi: Regenerate. + 2008-09-03 Felix Zielcke Based on patch from Ville Skyttä diff --git a/docs/boot.S b/docs/boot.S index b0e167f83..4db6a0099 100644 --- a/docs/boot.S +++ b/docs/boot.S @@ -77,4 +77,3 @@ halt_message: /* Our stack area. */ .comm stack, STACK_SIZE - \ No newline at end of file diff --git a/docs/boot.S.texi b/docs/boot.S.texi index afca9f71c..39dcec990 100644 --- a/docs/boot.S.texi +++ b/docs/boot.S.texi @@ -77,4 +77,3 @@ halt_message: /* @r{Our stack area.} */ .comm stack, STACK_SIZE - \ No newline at end of file