On Sun, Mar 01, 2026 at 07:50:08AM +0000, Tamar Christina wrote:
> 
> Do we actually need the setjiump/longjump fragment? As far as I'm aware
> 64-bit mingw only uses SEH and SJLJ is there only for compatibility with 
> 32-bit
> systems.  So it seems unlikely we'd ever support it.
> 

> > >   * config/aarch64/t-seh-eh: New file.

> > > + if test x$ac_cv_sjlj_exceptions = xyes; then
> > > +         tmake_eh_file="aarch64/t-sjlj-eh"
> > > + else
> > > +         tmake_eh_file="aarch64/t-seh-eh"
> > > + fi
> > > + tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_thr_file}"
> > >           tmake_file="${tmake_file} t-dfprules"

It looks like i386/t-seh-eh should be enough.
i386/t-seh-eh is supposed to be relocated to config/mingw in the SEH
implementation, however it makes sense to make it already in this patch.

tmake_file="${tmake_file} mingw/t-seh-eh ${tmake_thr_file}"

Regards,
Evgeny

Reply via email to