aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJoe Seymour <jseymour@codesourcery.com>2012-10-06 08:39:13 +0000
committerPaolo Carlini <paolo.carlini@oracle.com>2012-10-06 08:39:13 +0000
commit851d00de5316475f2233c032e27ebbcf715168f1 (patch)
tree7c9086ebebaa9400df976756c291c06aee6aea64 /libstdc++-v3
parenta0feda84e1cbc63e29678d8ec89fca7d8dd821e6 (diff)
2012-10-06 Joe Seymour <jseymour@codesourcery.com>
* include/tr2/dynamic_bitset: Fix cxxabi_forced.h include path. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@192154 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/tr2/dynamic_bitset4
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c651247fb35..2dee02e817d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-06 Joe Seymour <jseymour@codesourcery.com>
+
+ * include/tr2/dynamic_bitset: Fix cxxabi_forced.h include path.
+
2012-10-05 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/28_regex/algorithms/match: Rename to...
diff --git a/libstdc++-v3/include/tr2/dynamic_bitset b/libstdc++-v3/include/tr2/dynamic_bitset
index 5ca56470bd2..53b696f0ebd 100644
--- a/libstdc++-v3/include/tr2/dynamic_bitset
+++ b/libstdc++-v3/include/tr2/dynamic_bitset
@@ -1,6 +1,6 @@
// TR2 <dynamic_bitset> -*- C++ -*-
-// Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+// Copyright (C) 2009-2012 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -39,7 +39,7 @@
#include <bits/functexcept.h> // For invalid_argument, out_of_range,
// overflow_error
#include <iosfwd>
-#include <cxxabi_forced.h>
+#include <bits/cxxabi_forced.h>
namespace std _GLIBCXX_VISIBILITY(default)
{