From c5e8ac95bc766fd42f43037f850880bb09c965b4 Mon Sep 17 00:00:00 2001
From: zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Thu, 5 Jan 2006 00:53:41 +0000
Subject: [PATCH] fixed missing changelog entry for r109153

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109370 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog-2005 | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gcc/ChangeLog-2005 b/gcc/ChangeLog-2005
index c5604c4ba733..78c97092827f 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
-- 
GitLab