All of lore.kernel.org
 help / color / mirror / Atom feed
From: Deepak Pandey <deepak.pandey@wipro.com>
To: linux-assembly@vger.kernel.org
Subject: Unable To Jump To Undefined Symbol
Date: Tue, 14 Mar 2006 19:16:30 +0530	[thread overview]
Message-ID: <4416C936.2010403@wipro.com> (raw)

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.

             reply	other threads:[~2006-03-14 13:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-14 13:46 Deepak Pandey [this message]
2006-03-14 15:27 ` Unable To Jump To Undefined Symbol leslie.polzer
2006-03-14 16:26 ` joy merwin monteiro

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=4416C936.2010403@wipro.com \
    --to=deepak.pandey@wipro.com \
    --cc=linux-assembly@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.