aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog85
1 files changed, 85 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index f6b05bb7e51..dd1e27e24dc 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,88 @@
+2005-05-03 Release Manager
+
+ * GCC 3.3.6 Released.
+
+2004-09-30 Release Manager
+
+ * GCC 3.3.5 Released.
+
+2004-05-31 Release Manager
+
+ * GCC 3.3.4 Released.
+
+2004-03-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ PR bootstrap/14348
+ Backport
+ 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.
+
+2004-02-14 Release Manager
+
+ * GCC 3.3.3 Released.
+
+2003-11-12 Daniel Jacobowitz <drow@mvista.com>
+
+ Backport from mainline:
+ 2003-02-20 Daniel Jacobowitz <drow@mvista.com>
+ * libiberty.h (lrealpath): Add declaration.
+
+2003-10-16 Release Manager
+
+ * GCC 3.3.2 Released.
+
+2003-08-04 Release Manager
+
+ * GCC 3.3.1 Released.
+
+2003-08-04 Release Manager
+
+ * GCC 3.3.1 Released.
+
+2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ * demangle.h: Support C++.
+
+2003-05-13 Release Manager
+
+ * GCC 3.3 Released.
+
+2003-05-13 Release Manager
+
+ * GCC 3.3 Released.
+
+2003-05-13 Release Manager
+
+ * GCC 3.3 Released.
+
+2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF,
+ ATTRIBUTE_NULL_PRINTF_1, ATTRIBUTE_NULL_PRINTF_2,
+ ATTRIBUTE_NULL_PRINTF_3, ATTRIBUTE_NULL_PRINTF_4,
+ ATTRIBUTE_NULL_PRINTF_5): New.
+ (ATTRIBUTE_PRINTF): Add ATTRIBUTE_NONNULL.
+
+2003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * libiberty.h: Document return value of physmem routines.
+
+2003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * libiberty.h (physmem_total, physmem_available): Prototype.
+
2002-11-23 Simon Burge <simonb@wasabisystems.com>
* libiberty.h (basename): Add NetBSD to the list.