Date: Wed, 3 Jan 2001 16:31:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: djgpp-workers AT delorie DOT com Subject: Re: config/mh-djgpp in Cygnus tree In-Reply-To: <3A531D93.B5FA0288@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 3 Jan 2001, Laurynas Biveinis wrote: > c:/djgpp/bin/ld.exe: cc1.exe: warning: .text: line number overflow: > 0x21354 > 0xffff Perhaps that's the reason that GCC cannot be debugged: the overflow is too large, more than twice the 64K limit. In GDB, the overflow is much lower, something like 0x12000, and since the last module is gnu-regexp.c, which is very large and which no one needs to debug, all the lost line info belongs to it, and never gets in the way.