Skip to content

Commit

Permalink
FRV: Fix up parse error in linker script
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Howells authored and Linus Torvalds committed Feb 13, 2008
1 parent 3174ffa commit d897d2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/frv/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d897d2b

Please sign in to comment.