grub_mod_init and grub_mod_fini missing from symbol table

2009-09-06 Thread Neil Cafferkey
Hi, When compiling GRUB with GCC 3.4.3, I had the problem that my modules didn't work, apparently because the symbols grub_mod_init and grub_mod_fini weren't in the modules' symbol tables. Does the absence of these symbols indicate a bug in GCC, or does "__attribute__ ((used))" not in fact guaran

Re: Require at least gcc 4.2

2009-09-06 Thread Neil Cafferkey
On Thu, Sep 03, 2009 at 04:21:55PM +0200, Robert Millan wrote: > On Tue, Sep 01, 2009 at 03:23:01PM -0700, David Miller wrote: > > From: "Vladimir 'phcoder' Serbinenko" > > Date: Tue, 1 Sep 2009 16:12:20 +0200 > > > > > Even if gcc<4.2 seem to work ok I think we shouldn't waste resources > > > on