aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2008-02-13 11:10:08 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-13 11:26:01 -0500
commitd897d2b597167586fcf1fb197ad5a1c23332c3e8 (patch)
tree326a50e20e3a9c646c120d681ea329c277698610 /arch/frv
parent3174ffaa939d8f771019f83761c668b1d5c1973b (diff)
FRV: Fix up parse error in linker script
Fix up parse error in FRV linker script, presumably introduced through changes to the INIT_TEXT and EXIT_TEXT macros. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv')
-rw-r--r--arch/frv/kernel/vmlinux.lds.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/frv/kernel/vmlinux.lds.S b/arch/frv/kernel/vmlinux.lds.S
index ef7527b8b0c7..17725a55aed8 100644
--- a/arch/frv/kernel/vmlinux.lds.S
+++ b/arch/frv/kernel/vmlinux.lds.S
@@ -105,11 +105,9 @@ SECTIONS
105 SCHED_TEXT 105 SCHED_TEXT
106 LOCK_TEXT 106 LOCK_TEXT
107#ifdef CONFIG_DEBUG_INFO 107#ifdef CONFIG_DEBUG_INFO
108 *(
109 INIT_TEXT 108 INIT_TEXT
110 EXIT_TEXT 109 EXIT_TEXT
111 .exitcall.exit 110 *(.exitcall.exit)
112 )
113#endif 111#endif
114 *(.fixup) 112 *(.fixup)
115 *(.gnu.warning) 113 *(.gnu.warning)