Commit d897d2b5 authored by David Howells's avatar David Howells Committed by Linus Torvalds

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: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3174ffaa
...@@ -105,11 +105,9 @@ SECTIONS ...@@ -105,11 +105,9 @@ SECTIONS
SCHED_TEXT SCHED_TEXT
LOCK_TEXT LOCK_TEXT
#ifdef CONFIG_DEBUG_INFO #ifdef CONFIG_DEBUG_INFO
*(
INIT_TEXT INIT_TEXT
EXIT_TEXT EXIT_TEXT
.exitcall.exit *(.exitcall.exit)
)
#endif #endif
*(.fixup) *(.fixup)
*(.gnu.warning) *(.gnu.warning)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment