mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] FRV: Fix up parse error in linker script
@ 2008-02-13 16:10 David Howells
  2008-02-13 17:50 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: David Howells @ 2008-02-13 16:10 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel, dhowells

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>
---

 arch/frv/kernel/vmlinux.lds.S |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


diff --git a/arch/frv/kernel/vmlinux.lds.S b/arch/frv/kernel/vmlinux.lds.S
index ef7527b..17725a5 100644
--- a/arch/frv/kernel/vmlinux.lds.S
+++ b/arch/frv/kernel/vmlinux.lds.S
@@ -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)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] FRV: Fix up parse error in linker script
  2008-02-13 16:10 [PATCH] FRV: Fix up parse error in linker script David Howells
@ 2008-02-13 17:50 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2008-02-13 17:50 UTC (permalink / raw)
  To: David Howells; +Cc: torvalds, akpm, linux-kernel

On Wed, Feb 13, 2008 at 04:10:08PM +0000, David Howells wrote:
> 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>

My bad - sorry!

	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-13 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13 16:10 [PATCH] FRV: Fix up parse error in linker script David Howells
2008-02-13 17:50 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®