[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <71a0d6ff0707211233r52192d7aic98d2a307b044eca@mail.gmail.com>
Date: Sat, 21 Jul 2007 23:33:17 +0400
From: "Alexander Shishkin" <alexander.shishckin@...il.com>
To: "Robert P. J. Day" <rpjday@...dspring.com>
Cc: "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: Re: from where comes "__moddi3"?
On 7/21/07, Robert P. J. Day <rpjday@...dspring.com> wrote:
>
> again, probably displaying my abject ignorance, but i wrote a
> trivial module that tries to "var % 15", and i get:
>
> WARNING: "__moddi3" undefined!
...which comes from libgcc1 which you obviously don't want to link against.
Does (var & 0x0f) not work for you?
Regards,
--
Alex
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists