2009-08-08 Pavel Roskin <proski@gnu.org>
* include/grub/powerpc/libgcc.h: Export __ashrdi3() if available, xfs.mod needs it now.
This commit is contained in:
parent
2f5cb8278a
commit
b5f16cc4cf
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-08-08 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* include/grub/powerpc/libgcc.h: Export __ashrdi3() if
|
||||
available, xfs.mod needs it now.
|
||||
|
||||
* util/grub-mkconfig_lib.in (version_test_numeric): Don't use
|
||||
the "g" modifier in sed when the intention is to strip something
|
||||
once. This fixes comparison of kernels with multiple dashes.
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
void EXPORT_FUNC (memset) (void) __attribute__ ((weak));
|
||||
void EXPORT_FUNC (__ashldi3) (void) __attribute__ ((weak));
|
||||
void EXPORT_FUNC (__ashrdi3) (void) __attribute__ ((weak));
|
||||
void EXPORT_FUNC (__lshrdi3) (void) __attribute__ ((weak));
|
||||
void EXPORT_FUNC (__trampoline_setup) (void) __attribute__ ((weak));
|
||||
void EXPORT_FUNC (__ucmpdi2) (void) __attribute__ ((weak));
|
||||
|
|
Loading…
Reference in a new issue