public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gregory Shtrasberg <shtras@gmail.com>
To: gcc-help@gcc.gnu.org
Subject: Re: R_386_RELATIVE question
Date: Fri, 28 Jan 2011 00:19:00 -0000	[thread overview]
Message-ID: <30782769.post@talk.nabble.com> (raw)
In-Reply-To: <mcroc72ndkn.fsf@google.com>


It's shared library because it's where I've encountered such a case for the
first time. I guess it could have been any executable as well. 
My point is that everywhere else when I tell the linker to preserve its
relocations (-Wl,-q) if there is an address stored as a data, there is a
relocation on it, which points to the address, so I can tell that it's
actually an address and not some random data.
It becomes important when I'm altering the binary. For example, I want to
switch positions of two functions or insert nops in random places. That's
what I mean by "reassembling". Of course then I need to fix all the
addresses.
And here is address that doesn't have such a relocation on it, though from
what I know there should have been one and I'm trying to figure out why is
that.
So, basically there are two questions:
1. Am I right about that there should have been a relocation?
2. Why it isn't there?

And thanks again for your help.


Ian Lance Taylor-3 wrote:
> 
> Gregory Shtrasberg <shtras@gmail.com> writes:
> 
> You are looking at a shared library, created using gcc -shared.  I can
> tell because only shared libraries have R_386_RELATIVE relocations.  I'm
> not sure what you mean by "reassemble", but it is certainly true that
> you can not add new code to an existing shared library, any more than
> you can add new code to an existing fully linked executable.  A shared
> library essentially is an executable, just one that happens to be
> position independent.
> 
> Let me know if that does not make sense.
> 
> Ian
> 
> 

-- 
View this message in context: http://old.nabble.com/R_386_RELATIVE-question-tp30775689p30782769.html
Sent from the gcc - Help mailing list archive at Nabble.com.

  reply	other threads:[~2011-01-27 23:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-27  9:51 Gregory Shtrasberg
2011-01-27 21:40 ` Ian Lance Taylor
2011-01-27 23:00   ` Gregory Shtrasberg
2011-01-27 23:26     ` Ian Lance Taylor
2011-01-28  0:19       ` Gregory Shtrasberg [this message]
2011-01-28  7:24         ` Ian Lance Taylor

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=30782769.post@talk.nabble.com \
    --to=shtras@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /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).