From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC bugs Date: 20 Jan 2000 15:32:49 GMT Organization: MTU-Intel ISP Lines: 34 Message-ID: <01bf6359$2df17020$LocalHost@alex> References: <01bf611a$9c6e9500$LocalHost AT alex> <3883BCC2 DOT 2CC1DCD9 AT a DOT crl DOT com> <01bf61c3$70f0a7c0$LocalHost AT alex> <01bf627f$0b8075c0$LocalHost AT alex> <20ya9li3gm DOT fsf AT Sky DOT inp DOT nsk DOT su> NNTP-Posting-Host: dial57169.mtu-net.ru X-Trace: gavrilo.mtu.ru 948382369 17512 195.34.57.169 (20 Jan 2000 15:32:49 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 20 Jan 2000 15:32:49 GMT X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com WOW! I've got it! But why output is casesensitive to input file extension??? Please explain me this thingy. Alexei A. Frounze -- P.S. In order to reply via e-mail, remove the "n-o-s-p-a-m." substring out of the e-mail address. Michael Bukin записано в статью <20ya9li3gm DOT fsf AT Sky DOT inp DOT nsk DOT su>... > "Alexei A. Frounze" writes: > > > But I run command line and batch file in the same(!) directory. Futhermore, > > there are no any DJGPP scripts and such things in this directory. And I > > don't change anything, I just run GCC first way then second way. > > Try the following commands from command line and watch the magic of > appearing and disappearing .eh_frame: > > bash% gcc -c test.c > bash% gcc -c test.C > > Second command tells gcc to use C++ for compilation and it adds this > section for some reason (I guess "eh" means "exception handler"). > > -- > Michael Bukin >