Re: __gpl_ksymtab
Geert Uytterhoeven (geert@linux-m68k.org)
Fri, 10 Jan 2003 13:38:34 +0100 (MET)
On Fri, 10 Jan 2003, Rusty Russell wrote:
> diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal linux-2.5.55/arch/m68k/vmlinux-std.lds working-2.5.55-gpl_ksymtab/arch/m68k/vmlinux-std.lds
> --- linux-2.5.55/arch/m68k/vmlinux-std.lds 2003-01-02 14:47:57.000000000 +1100
> +++ working-2.5.55-gpl_ksymtab/arch/m68k/vmlinux-std.lds 2003-01-10 19:43:03.000000000 +1100
> @@ -24,6 +24,10 @@ SECTIONS
> __ksymtab : { *(__ksymtab) }
> __stop___ksymtab = .;
>
> + __start___ksymtab = .; /* Kernel symbol table */
> + __ksymtab : { *(__ksymtab) }
> + __stop___ksymtab = .;
Woops, where's the `gpl'?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
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/