Date: Sun, 24 Nov 2002 11:01:06 -0500 Message-Id: <200211241601.gAOG16i18565@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3de07507$0$1424$272ea4a1@news.execpc.com> (NoEmailAds AT execpc DOT com) Subject: Re: Long section names with COFF? References: <3de07507$0$1424$272ea4a1 AT news DOT execpc DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > The specs at http://www.delorie.com/djgpp/doc/coff/ > discuss only 8-character section names. However, an object (.o) > file that I created from C++ code using the latest DJGPP contains > sections such as ".gnu.linkonce.d._ZTV5img_c" IIRC the eight bytes where the name would go contain four zeros and then an offset into the string table.