public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* behavior of "strip -N"
@ 2002-01-29 10:29 Adam Megacz
  2002-01-29 16:41 ` behavior of "strip -N" [[ added an example ]] Adam Megacz
  2002-01-29 23:09 ` behavior of "strip -N" Ian Lance Taylor
  0 siblings, 2 replies; 5+ messages in thread
From: Adam Megacz @ 2002-01-29 10:29 UTC (permalink / raw)
  To: binutils


Hi,

I've noticed that when I strip a global symbol using strip -N and then
link with --noinhibit-exec, the locations where that symbol's address
would have been written get a 0x0 instead.

However, when I strip a file-local symbol, those locations seem to get
written with the address of the start of the section they fall in.

Is there any way to get the first behavior (0x0) when stripping
file-local symbols?

Context: I'm writing a post-compile, pre-link processor for
applications compiled with gcj (the GNU java-to-native-code static
compiler). The processor does high-level reachability analysis and
prunes unreachable methods and classes. There are some cases where I
need a 0x0 to be written into the code where the address of a deleted
method/class would have formerly lived. No, I can't integrate this
into the compiler.

  - a

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

end of thread, other threads:[~2002-02-01  5:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-29 10:29 behavior of "strip -N" Adam Megacz
2002-01-29 16:41 ` behavior of "strip -N" [[ added an example ]] Adam Megacz
2002-01-29 23:09 ` behavior of "strip -N" Ian Lance Taylor
2002-01-30 21:52   ` Adam Megacz
2002-01-31 22:08     ` Ian Lance Taylor

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