lkml.org 
[lkml]   [2004]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH][v850] Add missing end-of-line backslash to v850 vmlinux.lds.S
Date
From
Signed-off-by: Miles Bader <miles@gnu.org>

arch/v850/kernel/vmlinux.lds.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff -ruN -X../cludes linux-2.6.7-uc0/arch/v850/kernel/vmlinux.lds.S linux-2.6.7-uc0-v850-20040625/arch/v850/kernel/vmlinux.lds.S
--- linux-2.6.7-uc0/arch/v850/kernel/vmlinux.lds.S 2004-06-24 17:05:03.000000000 +0900
+++ linux-2.6.7-uc0-v850-20040625/arch/v850/kernel/vmlinux.lds.S 2004-06-24 17:20:36.000000000 +0900
@@ -1,8 +1,8 @@
/*
* arch/v850/vmlinux.lds.S -- kernel linker script for v850 platforms
*
- * Copyright (C) 2002,03 NEC Electronics Corporation
- * Copyright (C) 2002,03 Miles Bader <miles@gnu.org>
+ * Copyright (C) 2002,03,04 NEC Electronics Corporation
+ * Copyright (C) 2002,03,04 Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
@@ -65,7 +65,7 @@
#define TEXT_CONTENTS \
__stext = . ; \
*(.text) \
- SCHED_TEXT
+ SCHED_TEXT \
*(.exit.text) /* 2.5 convention */ \
*(.text.exit) /* 2.4 convention */ \
*(.text.lock) \
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.047 / U:0.488 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site