This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

behavior of "strip -N"



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]