From mint-bounce@lists.fishpool.fi Thu Jun 17 11:53:49 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=UHZLsMLDNnCF+6G5KEvbu6QkbTVJza9yISwMTZonoLU=; b=cmctct8OB1X3ttwRDVqARfP7/+BoX/Icl3NtNuPNJIyTaoxweNxeAu8EWpYztDqb9P JLYoLNPC28cYwgywn3Zg8TLwdAMa5OunAdYFCj+vxyH8xknADCAOAZvZxn4GIpqKFpaS lPc1JNyX4C4vgPj+yyV8pIkudH2wxFE+lnkVI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=q2ayGOte0fCm6HIeMJI7oSNlgzaG4ku5lXgyAYuB1vC5lOLuhIa4wWewhBufdFeYFz OGwxIs2Q9t3JHL7DllEXcsZmBga1V2yMgqb0tFtar3C7y2fU/qj9tB1+g23W/jFqVSLo XK6wrE9sh+Zo9Gj/VfKj6PcMshkj3aw+0A4/A= Message-ID: <4C1A4426.6000609@freesbee.fr> Date: Thu, 17 Jun 2010 17:49:58 +0200 From: =?UTF-8?B?VmluY2VudCBSaXZpw6hyZQ==?= User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] incoming References: <0031f166.01b8d262cda6@smtp.freeola.net> <4C1A289E.4060501@freesbee.fr> <4C1A2F3E.8080509@freesbee.fr> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Andreas Schwab wrote: > What is DWARF? > > DWARF is a debugging format used to describe programs in C and other > similar programming languages. It is most widely associated with the > ELF object format but it has been used with other object file > formats. Is it possible to use DWARF debug information in a.out executables like our MiNT file format ? The biggest issue is that a.out objects or executables can't embed custom sections. -- Vincent Rivière