LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Meelis Roos <mroos@linux.ee>
To: Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: V4L2: __ucmpdi2 undefined on ppc
Date: Wed, 13 Dec 2006 14:11:04 +0200 (EET) [thread overview]
Message-ID: <Pine.SOC.4.61.0612131359430.10721@math.ut.ee> (raw)
MODPOST 618 modules
WARNING: "__ucmpdi2" [drivers/media/video/v4l2-common.ko] undefined!
This 32-bit ppc architecture, using gcc version 4.1.2 20061115
(prerelease) (Debian 4.1.1-21). .config below if important.
__ucmpdi2 seems to be 64-bit comparision. gcc seems to use it for switch
statements on 64-bit values.
drivers/media/video/v4l2-common.c::v4l2_norm_to_name seems to be one
such switch statement - type of id is v4l2_std_id which is 64-bit.
Should ppc have __ucmpdi2 defined in arch-specific lib? Some other
architectures seem to implement it (arm, arm26, frv, h8300).
--
Meelis Roos (mroos@linux.ee)
next reply other threads:[~2006-12-13 12:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-13 12:11 Meelis Roos [this message]
2006-12-13 12:59 ` Paweł Sikora
2006-12-13 23:41 ` Mauro Carvalho Chehab
2006-12-14 19:58 ` Kyle McMartin
2006-12-16 18:15 ` Mauro Carvalho Chehab
2006-12-17 13:29 ` David Woodhouse
[not found] ` <6a89f9d50802060639j4b3a8b7u4e4e596b010ee353@mail.gmail.com>
2008-03-02 18:48 ` Stephane Marchesin
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=Pine.SOC.4.61.0612131359430.10721@math.ut.ee \
--to=mroos@linux.ee \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: V4L2: __ucmpdi2 undefined on ppc' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).