Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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)