X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bEoghVBj3P4zelmMjgisc9d9LWnkDrvmL0EGZX1GLC0=; b=ujEpsGxvBofXm4EzPMZOzQ0g/yN8WzcAisbppmK4rxgF8kPooMqc81YqUMKGzDBteH 5Mu6NVCA9DwrLz07Au6PWKYjzw/734z/pcMK0zkaKYH0pL6YZv4qbWDNrEe0FWEaqliz zTKfJYaQHJCGfmsLzI1Tr9tpWwMDhO1R6ZCp22GIr+UIpos8ptz83Lgh4QkDgv3ugOSV TnVczi+JJRYwnoXBw/rK684E3pXAr5A/cXOt1PQR5GvMPCUfNe0emqo9xQPnAMp4pDis XyJ6llcfss7vUJ24FYwb8aZWCPo2fJjo5tse75VnirVdCkFVQFIKL6g0s4q3Bi1XMtQ0 4n/A== MIME-Version: 1.0 X-Received: by 10.107.17.206 with SMTP id 75mr19944293ior.140.1442157241832; Sun, 13 Sep 2015 08:14:01 -0700 (PDT) In-Reply-To: <201509131510.t8DFAa24021285@envy.delorie.com> References: <201509131510 DOT t8DFAa24021285 AT envy DOT delorie DOT com> Date: Sun, 13 Sep 2015 18:14:01 +0300 Message-ID: Subject: Re: binutils issue: different output from as from the exact same *.s file From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 9/13/15, DJ Delorie wrote: > > We had another report of this recently, That was me already, however the issue is different here ... > and it boiled down to choosing > an 8-bit vs 16-bit jump opcode at one point. No harm to execution. > The variance was noted on 32-bit vs 64-bit hosted assemblers. > The cross-compiler is not 64-bit hosted: it is purely 32-bit running on i686-linux