From owner-freebsd-arch@FreeBSD.ORG Thu Aug 30 20:40:24 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B76981065670 for ; Thu, 30 Aug 2012 20:40:24 +0000 (UTC) (envelope-from asp654@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3491E8FC0A for ; Thu, 30 Aug 2012 20:40:23 +0000 (UTC) Received: by lage12 with SMTP id e12so2289223lag.13 for ; Thu, 30 Aug 2012 13:40:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=O/Ier/C2/gMaEx1iIBtU95qMVcrM6vSAVdi2yiMh0Ag=; b=ci+4dz9NWKNwywpFJ4f2xmw/kKVvMudqtKArrZHU1t6WRqhQa+l/V+lwGAD15gPeBl xpYTKd2Q7CUPGTwsv2tz7N8tkcFm+JFbHAd/QdxzsgktWyqeIwrpccb5XL+P7U/VfELM eoXCDYkmjzWlQ2HWgZOfJ92Dqy8KQT2co3fradCC+zbuXaK4Z2oJSwIBYklBTvh9+rJA 96fkilj75Ze+7HKiR666OT/P5tSpybm2iqsm7ALdHYgb/aMS96t1jX/BRICPgrLKtmyA RlxnmuiIRXxSOy2knBrii/9brvsuLsWRhkayHfpuLNuEVc5loDt+tdYL2Sm77qrCRvPF arZA== MIME-Version: 1.0 Received: by 10.152.103.244 with SMTP id fz20mr4537307lab.54.1346359222740; Thu, 30 Aug 2012 13:40:22 -0700 (PDT) Received: by 10.112.106.73 with HTTP; Thu, 30 Aug 2012 13:40:22 -0700 (PDT) Date: Thu, 30 Aug 2012 13:40:22 -0700 Message-ID: From: asp imho To: freebsd-arch@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD complies with which ABI X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2012 20:40:24 -0000 Hi all, Which ABI does FreeBSD comply to for multiple architectures (x86, powerpc)... I've seen that the executable is in the ELF format (specified in System V ABI), so does this mean that we comply to System V ABI completely for all architectures. Please let me know. I've asked this in the FreeBSD forums, I was directed to one of the forums here. If this is not the correct forum please direct me to the correct forum where this question can be posted. Thanks.