On Nov 22, 9:26am, c...@chuq.com (Chuck Silvers) wrote:
-- Subject: Re: CVS commit: src/lib/libc/arch/vax
| I haven't looked into that since we talked about it before.
| I thought you were going to investigate?
I am investigating, but being a gcc internals novice it is taking some time.
I
On Tue, Nov 22, 2011 at 09:26:42 -0800, Chuck Silvers wrote:
> I've seen several other problems with gcc-4.5 on vax:
[...]
> - c++ exceptions crash in the exception-handling code
This is probably port-vax/44155
-uwe
On Mon, Nov 21, 2011 at 05:49:26PM +, Christos Zoulas wrote:
> In article <2021161748.b09dd17...@cvs.netbsd.org>,
> Chuck Silvers wrote:
> >-=-=-=-=-=-
> >
> >gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffc
> >rather than 0 like gcc 4.1 did, so the sneaky assembly functions
>
In article <2021161748.b09dd17...@cvs.netbsd.org>,
Chuck Silvers wrote:
>-=-=-=-=-=-
>
>gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffc
>rather than 0 like gcc 4.1 did, so the sneaky assembly functions
>that "ret" without really returning now clobber their registers.
>adjust these