mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-17 20:02:19 +00:00
* include/grub/powerpc/libgcc.h (__ucmpdi2): New export. Needed
to compile reiserfs.c on PowerPC.
This commit is contained in:
parent
7e54fcedd9
commit
87888032b6
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user