Message-Id: <201204241648.q3OGmW7N022454@delorie.com> From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: release 2 of the DJGPP port of GNU debugger (GDB) 7.4 uploaded. Date: Tue, 24 Apr 2012 18:44:46 +0200 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline This is release 2 of the port of GNU debugger (GDB) 7.4 to MSDOS/DJGPP. GDB is a source-level debugger for C, C++, Pascal, Objective-C and many other languages. GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and Microsoft Windows variants. DJGPP specific changes. ======================= - This release has only the purpose to keep the used BFD library by GDB in sync with the changes done to the BFD library of binutils 2.22. There are no other changes to the sources. To compile the sources like I have done you will need the following ports: or: The binary package contains both versions of the program, gdbtui.exe is the one with TUI support and gdb.exe is the one without TUI support. You can keep the one you prefer and delete the other one. As usual, all djgpp specific files (build.sh, diffs, README files, etc.) are located in the /djgpp directory. The suorces have not been configured. For further information about GDB please read the info docs and NEWS file. The port consists of the usual four packages that have been compiled using stock djdev203 and that can be downloaded from ftp.delorie.com and mirrors as (time stamp 2012-04-22): GNU debugger 7.4 binary and info format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb74br2.zip GNU debugger 7.4 bfd, liberty and opcode libraries and headers: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb74ar2.zip GNU debugger 7.4 dvi, html, ps and pdf format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb74dr2.zip GNU debugger 7.4 source: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb74sr2.zip The binaries have been produced a second time using the stock version of djdev204 beta library. This package is available at ftp.delorie.com and mirrors as (timestamp 2012-04-22): GNU debugger 7.4 binary and info format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gdb74br2.zip GNU debugger 7.4 bfd, liberty and opcode libraries and headers: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gdb74ar2.zip Send GDB specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel