* ChangeLog: drop the entire content in favor of the Git commit log;
[platform/upstream/libatomic_ops.git] / TODO
1 TODO tasks
2 ==========
3
4 FIXME: make check (test_stack) fails on Linux/x86 with GCC v4.6.1.
5 This either a bug in our code or in GCC. In the latter case, it might worth
6 to create a work-around if possible.
7
8 Review build process: make invokes configure unnecessarily.
9 Don't create autom4te.cache (or, at least, remove it on make distclean).
10
11 Add equivalent of __sync_val_compare_and_swap. Add tests.
12
13 Review and fix warnings displayed with -Wall -Wextra.
14
15 Add atomic_ops.pc.in; adjust scripts and gitignore.