From: Geert U. <ge...@li...> - 2000-12-27 18:20:37
|
On Wed, 27 Dec 2000, Michel D=E4nzer wrote: > PS: Does anyone know what these errors mean? >=20 > buddha.c: In function `find_buddha': > buddha.c:114: find_buddha causes a section type conflict > buddha.c: In function `buddha_init': > buddha.c:144: buddha_init causes a section type conflict Make sure __init is used for _functions_, and __initdata for _variables_. Or: time to upgrade CVS to 2.4.0-test13-pre4. The __init patch was one of= the few patches Linus did accept recently :-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m6= 8k.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 |