From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17779 invoked by alias); 10 Nov 2008 20:22:58 -0000 Received: (qmail 17736 invoked by uid 22791); 10 Nov 2008 20:22:57 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Nov 2008 20:22:20 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id mAAKLpeM028515; Mon, 10 Nov 2008 21:21:51 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id mAAKLouB025989; Mon, 10 Nov 2008 21:21:50 +0100 (CET) Date: Mon, 10 Nov 2008 20:25:00 -0000 Message-Id: <200811102021.mAAKLouB025989@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: stanshebs@earthlink.net CC: gingold@adacore.com, gdb-patches@sourceware.org In-reply-to: <4918946A.6050501@earthlink.net> (message from Stan Shebs on Mon, 10 Nov 2008 12:07:06 -0800) Subject: Re: [RFA] Darwin Port (Part 1: changes in common files) References: <6C04CB59-A202-4D7E-B2DA-97DAE3F3ED85@adacore.com> <200811101858.mAAIwoKj009428@brahms.sibelius.xs4all.nl> <4918946A.6050501@earthlink.net> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00191.txt.bz2 > Date: Mon, 10 Nov 2008 12:07:06 -0800 > From: Stan Shebs > > Mark Kettenis wrote: > > Why do you need both Darwin and Darwin64? We don't do this for other > > operating systems that have both a 32-bit and a 64-bit variant. > > > > > This may or may not be necessary - the ABIs are different, and both > 32-bit and 64-bit executables can be run at the same time by the same > kernel, no rebooting needed. So a GDB session does have to distinguish > the two types of executables. That's no different from Linux or FreeBSD or NetBSD. Those systems will happily run 32-bit and 64-bit executables alongside eachother (as long as you are running a 64-bit kernel).