Richard Henderson wrote:
> Ok except,
>
>> +static inline void
>> +atomic_read_barrier (void)
>> +{
>> + __sync_synchronize ();
>> +}
>> +
>> +static inline void
>> +atomic_write_barrier (void)
>> +{
>> + __sync_synchronize ();
>> +}
>
> We no longer use these since the library has been convert
On 12/16/2011 03:05 PM, Kaz Kojima wrote:
> * configure.tgt: Add sh* case.
> * config/sh/target.h: New file.
> * config/sh/sjlj.S: New file.
> * config/linux/sh/futex_bits.h: New file.
Ok except,
> +static inline void
> +atomic_read_barrier (void)
> +{
> + __sync_synchron