www.delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-workers-bounces using -f |
Date: | Fri, 01 Feb 2002 14:35:14 +0200 |
From: | "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> |
Sender: | halo1 AT zahav DOT net DOT il |
To: | pavenis AT lanet DOT lv |
Message-Id: | <4634-Fri01Feb2002143514+0200-eliz@is.elta.co.il> |
X-Mailer: | emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 |
CC: | dj AT redhat DOT com, djgpp-workers AT delorie DOT com |
In-reply-to: | <3C5A920D.3055.AA388E@localhost> (pavenis@lanet.lv) |
Subject: | Re: gcc-3.X: -gdwarf-2 breaks C++ exceptions for DJGPP |
References: | <3C59942D DOT 3293 DOT 177886E AT localhost> (pavenis AT lanet DOT lv) <3C5A920D DOT 3055 DOT AA388E AT localhost> |
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 |
> From: pavenis AT lanet DOT lv > Date: Fri, 1 Feb 2002 13:03:09 +0200 > > There seems to be possible workaround for this problem without reverting this > change > by adding definition of DWARF_FRAME_REGNUM which is by default defined to > DBX_REGISTER_NUMBER: > > #undef DBX_REGISTER_NUMBER > #define DBX_REGISTER_NUMBER(n) \ > ((write_symbols == DWARF2_DEBUG) ? svr4_dbx_register_map[n] : > dbx_register_map[n]) > > #undef DWARF_FRAME_REGNUM > #define DWARF_FRAME_REGNUM(n) dbx_register_map[n] Will this require changes in GDB, or does it still work with GDB 5.1?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |