]> 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>
Wed, 2 Jan 2013 08:48:06 +0000 (12:48 +0400)
commitc8c8cb0bce47c5ecebb4a4b6932820e0fd04cdcc
treeabc59da4235250b1b17b0fc2d01cdd465f6483f1
parentb08c9bff9da4647b63918402cfedeb7fe0e6013d
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