Date: Mon, 28 Jun 93 09:57:38 EDT From: DJ Delorie To: peprbv AT cfa0 DOT harvard DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: ld documentation > Date: Sun, 27 Jun 93 22:23:24 EDT > From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) > DJ-Mail-Sort: djgpp@, djgpp > The closest thing I've found to ld documentation in the djgpp 1.10 files is a > comment in binutils.tex that ld is documented in a separate file. I also > could not find docs at prep.ai.mit.edu, but maybe they are hidden in a large > archive. (All I really want to know is how to get a linker map so that I can > have some hope of debuging a program which crashes before it starts under > DPMI, where debug32 is not available.) Use "nm" to get a link map of an executable: "nm program > program.map". 1.11 will have the ld documentation, it is also in bnu22sr.tgz.