X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.os.msdos.djgpp Subject: Re: s_nlnno - number of line number entries in a section and its use by DJGPP Date: Thu, 26 Jan 2012 00:29:16 +0100 Lines: 6 Message-ID: <9obhidFl0uU1@mid.dfncis.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de HqfyMyhbES2PKXCG5WYT6g5CQ6Du2mkVURKpQNNc27BYmVLOisI3+nkFjL Cancel-Lock: sha1:qaPaKmPh+/Mcyyfu/LNtF9r3c80= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: Bytes: 1282 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 On 25.01.2012 23:27, Juan Manuel Guerrero wrote: > This gives the impression to me that DJGPP does not > use s_nlnno at all. That's because we don't use COFF debug info. We use DWARF by default. If you want to see s_nlnno being used, try running gcc with the -gcoff flag.