This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Add -mno-library-call to ia32


* H . J . Lu (hjl@valinux.com) [20000617 23:11]:

> I had non inlined memcpy and memset for ia32 in my kernel.

Oooops. Memcpy I did encounter but not memset. Which kernel and which
module?

> Modules in my kernel compiled with gcc 2.96 call memset and memcpy,
> which have to be exported unversioned.

Yepp, as rth pointed out to me. My new emmcpy patch will have an
EXPORT_SYMBOL_NOVERS(memcpy) for ksysms.ver.

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]