public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Oleksandr Gavenko <gavenko@bifit.com.ua>
To: binutils@sources.redhat.com
Subject: Re: How define absolute local symbol by GNU as?
Date: Thu, 07 Jul 2011 16:18:00 -0000	[thread overview]
Message-ID: <iv4ghm$efn$1@dough.gmane.org> (raw)
In-Reply-To: <m31uy2kw13.fsf@hase.home>

On 07.07.2011 17:25, Andreas Schwab wrote:
> Oleksandr Gavenko<gavenko@bifit.com.ua>  writes:
>
>> But how declare it local?
>
> Don't declare it global.
>
OK, but how?

If I write:

    .global @feat.00
     @feat.00=1

I get:

   $ nm test.obj | grep feat
00000001 A @feat.00

If I write:

    /* .global @feat.00 */
     @feat.00=1

I get:

   $ nm test.obj | grep feat
<empty>

So I expect existence of some directive to get wanted.

  reply	other threads:[~2011-07-07 14:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-07 14:25 Oleksandr Gavenko
2011-07-07 14:41 ` Andreas Schwab
2011-07-07 16:18   ` Oleksandr Gavenko [this message]
2011-07-07 16:30     ` Bob Plantz
2011-07-08  0:53     ` Andreas Schwab
2011-07-08 12:44       ` Oleksandr Gavenko
2011-07-08 20:28         ` Oleksandr Gavenko
2011-07-11 19:58         ` Oleksandr Gavenko
2011-07-11 20:09           ` Oleksandr Gavenko

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='iv4ghm$efn$1@dough.gmane.org' \
    --to=gavenko@bifit.com.ua \
    --cc=binutils@sources.redhat.com \
    /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 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 read-only IMAP folder(s) and NNTP newsgroup(s).