Re: svn commit: r255613 - head/sys/arm/arm

2013-09-17 Thread Ed Schouten
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

Re: svn commit: r255613 - head/sys/arm/arm

2013-09-17 Thread Zbigniew Bodek
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) >> >

Re: svn commit: r255613 - head/sys/arm/arm

2013-09-17 Thread 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) > > Approved by: re > > > > Modified: >

Re: svn commit: r255613 - head/sys/arm/arm

2013-09-16 Thread 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: > head/sys/arm/arm/stdatomic.c For some reaso

svn commit: r255613 - head/sys/arm/arm

2013-09-16 Thread Zbigniew Bodek
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)