]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-08-08 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Sat, 8 Aug 2009 05:58:23 +0000 (05:58 +0000)
committerproski <proski@localhost>
Sat, 8 Aug 2009 05:58:23 +0000 (05:58 +0000)
* include/grub/powerpc/libgcc.h: Export __ashrdi3() if
available, xfs.mod needs it now.

ChangeLog
include/grub/powerpc/libgcc.h

index 3b252ee6b16cb0c401ac52695772817adef9fd1b..202e76b80c789a0e20d610f7c32322b239654243 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index bed9377673caa2a6237ec84eb2ffbcce6e4ae156..ea4b073a048eab8e8d44f04fe09c4c90f6576d50 100644 (file)
@@ -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));