On Sun, 7 Oct 2012, Mark Kettenis wrote: > Adds the necessary support bits to libgcc. All other mainstream > i386/amd64 targets already have this. > > Tested on i386-unknown-openbsd5.2 and x86_64-unknown-openbsd5.2. > Fixes a couple of testcases. > > > libgcc/: > > 2012-10-06 Mark Kettenis <kette...@openbsd.org> > > * config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*): > Add to list of i[34567]86-*-* and x86_64-*-* soft-fp targets. > > gcc/: > > 2012-10-06 Mark Kettenis <kette...@openbsd.org> > > * config/i386/openbsdelf.h (LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT) > (TF_SIZE): Define.
I realized this somehow got stalled and since it only affects OpenBSD and you tested it there, I went ahead and did a build on x86_64-suse-linux to make sure there is not negative effect there and committed this. Gerald