diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-11-12 21:35:46 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-11-12 21:35:46 +0000 |
commit | 7e5cb4d6c841b23b2988a7d258cc643b97eb6cec (patch) | |
tree | 7f3d326b8ade23a1bd72a9668461ef85e61bae50 /libstdc++-v3/ChangeLog | |
parent | 9f5adf91c78f7a560ae0ac68a35f8526bed2c08b (diff) | |
download | gcc-7e5cb4d6c841b23b2988a7d258cc643b97eb6cec.tar.gz |
PR target/27880
* config/unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from
link test to target based test.
* libstdc++/v3/configure.ac: Move call to GCC_CHECK_UNWIND_GETIPINFO.
* libstdc++/v3/configure: Regenerate.
* libjava/configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141804 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c089507e56f..52b121add77 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2008-11-12 Steve Ellcey <sje@cup.hp.com> + + * configure.ac: Move call to GCC_CHECK_UNWIND_GETIPINFO. + * configure: Regenerate to get new GCC_CHECK_UNWIND_GETIPINFO. + 2008-11-12 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/37986 (cont) |