From: Rogier Wolff <R.E.Wolff@BitWizard.nl>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: pwc+pwcx is not illegal
Date: Thu, 2 Sep 2004 00:51:00 +0200 [thread overview]
Message-ID: <20040901225100.GA28809@bitwizard.nl> (raw)
In-Reply-To: <1093788177.27901.37.camel@localhost.localdomain>
I don't want to get into the whole discussion. However,
--------------------
int pwcx_init_decompress_Timon (int a,int b,int c, int d)
{
return pwc_init_decompress_common (a, c, d);
}
void pwcx_exit_decompress_Timon (void)
{
}
int pwcx_init_decompress_Kiara (int a,int b,int c, int d)
{
return pwc_init_decompress_common (a, c, d);
}
void pwcx_exit_decompress_Kiara (void)
{
}
--------------------
compiles with
gcc -m486 -Wall -O2 pwcx_test.c -S
into the same assembly as found in libpwcx.a ...
Roger.
--
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
**** "Linux is like a wigwam - no windows, no gates, apache inside!" ****
next prev parent reply other threads:[~2004-09-01 22:56 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-28 12:18 pwc+pwcx is not illegal Kenneth Lavrsen
2004-08-28 13:11 ` Adrian Bunk
2004-08-28 15:24 ` Kenneth Lavrsen
2004-08-29 14:02 ` Alan Cox
2004-09-01 22:51 ` Rogier Wolff [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-08-28 8:15 Gabucino
2004-08-28 10:30 ` Vojtech Pavlik
2004-08-27 19:18 Albert Cahalan
2004-08-27 19:29 ` Linus Torvalds
2004-08-27 20:06 ` Kenneth Lavrsen
2004-08-27 20:21 ` Linus Torvalds
2004-08-27 20:24 ` David S. Miller
2004-08-27 20:26 ` Paul Jakma
2004-08-30 17:41 ` Brian Litzinger
2004-08-27 20:38 ` David Ford
2004-08-27 20:57 ` Albert Cahalan
2004-08-27 21:04 ` Greg KH
2004-08-27 21:09 ` Linus Torvalds
2004-08-29 14:00 ` Alan Cox
2004-08-29 16:33 ` Nemosoft Unv.
2004-08-29 15:42 ` Alan Cox
2004-08-29 17:16 ` Norbert van Nobelen
2004-08-27 19:34 ` Paulo Marques
2004-08-27 21:34 ` Albert Cahalan
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=20040901225100.GA28809@bitwizard.nl \
--to=r.e.wolff@bitwizard.nl \
--cc=linux-kernel@vger.kernel.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.