summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog-2005
diff options
context:
space:
mode:
authorKenneth Zadeck <zadeck@gcc.gnu.org>2006-01-05 00:53:41 +0000
committerKenneth Zadeck <zadeck@gcc.gnu.org>2006-01-05 00:53:41 +0000
commitcc78827541bdb2a56fe2be29cd449be55fdb51de (patch)
tree92ede6f634a50997068788f27bb82f9e3f49daa6 /gcc/ChangeLog-2005
parent47992a4ad3c52d53813615faa04b75bd77366de7 (diff)
fixed missing changelog entry for r109153
From-SVN: r109370
Diffstat (limited to 'gcc/ChangeLog-2005')
-rw-r--r--gcc/ChangeLog-200513
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog-2005 b/gcc/ChangeLog-2005
index c5604c4ba73..78c97092827 100644
--- a/gcc/ChangeLog-2005
+++ b/gcc/ChangeLog-2005
@@ -116,6 +116,19 @@
* pa.md: Remove REG_POINTER check from REG+REG peephole2 floating-point
store patterns.
+2005-12-29 Kenneth Zadeck <zadeck@naturalbridge.com>
+
+ * bitmap.c (bitmap_element_free, bitmap_element_link,
+ bitmap_elt_insert_after, bitmap_and, bitmap_and_compl,
+ bitmap_and_compl, bitmap_ior, bitmap_ior_into, bitmap_xor,
+ bitmap_xor_into): Added code to properly maintain the variants
+ associated with the CURRENT and HEAD fields.
+ (bitmap_popcount, bitmap_clear_range, bitmap_compl_and_into): New
+ functions.
+ * bitmap.h: Added defs for bitmap_popcount, bitmap_clear_range,
+ and bitmap_compl_and_into.
+
+
2005-12-29 Mike Stump <mrs@apple.com>
* doc/invoke.texi (Objective-C and Objective-C++ Dialect Options