Message-Id: <200206191406.g5JE6Af20620@delorie.com> Date: Wed, 19 Jun 2002 09:30:14 +0300 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: djgpp-announce AT delorie DOT com Subject: [ANNOUNCE] DJGPP port of binutils 2.12.1 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com This is announcement of DJGPP port of binutils-2.12.1. Binary archive (except BFD library, which is not needed for most users): http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/bnu2121b.zip&name=bnu2121b.zip BFD library: http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/bnu2121a.zip&name=bnu2121a.zip Source archive: http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/bnu2121s.zip&name=bnu2121s.zip Documentation in DVI, PS, HTML and PDF formats: http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/bnu2121d.zip&name=bnu2121d.zip Andris The GNU Binutils are a collection of binary tools. The main ones are: * ld - the GNU linker. * as - the GNU assembler. But they also include: * addr2line - Converts addresses into filenames and line numbers. * ar - A utility for creating, modifying and extracting from archives. * c++filt - Filter to demangle encoded C++ symbols. * gprof - Displays profiling information. * nlmconv - Converts object code into an NLM. * nm - Lists symbols from object files. * objcopy - Copys and translates object files. * objdump - Displays information from object files. * ranlib - Generates an index to the contents of an archive. * readelf - Displays information from any ELF format object file. * size - Lists the section sizes of an object or archive file. * strings - Lists printable strings from files. * strip - Discards symbols. * windres - A compiler for Windows resource files.