From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 19 Jun 2003 20:44:14 +0000 Subject: Re: local symbols in discarded section Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Thu, 19 Jun 2003 13:34:55 -0700, "Luck, Tony" said: Tony> undefined reference to `local symbols in discarded >> section .exit.text' Tony> message. Is this related to the warning about using >> an old linker? >> Not likely. It sounds like a driver is failing to use __exit_p() >> (see linux/init.h). Tony> The offending driver is i460-agp.c. Patch attached. Applied, thanks. --david