aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-11-20 02:44:34 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2004-11-20 02:44:34 +0000
commit2d59754f6a83fcfb57baba3ebeefaab2a96a5e78 (patch)
treed8bed8ae1d98f89d6c74d74f364cf3e41a582625 /libiberty/ChangeLog
parentedca1aa6ec3f516f0ccd5454d871964520de58ba (diff)
downloadgcc-2d59754f6a83fcfb57baba3ebeefaab2a96a5e78.zip
gcc-2d59754f6a83fcfb57baba3ebeefaab2a96a5e78.tar.gz
gcc-2d59754f6a83fcfb57baba3ebeefaab2a96a5e78.tar.bz2
objalloc.c, [...]: Include "config.h" before "ansidecl.h" to avoid redeclaration errors with...
* objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before "ansidecl.h" to avoid redeclaration errors with native compilers. * regex.c: Protect config.h from multiple inclusion. From-SVN: r90954
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 756214a..bddcee9 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-19 Roger Sayle <roger@eyesopen.com>
+
+ * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
+ "ansidecl.h" to avoid redeclaration errors with native compilers.
+ * regex.c: Protect config.h from multiple inclusion.
+
2004-11-12 Mike Stump <mrs@apple.com>
* Makefile.in (libiberty.html): Fix html generation.