From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: Section mismatch in parainstructions Date: Tue, 12 Dec 2006 11:14:35 +1100 Message-ID: <1165882475.2132.1.camel@localhost.localdomain> References: <20061210155821.d2c5dfa5.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20061210155821.d2c5dfa5.randy.dunlap@oracle.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.osdl.org Errors-To: virtualization-bounces@lists.osdl.org To: Randy Dunlap Cc: akpm , virtualization@lists.osdl.org, sam@ravnborg.org List-Id: virtualization@lists.linuxfoundation.org On Sun, 2006-12-10 at 15:58 -0800, Randy Dunlap wrote: > Is it OK for section .parainstructions to reference > exit.text? Yep, it can (and will) reference any section. > From: Randy Dunlap > = > Section .parainstructions should not warn about section mismatches. > = > WARNING: drivers/net/hamradio/scc.o - Section mismatch: reference to .exi= t.text: from .parainstructions after '' (at offset 0x0) > WARNING: drivers/net/hamradio/scc.o - Section mismatch: reference to .exi= t.text: from .parainstructions after '' (at offset 0x8) > = > Signed-off-by: Randy Dunlap Acked-by: Rusty Russell