This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add TF support for OpenBSD/i386 and OpenBSD/amd64


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  <kettenis@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  <kettenis@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]