You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1.3 KiB

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