X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Andris Pavenis To: djgpp-workers AT delorie DOT com Subject: Re: Patches to build GDB 6.3 Date: Tue, 7 Dec 2004 18:01:32 +0200 User-Agent: KMail/1.7.1 References: <01c4c987$Blat.v2.2.2$52b9e920 AT zahav DOT net DOT il> <200412070924 DOT 41262 DOT pavenis AT latnet DOT lv> <200412071541 DOT iB7FfwvH001233 AT envy DOT delorie DOT com> In-Reply-To: <200412071541.iB7FfwvH001233@envy.delorie.com> Cc: dj AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412071801.32752.pavenis@latnet.lv> X-Virus-Scanned: by amavisd-new at fgi.fi Reply-To: djgpp-workers AT delorie DOT com On Tuesday 07 December 2004 17:41, DJ Delorie wrote: > > So the question is what to do? > > What is the patch you need? It's not in official sources. All DWARF2 related stuff is only on our own changes. For last tests I defined #define DBX_REGISTER_REGNUM(n) svr4_dbx_register_map[n] and removed definition of DWARF_FRAME _REGNUM so it's defaults to DBX_REGISTER_REGNUM(n). The latest was one which introduced incompatibility with GDB. The problem is that removing this definition makes object files incompatible with ones generated earlier. Of course more tests perhaps are needed: I also should rebuild libraries which I used (glib-2.5.X, libxml-2.6.1X, glibmm-2.5.1, libxml++-2.8.0, etc) with updated version of GCC before I can test more on my own applications. Andris