Date: Wed, 19 Jan 94 16:30:57 -0500 From: DJ Delorie To: ghgreene AT nyx10 DOT cs DOT du DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: bin executables > Is there documentation on the executables under bin? I'm thinking > specifically of objcopy, dtou, makedoc, and symify. objcopy is part of binutils, so look there in info. dtou/utod - convert text files from dos to unix and back. Just give file names on the command line. makedoc - part of texinfo, so look there in info. symify - just give name of executable on command line and it fills screen's stack dumps with symbolic information.