X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <55704CA0.40309@gmx.de> Date: Thu, 04 Jun 2015 15:03:28 +0200 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de)" 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: release 2 of the DJGPP port of GNU binutils 2.25 uploaded. References: <201506022055 DOT t52KtjYm009133 AT delorie DOT com> <556FCBF3 DOT 8060207 AT iki DOT fi> In-Reply-To: <556FCBF3.8060207@iki.fi> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:DphdQ0g8YXT5719StUOiaV9xQbJCNTzZC5WSkh1vrihF+XBV2bR eHfe2UOadUPd9U0DBwWVBg4abaABwiMMazl3jKBGIPhUmAs7sJ6HOVa0r6L83B30Op6/kKv agZt9NX9P6RKfLrDTpcJiogrnM1u9FIiYskt/FMxreMJBDbJQsw4JtG1y7hsWDdNJ2izfAT wx55/SOh4RHn5Qh8Xc/Ag== X-UI-Out-Filterresults: notjunk:1; Reply-To: djgpp AT delorie DOT com Am 04.06.2015 05:54, schrieb Andris Pavenis (andris DOT pavenis AT iki DOT fi): > On 06/02/2015 11:43 PM, Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) wrote: >> This is a port of GNU binutils 2.25 to MSDOS/DJGPP. >> >> The GNU binutils are utilities of use when dealing with binary files, either >> object files or executables. These tools consist of the linker (ld), the >> assembler (gas), and the profiler (gprof). There is also a collection of >> other binary tools, including the disassembler (objdump). These tools make >> use of a pair of libraries (bfd and opcodes) and a common set of header files. >> >> >> >> DJGPP specific changes. >> ======================= >> - This is an bug fix update. >> This update provides all DJGPP specific features than presented in the >> previous release. Please see: >> http://www.delorie.com/archives/browse.cgi?p=djgpp-announce/2014/12/27/22:55:14 >> >> - The previous port has a bug that is not related to any DJGPP specific changes. >> This bug is a genuine binutils bug and can be reproduced by compiling the original >> code from binutils-2.25.tar.gz. >> The bug can be triggered by compiling a simple hello-world program. >> This program must be compiled using a freshly compiled libc.a from repository >> using the linker from binutils-2.25. The bug will not be triggered if some >> old libc.a from djdev204 djdev203 is used. Those libraries and crt0.o have >> been compiled with some old bug free version of binutils. >> >> It becomes impossible to debug the produced binary. If gdb is used to step >> through the code, the following error message will be displayed: > > Also fixes problem with DXEs reported earlier: > > DXE tests from beta/v2/djtest205.zip failed when first DJGPP release of binutils-2.25 was used and passed with binutils-2.24. > These tests pass also with this release > > Andris > Yes I verified this with fixed bnu225b (fixed) and gcc491 too. Regards, Juan M. Guerrero