Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 9 Jan 2003 22:50:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 9 Jan 2003 22:50:29 -0500 Received: from TYO201.gate.nec.co.jp ([210.143.35.51]:28385 "EHLO TYO201.gate.nec.co.jp") by vger.kernel.org with ESMTP id ; Thu, 9 Jan 2003 22:50:28 -0500 To: Linus Torvalds Subject: [PATCH] Add __gpl_ksymtab section to v850 linker script Cc: linux-kernel@vger.kernel.org Reply-To: Miles Bader Message-Id: <20030110035906.E2AF43701@mcspd15.ucom.lsi.nec.co.jp> Date: Fri, 10 Jan 2003 12:59:06 +0900 (JST) From: miles@lsi.nec.co.jp (Miles Bader) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1322 Lines: 29 diff -ruN -X../cludes linux-2.5.55-moo.orig/arch/v850/vmlinux.lds.S linux-2.5.55-moo/arch/v850/vmlinux.lds.S --- linux-2.5.55-moo.orig/arch/v850/vmlinux.lds.S 2002-12-24 15:01:07.000000000 +0900 +++ linux-2.5.55-moo/arch/v850/vmlinux.lds.S 2003-01-09 15:27:41.000000000 +0900 @@ -1,8 +1,8 @@ /* * arch/v850/vmlinux.lds.S -- kernel linker script for v850 platforms * - * Copyright (C) 2002 NEC Electronics Corporation - * Copyright (C) 2002 Miles Bader + * Copyright (C) 2002,03 NEC Electronics Corporation + * Copyright (C) 2002,03 Miles Bader * * This file is subject to the terms and conditions of the GNU General * Public License. See the file COPYING in the main directory of this @@ -51,6 +51,9 @@ ___start___ksymtab = . ;/* Kernel symbol table. */ \ *(__ksymtab) \ ___stop___ksymtab = . ; \ + ___start___gpl_ksymtab = . ; /* Same for GPL symbols. */ \ + *(__gpl_ksymtab) \ + ___stop___gpl_ksymtab = . ; \ . = ALIGN (4) ; \ __etext = . ; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/