Blame SOURCES/0074-include-grub-libgcc.h-Remove-ctzsi2-and-ctzdi2.-They.patch

d41074
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
a85e8e
From: Vladimir Serbinenko <phcoder@gmail.com>
a85e8e
Date: Fri, 4 Apr 2014 08:02:38 +0200
d41074
Subject: [PATCH] * include/grub/libgcc.h: Remove ctzsi2 and ctzdi2. They're no
d41074
 longer pulled from libgcc.
a85e8e
a85e8e
---
a85e8e
 include/grub/libgcc.h | 7 -------
d41074
 ChangeLog             | 5 +++++
a85e8e
 2 files changed, 5 insertions(+), 7 deletions(-)
a85e8e
a85e8e
diff --git a/include/grub/libgcc.h b/include/grub/libgcc.h
d41074
index fdc6611a04c..97233d79e4c 100644
a85e8e
--- a/include/grub/libgcc.h
a85e8e
+++ b/include/grub/libgcc.h
a85e8e
@@ -42,13 +42,6 @@ void EXPORT_FUNC (__bswapsi2) (void);
a85e8e
 # ifdef HAVE___BSWAPDI2
a85e8e
 void EXPORT_FUNC (__bswapdi2) (void);
a85e8e
 # endif
a85e8e
-# ifdef HAVE___CTZDI2
a85e8e
-void EXPORT_FUNC (__ctzdi2) (void);
a85e8e
-# endif
a85e8e
-# ifdef HAVE___CTZSI2
a85e8e
-void EXPORT_FUNC (__ctzsi2) (void);
a85e8e
-# endif
a85e8e
-#endif
a85e8e
 
a85e8e
 #ifdef HAVE__RESTGPR_14_X
a85e8e
 void EXPORT_FUNC (_restgpr_14_x) (void);
d41074
diff --git a/ChangeLog b/ChangeLog
d41074
index f18cdba90ce..90e41bdadb3 100644
d41074
--- a/ChangeLog
d41074
+++ b/ChangeLog
d41074
@@ -1,3 +1,8 @@
d41074
+2014-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
d41074
+
d41074
+	* include/grub/libgcc.h: Remove ctzsi2 and ctzdi2. They're no longer
d41074
+	pulled from libgcc.
d41074
+
d41074
 2014-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
d41074
 
d41074
 	Replace few instances of memcmp/memcpy in the code that should be