X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Tue, 29 Jan 2002 17:10:29 +0100 From: Laszlo Molnar To: djgpp-workers AT delorie DOT com Subject: Re: gcc-3.0.X Message-ID: <20020129171029.Q565@libra.eth.ericsson.se> References: <3C56D0B6 DOT 30778 DOT 157576F AT localhost> <3C56E298 DOT 5356 DOT 19D34E8 AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3C56E298.5356.19D34E8@localhost>; from pavenis@lanet.lv on Tue, Jan 29, 2002 at 05:57:44PM +0200 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 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). Just a guess, Laszlo