From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F4OKN-0006NH-KH for qemu-devel@nongnu.org; Wed, 01 Feb 2006 15:11:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F4LzW-0005rr-FD for qemu-devel@nongnu.org; Wed, 01 Feb 2006 12:42:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4JXe-00068R-Pl for qemu-devel@nongnu.org; Wed, 01 Feb 2006 10:05:06 -0500 Received: from [65.74.133.5] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F4JWJ-0000O8-RM for qemu-devel@nongnu.org; Wed, 01 Feb 2006 10:03:44 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Qemu on Intel Macs Date: Wed, 1 Feb 2006 15:01:46 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602011501.48159.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jeshua Lacock > I don't see anything similar to "PPC_RELOC_BR24" . I realize that those > are specific to the PPC and "GENERIC_RELOC_VANILLA" will have to be > used, although I have no idea how to implement them. The scheme should > be pretty similar to the PPC Mach-O port. Your best sources of information are probably (a) The Mach-o documentation, assuming such a thing exists. (b) The OSX linker. Paul