mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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>
This commit is contained in:
parent
3174ffaa93
commit
d897d2b597
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user