No .got section in ELF
Dave Korn
dave.korn.cygwin@googlemail.com
Fri Nov 27 04:12:00 GMT 2009
yunfeng zhang wrote:
> have an *exact* map to foo.so in disk
This is where your misunderstanding arises. Just as 5+3 can add up to the
same result as 4+4, so you cannot ignore that the final mapped addresses you
are seeing add up to the same result via different routes. Compile your
sources using --save-temps, and look at the differences in the generated
assembly files. By looking only at the final results, you are losing
information about how those results are arrived at.
cheers,
DaveK
More information about the Gcc
mailing list