]> git.ipfire.org Git - thirdparty/gcc.git/commit
random.h (random_device): Move implementation to...
authorUlrich Drepper <drepper@gcc.gnu.org>
Wed, 29 Aug 2012 22:05:41 +0000 (22:05 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Wed, 29 Aug 2012 22:05:41 +0000 (22:05 +0000)
commita8c3f4c972025591b606714ca466678501cfee8b
tree032d57d4baf87fa5a35938d91b970988ab6c90c7
parent1dd5907e5c038c3d996215835d1cc35899e0b626
random.h (random_device): Move implementation to...

* include/bits/random.h (random_device): Move implementation to...
* src/c++11/random.cc: ...here.  New file.
* config/abi/pre/gnu.ver: Add new version GLIBCXX_3.4.18.  Export
std::random_device::* symbols.
* config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Generated.
* src/c++11/Makefile.am (sources): Add random.cc.
* src/c++11/Makefile.in: Regenerated.

From-SVN: r190787
libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/include/bits/random.h
libstdc++-v3/src/c++11/Makefile.am
libstdc++-v3/src/c++11/Makefile.in
libstdc++-v3/src/c++11/random.cc [new file with mode: 0644]