Re: Module section warning

2001-01-05 Thread Keith Owens
On Fri, 5 Jan 2001 20:51:46 + (GMT), Alan Cox <[EMAIL PROTECTED]> wrote: >> o binutils 2.9.1.0.25 # ld -v >> o modutils 2.4.0 # insmod -V >> >> and 2.4 uses gas instead of as86 for real mode. >> >> Are not that versions enough to

Re: Module section warning

2001-01-05 Thread Alan Cox
> o binutils 2.9.1.0.25 # ld -v > o modutils 2.4.0 # insmod -V > > and 2.4 uses gas instead of as86 for real mode. > > Are not that versions enough to delete the > __asm__(".section .modinfo\n\t.previous"); > in module.h ? Firstly the

Module section warning

2001-01-05 Thread J . A . Magallon
Hi everyone. As linux-2.4.0/Documentation/canges says, you need: o binutils 2.9.1.0.25 # ld -v o modutils 2.4.0 # insmod -V and 2.4 uses gas instead of as86 for real mode. Are not that versions enough to delete the __asm__(".section