public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* How define absolute local symbol by GNU as?
@ 2011-07-07 14:25 Oleksandr Gavenko
  2011-07-07 14:41 ` Andreas Schwab
  0 siblings, 1 reply; 9+ messages in thread
From: Oleksandr Gavenko @ 2011-07-07 14:25 UTC (permalink / raw)
  To: binutils

To mark object file safe for SEH (to make .lib compatable with MSVC)
it is possible to define absolute local symbol with name '@feat.00'
and with value '1'.

I can achieve this by:

   ASFLAGS += -Wa,"-defsym,@feat.00=1"

With GNU As language syntax I don't know how achieve this.
To make global symbol I use:

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

But how declare it local?

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

end of thread, other threads:[~2011-07-11 19:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-07 14:25 How define absolute local symbol by GNU as? Oleksandr Gavenko
2011-07-07 14:41 ` Andreas Schwab
2011-07-07 16:18   ` Oleksandr Gavenko
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

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