]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* include/grub/libgcc.h: Remove ctzsi2 and ctzdi2. They're no longer pulled from...
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 4 Apr 2014 06:02:38 +0000 (08:02 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 4 Apr 2014 06:02:38 +0000 (08:02 +0200)
ChangeLog
include/grub/libgcc.h

index f633fae0615cd8c2bf85d0a9f7bcde91ba8e3dcc..094fbcad2be019b3c0aa04cb8813aa2e624e7c04 100644 (file)
--- 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
index fdc6611a04c593c199dfa645776aeb92cdbc6230..97233d79e4cec333fddd04d45f6d292d9c388eff 100644 (file)
@@ -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);