Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: source-changes
Date: 02/01/2000 11:29:33
Module Name: gnusrc
Committed By: kristerw
Date: Tue Feb 1 19:29:33 UTC 2000
Modified Files:
gnusrc/gnu/dist/gcc/config/i386: i386.md
Log Message:
C++ exceptions doesn't work in i386 shared libs when using sjlj exceptions
(as a.out does per default.) This is because the compiler forgets to
restore the PIC register after a builtin_setjmp (i.e. when catching an
exception.) This fix is taken from the gcc 2.95 branch.
Fixes PR#9110.
To generate a diff of this commit:
cvs rdiff -r1.1.1.3 -r1.2 gnusrc/gnu/dist/gcc/config/i386/i386.md
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.