[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#340871: [m68k] Toolchain regression in mathinline.h (glibc)



On Sat, Feb 25, 2006 at 11:36:53PM +0000, Roger Leigh wrote:
 
> --- m68kmath/mathinline.h	2006-02-21 18:26:28.000000000 +0000
> +++ mathinline.h	2006-02-25 23:30:48.000000000 +0000
> @@ -100,7 +100,7 @@
>  /* Define a const math function.  */
>  #define __m81_defun(rettype, func, args)				      \
>    __m81_inline rettype __attribute__((__const__))			      \
> -  __m81_u(func) args
> +  __m81_u(func) args __THROW

No joy.

On Sun, Feb 26, 2006 at 12:06:17AM +0000, Roger Leigh wrote:

> Another pointer: the code in mathinline.h needs to match the
> prototypes generated by __MATHCALL in mathcalls.h (defined in
> /usr/include/math.h).
> 
> I'm not sure why there's such a mismatch.  Perhaps mathinline.h can
> reuse some of the __MATHDECL* macros to prevent the differences?

I have no idea.

I'll get around to figuring this out eventually, but I'm chasing gcc
bugs at the moment. I'd appreciate it if someone out there could figure
this thing out before then. :)

Thanks,

Stephen

-- 
Stephen R. Marenka     If life's not fun, you're not doing it right!
<stephen@marenka.net>

Attachment: signature.asc
Description: Digital signature


Reply to: