X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Sun, 29 May 2011 21:07:42 +0300 From: Eli Zaretskii Subject: Re: Re. ANNOUNCE: DJGPP port of GNU Emacs 23.3 uploaded In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <838vtpgz2p.fsf@gnu.org> References: <201105281650 DOT 25759 DOT juan DOT guerrero AT gmx DOT de> 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 > From: Martin Str|mberg > Date: Sun, 29 May 2011 15:40:34 +0000 (UTC) > > > c:/djgpp-2.03/bin/ld.exe: temacs: warning: .text: line number overflow: 0x1677d > 0xffff > > Eli, you did see this overflow, right? Yes, of course. I see it every time I build Emacs. But it cannot explain the crashes. This means that the number of source lines with debug info overflowed the COFF 64K limit, and so some source lines will be unknown to GDB. But it doesn't have any effect on the code that is generated.