Subject: Re: Boot code of linuxppc v. netbsd
To: Wolfgang Solfrank <ws@kurt.tools.de>
From: David Edelsohn <dje@watson.ibm.com>
List: port-powerpc
Date: 01/06/1998 12:29:01
	XCOFF basically has three sections: text, data, and bss.  It has
some internal sections like read-only data, private data, and TOC, but
these actually are encapsulated into the three standard sections.  XCOFF
definitely does not have additional ELF-like sections.

David