]> granicus.if.org Git - libatomic_ops/commit
Fix AO_XSIZE_load/store definition order in generalize-small template
authorIvan Maidanski <ivmai@mail.ru>
Wed, 2 Jan 2013 08:31:08 +0000 (12:31 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 3 Jan 2013 08:17:24 +0000 (09:17 +0100)
commit650e2e0bd86a71712c8f5919043f08a346aa8c55
treeaf83e060d60600d545a9dd31b139c2037a1d9870
parent83f81e86531e66df291a64bfddbb46c90436ca19
Fix AO_XSIZE_load/store definition order in generalize-small template

* src/atomic_ops/generalize-small.template (AO_XSIZE_load): Move
definition (which is based on AO_XSIZE_load_acquire) down to be after
AO_XSIZE_load_acquire definition.
* src/atomic_ops/generalize-small.template (AO_XSIZE_store): Move
definition (which is based on AO_XSIZE_store_release) down to be after
AO_XSIZE_store_release definition.
* src/atomic_ops/generalize-small.h : Regenerate.
src/atomic_ops/generalize-small.h
src/atomic_ops/generalize-small.template