Skip to content
Snippets Groups Projects
Commit d897d2b5 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -105,11 +105,9 @@ SECTIONS
SCHED_TEXT
LOCK_TEXT
#ifdef CONFIG_DEBUG_INFO
*(
INIT_TEXT
EXIT_TEXT
.exitcall.exit
)
*(.exitcall.exit)
#endif
*(.fixup)
*(.gnu.warning)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment