[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread joel.sherrill at oarcorp dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442

--- Comment #9 from joel.sherrill at oarcorp dot com 2011-01-25 20:34:03 UTC ---
On 01/25/2011 02:06 PM, sch...@linux-m68k.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442
>
> --- Comment #8 from Andreas Schwab  2011-01-25 
> 20:05:54 UTC ---
>> +#ifdef __rtems__
>> +void rtems_cache_flush_multiple_data_lines( const void *, size_t );
>> +#else
> Include the header that declares it.
>
It isn't available when this library is built.

OK on the other suggestions.
>> +cmp.l   #0, %a1
>  cmp.w#0, %a1
>
>> +move.l  %d0,(%a1)
>> +move.l  %d1,4(%a1)
>  move.l%d0,(%a1)+
>  move.l%d1,(%a1)
>
>> +move.l  %d0,(%a1)
>> +move.l  %d1,4(%a1)
>> +move.l  %d2,8(%a1)
>  move.l%d0,(%a1)+
>  move.l%d1,(%a1)+
>  move.l%d2,(%a1)
>
>> +move.l  (%a0),%d0
>> +move.l  4(%a0),%d1
>  move.l(%a0)+,%d0
>  move.l(%a0),%d1
>
>> +move.l  (%a0),%d0
>> +move.l  4(%a0),%d1
>> +move.l  8(%a0),%d2
>  move.l(%a0)+,%d0
>  move.l(%a0)+,%d1
>  move.l(%a0),%d2
>


[Bug libgcc/66032] RTEMS MIPS build fails on FreeBSD

2017-09-09 Thread joel.sherrill at oarcorp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66032

--- Comment #8 from joel.sherrill at oarcorp dot com ---
Yes. I think they are exactly the same.

--joel
On Sep 9, 2017, at 5:50 PM, chrisj at rtems dot org
mailto:gcc-bugzi...@gcc.gnu.org>> wrote:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66032

--- Comment #7 from Chris Johns  ---
Is this bug the same as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62097

As that bug states this issue is present on darwin and the patch I posted fixes
the issues on that host.