From: "Filip Sielimowicz" Newsgroups: comp.os.msdos.djgpp Subject: Re: Still a few questions about relocating COFF symbols (dynamic loading) Date: Tue, 23 Jul 2002 13:57:40 +0200 Organization: ASK NorthPark http://www.npnet.org Lines: 15 Message-ID: References: NNTP-Posting-Host: inthands2.hands.com.pl X-Trace: wulkan.npnet.org 1027425694 13265 213.195.166.210 (23 Jul 2002 12:01:34 GMT) X-Complaints-To: usenet AT npnet DOT org NNTP-Posting-Date: Tue, 23 Jul 2002 12:01:34 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > int main() > { > int foo, bar; > and I perform a objdump file.o, I don't see a _foo or a _bar in the > relocation or symbol table. Also, the size of .bss is 0. I thought Why do you expect those local variables (stored temporarily on the stack while execution) to be visible in relocation or symbol table ? -- Filip Sielimowicz http://panda.bg.univ.gda.pl/~sielim ----