X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <201601211909.u0LJ9Pjh006275@delorie.com> Date: Thu, 21 Jan 2016 18:30:38 +0100 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: Release 3 of the DJGPP port of GNU binutils 2.25.1 uploaded. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Reply-To: djgpp AT delorie DOT com This is a port of GNU binutils 2.25.1 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 a DJGPP specific bug fix release. It shall fix an issue that inhibit to build binutils on linux for the use in cross compiler toolchains. This has been reported in: It shall fix a syntax error in the built in linker scripts i386go32.xr and i386go32.xu. This has been reported in: - Everything else is the same than described in the first announcement: and in the second announcement: - The diffs file stored in the /djgpp directory documents the DJGPP specific changes. It has been splitt into three different files. diffs-bfd contains all DJGPP specific changes to libbfd and libiberty. These changes are shared with the DJGPP port of gdb. The diffs file contains all DJGPP specific changes for the rest of binutils. The diffs-bugs file contain those DJGPP specific changes to fix bugs discovered during porting of binutils. If these changes are accepted by the binutils maintainers or the bug is fixed in some other way then this file will be removed for the next port release. All these files are located in the /djgpp directory. If you want to apply them to the original sources, diffs and diffs-bfd must be apllied first (in any order) and diffs-bugs always as last one. The elf-binutils-2.25.1-diffs file contains those changes required to provide elf32 emulation support as have been provided by Daniel Borca's DJGPP port of binutils 2.16. It is only intended to check if that old code can still be applied to the current binutils code. The linker, of course, works as the normal DJGPP linker producing by default always COFF output. If someone wants to produce ELF output it has to read Daniel Borca's documentation. Again, all this has no influence on the COFF functionality. This patch must be applied as the last one. Please note that I am not lobbying for using ELF as object format for DJGPP. I have never used Borca's ELF products and I cannot help you if something does not work. - The port has been configured and compiled on WinXP SP3. There is no guarantee that this may be possible with any other DOS-like OS. Due to the massive use of long file names it will not be possible to configure and compile without LFN support. The port has been compiled using gcc530 and bnu225br3. - The port has been tested by using it. I have used them only on WinXP. It has worked flawlessly. I do not konw if this will ever be the case on FreeDOS. I have never used/tested them in that environment. As usual, all djgpp specific files (build.sh, diffs, README files, etc.) are stored in the /djgpp directory. The sources have not been configured so you must change into the /djgpp directory and start build.sh. This will configure the sources and start make. For further information about Binutils please read the info docs and NEWS file. The port consists of the usual four packages that have been compiled using djdev205 and that can be downloaded from ftp.delorie.com and mirrors as (time stamp 2016-01-20): Binutils 2.25.1 binary and info format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/bnu2251br3.zip Binutils 2.25.1 bfd, liberty and opcode libraries and headers: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/bnu2251ar3.zip Binutils 2.25.1 dvi, html, ps and pdf format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/bnu2251dr3.zip Binutils 2.25.1 source: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/bnu2251sr3.zip Send binutils specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel