public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] m68knommu: missing sections for linker script
@ 2008-05-07  0:52 Greg Ungerer
  2008-05-11  0:41 ` Sam Ravnborg
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Ungerer @ 2008-05-07  0:52 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, gerg, linux-kernel

Inlucde the missing kcrctab and kcrctab_unused sections into the
m68knommu linker script.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---

diff -Naurp linux-2.6.25-rc1/arch/m68knommu/kernel/vmlinux.lds.S linux-2.6.25-rc1-uc0/arch/m68knommu/kernel/vmlinux.lds.S
--- linux-2.6.25-rc1/arch/m68knommu/kernel/vmlinux.lds.S	2008-05-06 14:52:00.000000000 +1000
+++ linux-2.6.25-rc1-uc0/arch/m68knommu/kernel/vmlinux.lds.S	2008-05-06 16:56:47.000000000 +1000
@@ -114,6 +114,16 @@ SECTIONS {
 		*(__kcrctab_gpl)
 		__stop___kcrctab_gpl = .;
 
+		/* Kernel symbol table: Normal unused symbols */
+		__start___kcrctab_unused = .;
+		*(__kcrctab_unused)
+		__stop___kcrctab_unused = .;
+
+		/* Kernel symbol table: GPL-only unused symbols */
+		__start___kcrctab_unused_gpl = .;
+		*(__kcrctab_unused_gpl)
+		__stop___kcrctab_unused_gpl = .;
+
 		/* Kernel symbol table: GPL-future symbols */
 		__start___kcrctab_gpl_future = .;
 		*(__kcrctab_gpl_future)

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

end of thread, other threads:[~2008-06-07 11:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07  0:52 [PATCH] m68knommu: missing sections for linker script Greg Ungerer
2008-05-11  0:41 ` Sam Ravnborg
2008-05-11 23:03   ` Sebastian Siewior
2008-06-07 11:03     ` Sam Ravnborg
2008-05-12  5:22   ` Greg Ungerer

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