delorie.com/archives/browse.cgi | search |
Date: | Wed, 3 Jan 2001 16:31:00 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Laurynas Biveinis <lauras AT softhome DOT net> |
cc: | djgpp-workers AT delorie DOT com |
Subject: | Re: config/mh-djgpp in Cygnus tree |
In-Reply-To: | <3A531D93.B5FA0288@softhome.net> |
Message-ID: | <Pine.SUN.3.91.1010103162625.3654A-100000@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |