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=Q+VZbXj5S+e+qjIWNtq6SJrziM+KeL+nOoJfERwYsOk=; b=cS/KUrHo7lbOfGoz3N1m8TwqQ8AZY59kHLwKMdhtbwOupRgDLp/Y36MiQEqPQqpX51 kAXwBJFexrxQhDMwhox8ivHssb2dO8nRg1+meuH5375xsHaqdEWekplezsmJOVQXblzR v+Dnb3V2Gs6YCDDA5zRiCYiYf5+L5arhd2KSXKRyjicfY0XwvPzyrIuR+HtLXYPkMEaN baB6l/CHxMA91zOmvJjxol8XHLd7a9qAp253cZxKW6MhRMTDTVihCS5DljHo40jqMWN1 nkOGf44FZdL6fwFDEtbz/DUy04RL1cG4KkcRsNy6wAxLP14MHDMFVaQyGylsKiECgsLe NXRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Q+VZbXj5S+e+qjIWNtq6SJrziM+KeL+nOoJfERwYsOk=; b=clv9BhTzQXgh6rB+6tuC2hgdw9BAz47dBb/yONOBBZn4dC4fgmiBup2rQoxDrNzcz5 0iE+LdCS5nBVXT7HxzGi7hnQopbPAXRpuUGmKNWP9BhSvbsl03foxRBeD7cMDBMXOA08 keCmGHyOdx6lVPDGy84c0TU4FwjljK7gmkb8pNUB8C89Qmbv9sHSWbQIe2ybsHlHHETz tVDaB30g2ePw0NZHYVxzpIBAotoJVUj6q17/DHzLDLFTfMQbQXueOP3S6nT8E5zKRBRl 3h5a12u7PU40xUf2Ak384/8jUDsP9ViLJPBWG0CeOXflYW4RODgTOIUo7zHQfaIiehF2 c5pQ== X-Gm-Message-State: AG10YOQpMwX4AoQlTFw5YoHyjNBGAuIf4EN2rsM95E3NBGEsXiWFGYeOHsWw6/vhrjabUj6h/uJwlNVz5e4BbA== MIME-Version: 1.0 X-Received: by 10.50.147.68 with SMTP id ti4mr14694668igb.1.1455588697835; Mon, 15 Feb 2016 18:11:37 -0800 (PST) In-Reply-To: <7c07fdd8-c7f5-4cba-b83d-42407a6717f7@googlegroups.com> References: <201601312013 DOT u0VKDC4O017569 AT delorie DOT com> <56AF7CFB DOT 8010507 AT iki DOT fi> <83twlsyya8 DOT fsf AT gnu DOT org> <56B03232 DOT 8040802 AT iki DOT fi> <7c07fdd8-c7f5-4cba-b83d-42407a6717f7 AT googlegroups DOT com> Date: Tue, 16 Feb 2016 04:11:37 +0200 Message-ID: Subject: Re: ANNOUNCE: Update of DJGPP port of gcc-5.3.0 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 2/16/16, rugxulo AT gmail DOT com [via djgpp AT delorie DOT com] wrote: > Hi, > > On Monday, February 15, 2016 at 7:13:38 AM UTC-6, Wiktor S. wrote: >> >> This was a one-line problem in assembly code: >> >> rep/movsl (%esi),(%edi) >> >> Newest as.exe generates wrong binary code on the above line. After >> changing >> to "rep movsl" with space it worked. >> >> I don't know if rep/movsl syntax is correct or not, but if it is not, AS >> should fail instead of silently generating bad code. > > Do you mean that GCC itself is generating [sic] "rep/movsl" or is it > some inline or handwritten (external) assembly file? > AFAICS, it is from quake's d_copy.s assembler source.