aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-10-23 00:01:06 +0000
committerDJ Delorie <dj@redhat.com>2003-10-23 00:01:06 +0000
commita3f95116e3ef9677e8e8db7112f6b28827a15b1f (patch)
treeeca4df0f65f2bc5341acb1e3eefe0b7f67c68cf0 /include/ChangeLog
parent5ec9ea21a369a5e25fb0fad61535879bba153976 (diff)
downloadnewlib-a3f95116e3ef9677e8e8db7112f6b28827a15b1f.zip
newlib-a3f95116e3ef9677e8e8db7112f6b28827a15b1f.tar.gz
newlib-a3f95116e3ef9677e8e8db7112f6b28827a15b1f.tar.bz2
merge from gcc
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index d1e9a1d..cae7505 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,18 @@
+2003-10-22 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * obstack.h: Merge the following change from gnulib:
+ 2003-10-21 Paul Eggert <eggert@twinsun.com>
+ * obstack.h (obstack_1grow_fast): Properly parenthesize arg.
+ (obstack_ptr_grow_fast, obstack_int_grow_fast):
+ Don't use lvalue casts, as GCC plans to remove support for them
+ in GCC 3.5. Reported by Joseph S. Myers. This bug
+ was also present in the non-GCC version, indicating that this
+ code had always been buggy and had never been widely used.
+ (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
+ Use the fast variant of each macro, rather than copying the
+ definiens of the fast variant; that way, we'll be more likely to
+ catch future bugs in the fast variants.
+
2003-10-22 Jakub Jelinek <jakub@redhat.com>
* bfdlink.h (struct bfd_elf_version_expr): Remove match field.