From mint-bounce@lists.fishpool.fi Sun Dec 13 23:23:18 2009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=GWMezz1230+c26J/Z6E8RUEQ6YpIaFZRtF8OZt5FmR8=; b=Rp1uPOyVvhpXLfMyFqZrDWqnCZjkYN6CVmKbF7acImGvT15OYvL+APM0QPxyaV/2PE tn1LVtTNRLgpRu3CDQMA+jSbQM7TGOAMsW2Em6Y0zYHEMFDQy528Ni+vyb+1SzJ/fq1e pbBQZ1M0shpI1xFWapxzrdhhhT5aJW8YAa4Bw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=BdO1eZdttLrUb1D00U8WuzjzSRhVTtIX95djb6D0pbu6xw0US4lgT80IdEB36DKE7A BZjm5PDubPr5B53Uob/E1zFChqPWzr3V8It86VLJATpH6hGZwfeZwWrI2HV61oaOEcFP 6Mx/a0ZfbRbM9UYPEGMsBVPP0X7VsbYQkePvk= MIME-Version: 1.0 In-Reply-To: References: <20091210202514.b9397305.mandin.patrice@orange.fr> <11a6f2b10912110733l55d394d2l1bf7c1408e4f6f54@mail.gmail.com> <4B226796.1010200@freesbee.fr> <11a6f2b10912110857x7fb9dfcfvc7f1db5dd4fee059@mail.gmail.com> <11a6f2b10912111232v8baf75et40b4a19215306b97@mail.gmail.com> <11a6f2b10912121006m44fa9a69ke54be57bdc501e70@mail.gmail.com> Date: Mon, 14 Dec 2009 15:21:48 +1100 Message-ID: <11a6f2b10912132021u5d4265d1q1dedc02760b7f41@mail.gmail.com> Subject: Re: [MiNT] Missing clobbered register in gemlib From: Paul Wratt To: mint Content-Type: text/plain; charset=ISO-8859-1 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: paul.wratt@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: On Sun, Dec 13, 2009 at 5:29 AM, Helmut Karlowski wrote: > Am 12.12.2009, 19:06 Uhr, schrieb Paul Wratt : > > ... snip ... > >> There are probably some others also, I would be interest to see which >> ones exactly, I would like a text list of calls that I can parse >> through a script to check sources, I am interested to know.. (not just >> for XaAES) > > Do you mean something like this: > > m68k-atari-mint-nm --defined-only gemlib16.a > > ... snip ... > Yes, that will do nicely, presuming ALL functions are present.. it will be a start at least, combined with the test tool Johan has in fVDI source, I should have something soon.. Paul