Date: Tue, 15 Jun 2004 01:35:58 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf_obj.c Message-ID: <200406150135.i5F1ZwuJ086198@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2004-06-15 01:35:58 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf_obj.c
Log:
Fix symbol lookups between modules. This caused modules that depend on
other modules to explode. eg: snd_ich->snd_pcm and umass->usb.
The problem was that I was using the unified base address of the module
instead of finding the start address of the section in question.
Revision Changes Path
1.83 +5 -1 src/sys/kern/link_elf_obj.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406150135.i5F1ZwuJ086198>
