X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: pavenis AT lanet DOT lv To: Laszlo Molnar , djgpp-workers AT delorie DOT com Date: Tue, 29 Jan 2002 18:15:55 +0200 MIME-Version: 1.0 Subject: Re: gcc-3.0.X Message-ID: <3C56E6DB.14587.1ADDAC7@localhost> In-reply-to: <20020129171029.Q565@libra.eth.ericsson.se> References: <3C56E298 DOT 5356 DOT 19D34E8 AT localhost>; from pavenis AT lanet DOT lv on Tue, Jan 29, 2002 at 05:57:44PM +0200 X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body 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 Precedence: bulk On 29 Jan 2002 at 17:10, Laszlo Molnar wrote: > On Tue, Jan 29, 2002 at 05:57:44PM +0200, pavenis AT lanet DOT lv wrote: > > C++ exceptions breakage with -gdwarf-2. Maybe somebody could > > Do you remember that some years ago we solved a similar problem with > gcc's new exception handling (when it switched to the dwarf2 unwinder)? > Maybe something similar happened again. IIRC, at that time the problem > was that the eh_* sections were handled as text sections instead of > data (and they used 0x90 bytes as alignment instead of 0x00). I remember. Only thing I see now is minor differences in contents of eh_* sections (some bits changed). Maybe it's worth to try to change them back in assembler source to see what happens. Or maybe to look for similar differences under Linux. Andris