From mboxrd@z Thu Jan 1 00:00:00 1970 From: DJ Delorie To: ian@zembu.com Cc: snowball3@bigfoot.com, binutils@sourceware.cygnus.com Subject: Re: .gnu.linkonce COFF support Date: Wed, 14 Jul 1999 04:32:00 -0000 Message-id: <199907141132.HAA22001@indy.delorie.com> References: <19990714021852.9180.qmail@daffy.airs.com> X-SW-Source: 1999-q3/msg00199.html > The long section name support is different and unrelated. As far as I > know, the binutils support long section names as they are used and > generated by the Microsoft tools. There are two ways of implementing long section names in COFF: the gnu way, and the PE way. We got that wrong too. The GNU way is to store the name in the string table. The PE way is to use multiple auxents. As far as *using* long section names for various features, that's OK with me, except for the COMDAT thing. Not, of course, that I care about what MS's format says, since djgpp is independent of PE, but I'd hate to see us do the work twice if we can do it once for both platforms.