From 737d65a5a827bac1dafae4530cc813dd76b7cb1a Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Wed, 7 Feb 2007 11:45:43 +1000 Subject: [PATCH] --- yaml --- r: 47325 b: refs/heads/master c: 56591b9961f7fb78c88354e59af7f0800f39dded h: refs/heads/master i: 47323: e866e96a71d4a3a8e23d0244a1f380d68cced312 v: v3 --- [refs] | 2 +- trunk/arch/m68knommu/kernel/vmlinux.lds.S | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3163b521ee7b..cfd3e8d3d8e4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f95e49aae68794c4dc0d92fea8b4967dd49ae53 +refs/heads/master: 56591b9961f7fb78c88354e59af7f0800f39dded diff --git a/trunk/arch/m68knommu/kernel/vmlinux.lds.S b/trunk/arch/m68knommu/kernel/vmlinux.lds.S index 2b2a10da64a4..bfade20a9e5e 100644 --- a/trunk/arch/m68knommu/kernel/vmlinux.lds.S +++ b/trunk/arch/m68knommu/kernel/vmlinux.lds.S @@ -87,6 +87,16 @@ SECTIONS { *(__ksymtab_gpl) __stop___ksymtab_gpl = .; + /* Kernel symbol table: Normal unused symbols */ + __start___ksymtab_unused = .; + *(__ksymtab_unused) + __stop___ksymtab_unused = .; + + /* Kernel symbol table: GPL-only unused symbols */ + __start___ksymtab_unused_gpl = .; + *(__ksymtab_unused_gpl) + __stop___ksymtab_unused_gpl = .; + /* Kernel symbol table: GPL-future symbols */ __start___ksymtab_gpl_future = .; *(__ksymtab_gpl_future)