X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <5980C3AA.2080305@gmx.de> Date: Tue, 01 Aug 2017 20:08:42 +0200 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: DJGPP port of GNU binutils 2.29 uploaded. References: <201707301540 DOT v6UFecLb017840 AT delorie DOT com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:U+rkKjfHVZICgBlKPMFUp819Nj4nJQTIrEOkc2vNz3ChwXG1p4y Yi9TrwsXSX7OVfh+K1+Rn7TiS5bacWWzGJ14Aoon7dLdavtEaS6hdOV81E9jepjlOczIwB9 ah3S7B1Ru7pcJjK6ZFfI0iCwo1bQvcrgoSFmbSbMimN/17/6UekeDA0P5QMk2aAAdW4s1eS U71zSzjPMa0zLyATp3PpQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:HmAjGVK9EuY=:wOAJIFfJoLhSupBF30jk/g X+MEo+c1lM3V9z6MMbqv48nA19+ECLbgrOvSXR9rkADhmHvvFd/U3ZM42a5e+zozrq/M5wtcx T/1f2JQHPq0KIJW9k1u1q3iPsHTUNQdu8VRYa6aiM0RPhwvqkS+B6SHcF0X0io1RxfQo+sIFT P3Qaa8LMt6Z0bB9jJw3vWb44e20A8f/Ee8oRNXODvjFtoLJ21kP4GdOx5WONWueu3rA1LaWDx VQgSaAlmXw8VHa0MwqbHzqX3phrafVkGrloyVuF78w40EHnm9NQgifB3FsNk3+7oI/Lu257// c2SyAWsw9OpFz3orYHETEyhrkK50gGxZxCbQDw34YFkO0AG5CHnz30Uaxt0e6fgFzSsZ5VcTC xI9A8r1V6yzSBGHMAjSAW0MVLU5WS5cPyIM/jfBDd35izE8OhFaXC8q1rwz8soZ3bvT91UYEh I68T4KoGM5KbWMWcg85aEzcFQuVDz8R5aJbHKLH7eMsa091/9yGikz5c72BI8BxhXyQv/AZcp qd1dEjuabuoavagt+bFO+//nbvtTo4gTi98lvmDAtir9u52V8vD738fAxDrVSx53T56+u8kLK /CZ8ee99pHQRUcLyzAuJnopkLVYOTzFZc22NuDkv+QxlNWbH8/c0aIGhefakrQVxr89Qhd9BY /ngM76g8JS4G0GUkiX2qwKovqcEWarUBvdybTO+Xs26pSL66wpo+SG4oYKZyBO4eSuc/H486M gdGn5hbisghdbqe3EGu27VLVOe7FZEARM+QsUMAgqTTmz67WCOdoTDxPTZo2qbXuX/z3jqiP8 5c7c1Ueyt7pGCbDECFseNm+8biz41rYoNO93BsolobvJrYfln8= Reply-To: djgpp AT delorie DOT com Am 01.08.2017 11:06, schrieb Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]: > On 7/30/17, Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via > djgpp-announce AT delorie DOT com] wrote: >> This is a port of GNU binutils 2.29 to MSDOS/DJGPP. > > The bfd _doprnt patch needs submitting to binutils, if you haven't done > so already. No, because I do not think that this shall be fixed in binutils. IMO this is a DJGPP bug. I do not know who has decide decades ago to declare _doprnt in stdio.h but now this declaration collides with the one from libiberty. An inspection of my linux system and my cygwin installation shows that there is nothing like _doprnt in their stdio.h. Also an inspection of: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdio.h.html shows no _doprnt prototype is there. IMHO this must be fixed in DJGPP. What we really need is a fix of the linker script. But that is a job for Andris. Regards, Juan M. Guerrero