bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

uninitialized global symbols are not relocated


From: sujata gaddemane
Subject: uninitialized global symbols are not relocated
Date: Wed, 02 May 2001 23:42:59 +0500

Hi,

I am using 2.4.2 linux on MIPS platform. 
I am facing problem in loading a module. When trying to
build a module out of multiple .o 's global uninitialised
variables are not getting relocated in the kernel
which leads to panic.

I am using cross compiler version egcs-mips-linux-1.1.2-3
egcs-mips-linux-1.1.2.3
and modutils version modutils-2.4.2.

The followng is a section from /proc/ksyms after insmod


00000001 VideoSeamlessSwitching [Coug.out]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
c0037144 proxy_ioctl    [Coug.out]
c00447bc pspInitSelect  [Coug.out]
c0075520 StartPESDevice [Coug.out]
c004c3c4 SetVideoPhase  [Coug.out]
c004d29c GetDeinterlaceAlgorithm        [Coug.out]
00000004 vpipMsgq       [Coug.out]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
c005dcd8 VideoContextIsDirectPES        [Coug.out]
c0049bec GetTocStartPtr [Coug.out]
c00b1ef0 ShowGOP        [Coug.out]
c00aff88 PSILayer       [Coug.out]
c0036e40 ProxyWakeSleepers      [Coug.out]
c0060010 VideoContextChanged    [Coug.out]
c007d118 ParsePMT       [Coug.out]
c006a150 GetVideoCleanTransition_post   [Coug.out]
c007fd44 mq_receive     [Coug.out]
c0061000 VpipCtrlRegList        [Coug.out]
00000008 ScopeDeltaDelta        [Coug.out]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
c0053694 GetSequenceDisplayExtension    [Coug.out]
c001e974 VideoDisplaysEqual     [Coug.out]
c0066954 SetVSCRects    [Coug.out]

I have marked the symbols which are not relocated.

Any info in this regard will be very helpful.

Thanks,
Regards,
Sujata





reply via email to

[Prev in Thread] Current Thread [Next in Thread]