From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31529 invoked by alias); 25 Jul 2014 08:31:30 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 31515 invoked by uid 89); 25 Jul 2014 08:31:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 25 Jul 2014 08:31:26 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 4EC0E272EA5F; Fri, 25 Jul 2014 10:31:23 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NQySYxGWAXDm; Fri, 25 Jul 2014 10:31:23 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 23BC8272E4AA; Fri, 25 Jul 2014 10:31:23 +0200 (CEST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Cross-assembling for AIX/PowerPC64 From: Tristan Gingold In-Reply-To: <4E066E4A-E484-49E4-A4E7-46DED6F934B3@adacore.com> Date: Fri, 25 Jul 2014 08:31:00 -0000 Cc: binutils@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <8CCB50D6-7C35-4C5B-B0A7-7BA38C862744@adacore.com> References: <53D205B3.1060904@elis.ugent.be> <53D21104.90504@elis.ugent.be> <4E066E4A-E484-49E4-A4E7-46DED6F934B3@adacore.com> To: Jonas Maebe X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00194.txt.bz2 On 25 Jul 2014, at 10:26, Tristan Gingold wrote: >=20 > On 25 Jul 2014, at 10:10, Jonas Maebe wrote: > [..] >>=20 >> I had to hack gas/config/tc-ppc.c (manually add a "#define TE_AIX5"; it = seems this should normally be set by gas/config/te-aix5.h, but this file do= esn't appear to be included anywhere), because configuring for powerpc-ibm-= aix resulted in linker errors: Short investigation (FTR): the aixcoff64-rs6000 format is for AIX4.3, the f= ormat has changed with AIX 5.1. (Maybe we could simply remove the support for AIX versions before AIX 5.1) Tristan.