linux-assembly.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unable To Jump To Undefined Symbol
@ 2006-03-14 13:46 Deepak Pandey
  2006-03-14 15:27 ` leslie.polzer
  2006-03-14 16:26 ` joy merwin monteiro
  0 siblings, 2 replies; 3+ messages in thread
From: Deepak Pandey @ 2006-03-14 13:46 UTC (permalink / raw)
  To: linux-assembly

Hi,
  I got a compilation problem saying UNABLE TO JUMP TO UNDEFIND SYMBOL 
while compiling a code in which I tried to jump to a symbol(symbol_name) 
from a different file by an assembly instruction (j symbol_name).However 
I also declared the symbol as global(.globl symbol_name) but still it 
didnot worked.
The Symbol was defined as follows:
         LEAF(symbol_name)
     /*some assembly instructions*/
     END(symbol_name)
Thanks in Advance.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-14 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-14 13:46 Unable To Jump To Undefined Symbol Deepak Pandey
2006-03-14 15:27 ` leslie.polzer
2006-03-14 16:26 ` joy merwin monteiro

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).