This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 1/4 v3] [SH/SH4]: Add support fedisableexcept,feenableexcept, fegetexcept and feupdateenv


Andreas Schwab <schwab@linux-m68k.org> wrote:
>> 	* sysdeps/sh/sh4/fpu/bits/fenv.h (fexcept_t): Use unsigned int,
>> 	not unsigned short.
> 
> That's an ABI change, you'll have to add compat wrappers for
> fegetexceptflag and fesetexceptflag.

Good point.  Thanks!  Rewriting such _FPU_GETCW/_FPU_SETCW
pairs with int variables might be less intrusive.  I'll try
both way.

Regards,
	kaz


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