Commit 8629b059 authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Add __gpl_ksymtab section to v850 linker script

parent 9f7470bf
/* /*
* arch/v850/vmlinux.lds.S -- kernel linker script for v850 platforms * arch/v850/vmlinux.lds.S -- kernel linker script for v850 platforms
* *
* Copyright (C) 2002 NEC Electronics Corporation * Copyright (C) 2002,03 NEC Electronics Corporation
* Copyright (C) 2002 Miles Bader <miles@gnu.org> * Copyright (C) 2002,03 Miles Bader <miles@gnu.org>
* *
* This file is subject to the terms and conditions of the GNU General * 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 * Public License. See the file COPYING in the main directory of this
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
___start___ksymtab = . ;/* Kernel symbol table. */ \ ___start___ksymtab = . ;/* Kernel symbol table. */ \
*(__ksymtab) \ *(__ksymtab) \
___stop___ksymtab = . ; \ ___stop___ksymtab = . ; \
___start___gpl_ksymtab = . ; /* Same for GPL symbols. */ \
*(__gpl_ksymtab) \
___stop___gpl_ksymtab = . ; \
. = ALIGN (4) ; \ . = ALIGN (4) ; \
__etext = . ; __etext = . ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment