aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@wasabisystems.com>2004-02-24 02:32:50 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2004-02-24 02:32:50 +0000
commit8ad1c80ea8014f15b5d5101de011bc40bec661e7 (patch)
tree7aedc23adf4738c6653017bf6e14f3705090d94f /libiberty/ChangeLog
parent795b4c374c210e33714bad66c68cfdfd3a0bdd81 (diff)
downloadgcc-8ad1c80ea8014f15b5d5101de011bc40bec661e7.zip
gcc-8ad1c80ea8014f15b5d5101de011bc40bec661e7.tar.gz
gcc-8ad1c80ea8014f15b5d5101de011bc40bec661e7.tar.bz2
dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and the associated #define of...
* dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and the associated #define of RETURN_ON_ALLOCATION_FAILURE. From-SVN: r78347
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 08b7d5b..586fa1f 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
+
+ * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
+ the associated #define of RETURN_ON_ALLOCATION_FAILURE.
+
2004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
* regex.c: Include <ansidecl.h>.