All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] ls on PPC
@ 2005-02-13 15:05 Hollis Blanchard
  2005-02-13 18:40 ` Marco Gerards
  0 siblings, 1 reply; 2+ messages in thread
From: Hollis Blanchard @ 2005-02-13 15:05 UTC (permalink / raw)
  To: grub-devel

Turns out the `ls' module was omitted from PPC's module list. Once I
added it, I found it needs one more libgcc export.

-Hollis

2005-02-13  Hollis Blanchard  <hollis@penguinppc.org>

	* conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add ls.mod.
	* include/grub/powerpc/libgcc.h (__mulsf3): Add prototype.

Index: conf/powerpc-ieee1275.rmk
===================================================================
RCS file: /cvsroot/grub/grub2/conf/powerpc-ieee1275.rmk,v
retrieving revision 1.23
diff -u -p -r1.23 powerpc-ieee1275.rmk
--- conf/powerpc-ieee1275.rmk	31 Jan 2005 21:40:25 -0000	1.23
+++ conf/powerpc-ieee1275.rmk	13 Feb 2005 15:26:56 -0000
@@ -63,7 +63,7 @@ genmoddep_SOURCES = util/genmoddep.c
 
 # Modules.
 pkgdata_MODULES = _linux.mod linux.mod fat.mod ufs.mod ext2.mod minix.mod \
-	hfs.mod jfs.mod normal.mod hello.mod font.mod \
+	hfs.mod jfs.mod normal.mod hello.mod font.mod ls.mod \
 	boot.mod cmp.mod cat.mod terminal.mod fshelp.mod amiga.mod apple.mod \
 	pc.mod suspend.mod loopback.mod help.mod reboot.mod halt.mod
 
Index: include/grub/powerpc/libgcc.h
===================================================================
RCS file: /cvsroot/grub/grub2/include/grub/powerpc/libgcc.h,v
retrieving revision 1.1
diff -u -p -r1.1 libgcc.h
--- include/grub/powerpc/libgcc.h	27 Dec 2004 13:46:20 -0000	1.1
+++ include/grub/powerpc/libgcc.h	13 Feb 2005 15:26:56 -0000
@@ -30,6 +30,7 @@ void EXPORT_FUNC (__lshrdi3) (void);
 void EXPORT_FUNC (__make_dp) (void);
 void EXPORT_FUNC (__make_fp) (void);
 void EXPORT_FUNC (__muldf3) (void);
+void EXPORT_FUNC (__mulsf3) (void);
 void EXPORT_FUNC (__pack_d) (void);
 void EXPORT_FUNC (__pack_f) (void);
 void EXPORT_FUNC (__subdf3) (void);



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] ls on PPC
  2005-02-13 15:05 [patch] ls on PPC Hollis Blanchard
@ 2005-02-13 18:40 ` Marco Gerards
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Gerards @ 2005-02-13 18:40 UTC (permalink / raw)
  To: The development of GRUB 2

Hollis Blanchard <hollis@penguinppc.org> writes:

> Turns out the `ls' module was omitted from PPC's module list. Once I
> added it, I found it needs one more libgcc export.

Yeah, that's the reason why it was turned off.  Feel free to commit
this patch.

Thanks,
Marco




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-13 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-13 15:05 [patch] ls on PPC Hollis Blanchard
2005-02-13 18:40 ` Marco Gerards

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.