* include/grub/powerpc/libgcc.h (__ucmpdi2): New export. Needed

to compile reiserfs.c on PowerPC.
This commit is contained in:
proski 2008-01-10 07:27:08 +00:00
parent 7e54fcedd9
commit 87888032b6
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-01-10 Pavel Roskin <proski@gnu.org>
* include/grub/powerpc/libgcc.h (__ucmpdi2): New export. Needed
to compile reiserfs.c on PowerPC.
2008-01-10 Robert Millan <rmh@aybabtu.com>
* kern/device.c (grub_device_iterate): Do not abort device iteration

View file

@ -38,6 +38,7 @@ void EXPORT_FUNC (__thenan_df) (void);
void EXPORT_FUNC (__thenan_sf) (void);
void EXPORT_FUNC (__trampoline_setup) (void);
void EXPORT_FUNC (__truncdfsf2) (void);
void EXPORT_FUNC (__ucmpdi2) (void);
void EXPORT_FUNC (__unpack_d) (void);
void EXPORT_FUNC (__unpack_f) (void);
void EXPORT_FUNC (__floatdisf) (void);