2013/9/17 Zbigniew Bodek :
> Can you test this one:
> http://people.freebsd.org/~zbb/arm/other/stdatomic_fix_vol2.diff
Works. Thanks!
--
Ed Schouten
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsu
2013/9/17 Zbigniew Bodek
> 2013/9/16 Ed Schouten
>
>> 2013/9/16 Zbigniew Bodek :
>> > Log:
>> > Fix GCC build error when building for ARMv6
>> >
>> > Apply theravens's idea to move __strong_reference
>> > macros into the proper ifdef section.
>> >
>> > Approved by: cognet (mentor)
>> >
2013/9/16 Ed Schouten
> 2013/9/16 Zbigniew Bodek :
> > Log:
> > Fix GCC build error when building for ARMv6
> >
> > Apply theravens's idea to move __strong_reference
> > macros into the proper ifdef section.
> >
> > Approved by: cognet (mentor)
> > Approved by: re
> >
> > Modified:
>
2013/9/16 Zbigniew Bodek :
> Log:
> Fix GCC build error when building for ARMv6
>
> Apply theravens's idea to move __strong_reference
> macros into the proper ifdef section.
>
> Approved by: cognet (mentor)
> Approved by: re
>
> Modified:
> head/sys/arm/arm/stdatomic.c
For some reaso
Author: zbb
Date: Mon Sep 16 10:46:58 2013
New Revision: 255613
URL: http://svnweb.freebsd.org/changeset/base/255613
Log:
Fix GCC build error when building for ARMv6
Apply theravens's idea to move __strong_reference
macros into the proper ifdef section.
Approved by: cognet (mentor)