[parrot/parrot] ff9b71: [config] Fix cpu config values for gcc_cmpxchg #11...
GitHub
noreply at github.com
Wed Jan 21 12:04:41 UTC 2015
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: ff9b71b24aea6b8f797c71dbb7c09fac7dec0544
https://github.com/parrot/parrot/commit/ff9b71b24aea6b8f797c71dbb7c09fac7dec0544
Author: Reini Urban <rurban at cpanel.net>
Date: 2015-01-21 (Wed, 21 Jan 2015)
Changed paths:
M ChangeLog
M config/auto/cpu/amd64/auto.pm
M config/auto/cpu/i386/auto.pm
M config/gen/makefiles/root.in
M src/atomic/gcc_x86.c
Log Message:
-----------
[config] Fix cpu config values for gcc_cmpxchg #1173
On amd64 atomic/gcc_x86.o is now included.
The HAS_\U${platform}_$feature config hash entries are now harmonized.
Commit: e1553593d027e65166dab860188063eaaf69b72c
https://github.com/parrot/parrot/commit/e1553593d027e65166dab860188063eaaf69b72c
Author: Reini Urban <rurban at cpanel.net>
Date: 2015-01-21 (Wed, 21 Jan 2015)
Changed paths:
M ChangeLog
M config/auto/cpu/ppc/auto.pm
M config/auto/cpu/sun4/auto.pm
Log Message:
-----------
[config] harmonize ppc and sparc cpu config entries also
Removed the old all-lowercase $platform_has_$feature keys.
Use the key HAS_$platform_$feature instead.
Closes GH #1173
Commit: d24432b8012b0400ccf149bb204e0da0a5d84ee0
https://github.com/parrot/parrot/commit/d24432b8012b0400ccf149bb204e0da0a5d84ee0
Author: Reini Urban <rurban at cpanel.net>
Date: 2015-01-21 (Wed, 21 Jan 2015)
Changed paths:
M config/auto/arch.pm
M config/auto/cpu/i386/test_gcc_cmpxchg_c.in
Log Message:
-----------
[config] fix cmpxchg probe and darwin i386 detection
on gcc-style asm we know we can use stdint.h, which we need
to check for 64bit.
on darwin --m=32 we need to use cpuarch i386, not amd64.
Fixes GH #1173
Commit: 26643df86ef3dd096ee5cd61e0af78674c47b94b
https://github.com/parrot/parrot/commit/26643df86ef3dd096ee5cd61e0af78674c47b94b
Author: Reini Urban <rurban at cpanel.net>
Date: 2015-01-21 (Wed, 21 Jan 2015)
Changed paths:
M ChangeLog
Log Message:
-----------
ChangeLog: for smoke-me/gcc_cmpxchg-gh1173
Commit: ccb38a5b01d9a4ae80e862e1d7ba9346b06c35b8
https://github.com/parrot/parrot/commit/ccb38a5b01d9a4ae80e862e1d7ba9346b06c35b8
Author: Reini Urban <rurban at cpanel.net>
Date: 2015-01-21 (Wed, 21 Jan 2015)
Changed paths:
M ChangeLog
M config/auto/arch.pm
M config/auto/cpu/amd64/auto.pm
M config/auto/cpu/i386/auto.pm
M config/auto/cpu/i386/test_gcc_cmpxchg_c.in
M config/auto/cpu/ppc/auto.pm
M config/auto/cpu/sun4/auto.pm
M config/gen/makefiles/root.in
M src/atomic/gcc_x86.c
Log Message:
-----------
Merge branch 'smoke-me/gcc_cmpxchg-gh1173'
Tested ok on all intel combinations
Compare: https://github.com/parrot/parrot/compare/e5c6eaf447bf...ccb38a5b01d9
More information about the parrot-commits
mailing list