diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0ce60d399c0d..15e94051159a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-02 Brad Spencer -g -O0
flag will
disable inlining, so that stepping through all functions, including
inlined constructors and destructors, is possible. In addition,
- -fno-eliminate-unused-debug-types
can be used when
+
-fno-eliminate-unused-debug-types
can be used when
additional debug information, such as nested class info, is desired.
If you would like debug symbols in libstdc++, there are two ways to build libstdc++ with debug flags. The first is to run make from the toplevel in a freshly-configured tree with +
--enable-libstdcxx-debug@@ -150,6 +151,7 @@ mode or with debug mode. The following table provides the names and headers of the debugging containers: +