X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <56C21590.7040603@gmx.de> Date: Mon, 15 Feb 2016 19:14:40 +0100 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com]" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: ANNOUNCE: Update of DJGPP port of gcc-5.3.0 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> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:wtGN4LMeCtzVXl38CU3mSAcDJsEugruNIb2uA7+DSdyWDLvy2TU pp/ItohyRy1GYVtSwOCEXzv2/1Eg3yre6ipESjwdSBLkUDOPlvopTzfidv5WIPnUq2Bp1bq J9pTVEY5Sc0F2/TjQ7yksy6NO+hZwAK63o3xpkjabsIx/gehXWlWKVtFKPmWZ5N4SUgOU/3 0sq9O5Y1ktETAb++W1Mbw== X-UI-Out-Filterresults: notjunk:1;V01:K0:rbEH4e+SUIY=:7v1bJ1ly+afoUb6+d8fGzf aRlwRXFKCTLxEd1wzIjOqNbto4wR99u7SeGPoXMe5ERPOY6+IBs+ulPKAdC+SR4wSUhSTqe6E skWc4ryabgTmspb7cvwNFqIT3ey1CluJIWWOJcMnHtOYYENNO+W3xSKQ0dtIUyvcBTggVaLYy sEQxRCQ8QEQLkbHmhyU08tSVp9D+gQoRoweIg+5PRHsWeZxuVuzeOwTZPnfE5Gnycvb0PKZue RzjT2WC3MDttpDb2YddVO90mamIDg4+tBvn9MD8ti99KhGroB10oL0+cSYK3d7lw0802Fr8r5 BTHRgw8hIjuEBF/7CL+qD/WQOwiOBIa8cwthbI1DiA/UVpDUSPWl5irWBF1b1Lbw8SFmPSEeR lTmDzdqR9B3fBra8ZAbTj1VzwO6mU2cm4+oSkWbWjLKqK0IANekRhFLXfe3pizgjh89FcTlHu ML6pjTkZsTH+eLKArtyejYpiRsg8gvjHBeXM1ucar9yRzPjBB42ugunyqPNPigx2I4G3Jk/Xk NzY51Xl5Fnue1EzT+pwasALtPACUprWraFPGNbW4wLZ/GdYY3SJ6wjtbmIXrwNqBN5bFmyq1/ oh2RRwB1EoJk83LBlhX3vcHRXLiXkdVJIryb2Q9VR1YxJI2IFshsemKdRZGFaWoG3Md3j0CuT Hma0Xl4vK8uj5de4oX0tIIQmvsnFkBYBkWWPOrklbtlp5Jbh9tC3bmZfa31PxJQqnD5Cs0ZoK MYcCOxI+GM7/ipswFV0DyrVHWM30kxjOg75YOtUVC5j796Gnq2wrHriVQiTzUPuXNjvdAnxJC IcEVVjV Reply-To: djgpp AT delorie DOT com Am 15.02.2016 14:13, schrieb Wiktor S. (wswiktorSP AT Mpoczta DOT fm) [via djgpp AT delorie DOT com]: >> Thanks. I made several tests and it seems it's not a GCC issue, but >> binutils 2.26 regression. >> >> With GCC 5.3.0 and binutils 2.25 the game runs fine. > > 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. Well, this is not a DJGPP port issue but a binutils regression thus I hope you have described this bug on bug-binutils too. It is unlikely that someone here will be able to fix this issue. Probaly I will delete bnu226[a|b|d|s].zip and restore the previous port. Regards, Juan M. Guerrero