From: Robert Millan <rmh@aybabtu.com>
To: "Yoshinori K. Okuji" <okuji@enbug.org>
Cc: grub-devel@gnu.org, Philipp Kern <pkern@debian.org>,
457491-forwarded@bugs.debian.org
Subject: Re: Fwd: grub2: FTBFS on powerpc (__floatundisf in ls is not defined)
Date: Tue, 25 Dec 2007 11:52:47 +0100 [thread overview]
Message-ID: <20071225105247.GB21880@thorin> (raw)
In-Reply-To: <200712251129.58555.okuji@enbug.org>
[-- Attachment #1: Type: text/plain, Size: 805 bytes --]
On Tue, Dec 25, 2007 at 11:29:58AM +0100, Yoshinori K. Okuji wrote:
> On Tuesday 25 December 2007 10:32, Robert Millan wrote:
> > Any comments on this one?
> >
> > It seems to me that the module dependency hack doesn't take into account
> > gcc internal symbols.
> >
> > Maybe skipping symbols starting with _ (or __?) would suffice ?
>
> If this is easy, I think it would be better to add symbols defined in libgcc
> into kernel-defined symbols on ppc (as well as on sparc?).
Ah, I see there's a mechanism for that already.
Philipp, I'm attaching a patch for the __floatundisf. There might be others,
though. Please, could you check and report ?
Thanks
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
[-- Attachment #2: powerpc_symbols.diff --]
[-- Type: text/x-diff, Size: 544 bytes --]
diff -ur grub2/include/grub/powerpc/libgcc.h grub2.powerpc/include/grub/powerpc/libgcc.h
--- grub2/include/grub/powerpc/libgcc.h 2007-07-22 01:32:24.000000000 +0200
+++ grub2.powerpc/include/grub/powerpc/libgcc.h 2007-12-25 11:50:33.000000000 +0100
@@ -25,6 +25,7 @@
void EXPORT_FUNC (__fixunsdfsi) (void);
void EXPORT_FUNC (__floatsidf) (void);
void EXPORT_FUNC (__floatsisf) (void);
+void EXPORT_FUNC (__floatundisf) (void);
void EXPORT_FUNC (__lshrdi3) (void);
void EXPORT_FUNC (__make_dp) (void);
void EXPORT_FUNC (__make_fp) (void);
next prev parent reply other threads:[~2007-12-25 10:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20071222194111.GA8254@durotan.0x539.de>
2007-12-25 9:32 ` Fwd: grub2: FTBFS on powerpc (__floatundisf in ls is not defined) Robert Millan
2007-12-25 10:29 ` Yoshinori K. Okuji
2007-12-25 10:52 ` Robert Millan [this message]
[not found] ` <20071225120612.GA16779@durotan.0x539.de>
2007-12-25 19:21 ` Robert Millan
2007-12-26 9:21 ` Robert Millan
2008-01-13 12:19 ` Robert Millan
2008-01-13 19:53 ` Yoshinori K. Okuji
2008-01-13 20:16 ` Robert Millan
2008-01-13 20:38 ` Yoshinori K. Okuji
2008-01-15 11:14 ` 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=20071225105247.GB21880@thorin \
--to=rmh@aybabtu.com \
--cc=457491-forwarded@bugs.debian.org \
--cc=grub-devel@gnu.org \
--cc=okuji@enbug.org \
--cc=pkern@debian.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.