All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hollis Blanchard <hollis@penguinppc.org>
To: grub-devel@gnu.org
Subject: [patch] ls on PPC
Date: Sun, 13 Feb 2005 09:05:20 -0600	[thread overview]
Message-ID: <20050213150520.GA4004@miracle> (raw)

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);



             reply	other threads:[~2005-02-13 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-13 15:05 Hollis Blanchard [this message]
2005-02-13 18:40 ` [patch] ls on PPC Marco Gerards

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050213150520.GA4004@miracle \
    --to=hollis@penguinppc.org \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.