* include/grub/libgcc.h: Remove ctzsi2 and ctzdi2. They're no longer pulled from libgcc.
This commit is contained in:
parent
8063ce197f
commit
6f6d4aa02c
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue