From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: DJ Delorie Cc: egcs@cygnus.com Subject: Re: Wanted: ETA for working friendly template support in EGCS. Date: Wed, 03 Feb 1999 03:52:00 -0000 Message-id: In-reply-to: DJ Delorie's message of Wed, 03 Feb 1999 00:04:20 -0500 References: <3.0.6.32.19990202211508.0092cb00@pop.netaddress.com> <9120.918008699.cygnus.egcs@hurl.cygnus.com> <36B7D8D4.7A7F1028@delorie.com> X-SW-Source: 1999-02/msg00120.html >>>>> DJ Delorie writes: > Jeffrey A Law wrote: >> Working C++ is important to me. Making it work for DOS is not >> important to me. > Making it work in NT should be important, though, and both NT and DOS > use COFF format. Fixing the problem for NT will fix it for DOS > as well (plus or minus porting the changes to djgpp). But it does work in NT. PE has .linkonce, which is roughly equivalent to what we do on ELF. Does DJGPP support .linkonce? Jason From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: DJ Delorie Cc: egcs@cygnus.com Subject: Re: Wanted: ETA for working friendly template support in EGCS. Date: Sun, 28 Feb 1999 22:53:00 -0000 Message-ID: References: <3.0.6.32.19990202211508.0092cb00@pop.netaddress.com> <9120.918008699.cygnus.egcs@hurl.cygnus.com> <36B7D8D4.7A7F1028@delorie.com> X-SW-Source: 1999-02n/msg00120.html Message-ID: <19990228225300.leJPLLhgBrfIoEqNKkJHM0H55w0V--obiZ1u7aiBZ3Y@z> >>>>> DJ Delorie writes: > Jeffrey A Law wrote: >> Working C++ is important to me. Making it work for DOS is not >> important to me. > Making it work in NT should be important, though, and both NT and DOS > use COFF format. Fixing the problem for NT will fix it for DOS > as well (plus or minus porting the changes to djgpp). But it does work in NT. PE has .linkonce, which is roughly equivalent to what we do on ELF. Does DJGPP support .linkonce? Jason