public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dan Kegel <dank@kegel.com>
To: Jacob Kroon <jacob.kroon@gmail.com>
Cc: Florian Weimer <fweimer@redhat.com>,
	Jacob Kroon via Gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: Reserving specified size of RUNPATH entry in the dynamic section during linking
Date: Sun, 28 Nov 2021 07:09:58 -0800	[thread overview]
Message-ID: <CAPF-yOaSuyo3p1hHCWRwBVkg30JmJeb6Pot2k3sb2WjZK+-Gmg@mail.gmail.com> (raw)
In-Reply-To: <1e0cb18e-e0fd-9f20-1037-84604a090a22@gmail.com>

I used to do this by padding initially with extra dots and slashes.

(On Mac, the linker had a flag -headerpad_max_install_names that did
something similar.)


On Sun, Nov 28, 2021, 06:32 Jacob Kroon via Gcc-help <gcc-help@gcc.gnu.org>
wrote:

> On 11/28/21 12:44, Florian Weimer wrote:
> > * Jacob Kroon via Gcc-help:
> >
> >> As part of an effort to make binaries reproducible regardless of their
> >> build path, I need to enforce the same size of the RUNPATH entry in the
> >> dynamic section during linking, even though I don't fill it completely.
> >> Is it possible to give some flag to gnu ld that allows me to set it to a
> >> specific size ? Or is there a way to patch the elf file after linking,
> >> so that the entry has a specified size ?
> >
> > Do you want to allocate specific size so that you can patch in a
> > different value later?
> >
>
> Yes exactly, but see below.
>
> > The RUNPATH strings are in the string table, so it's necessary to
> > allocate space there, and be able to find it during patching.
> >
> > Solaris offers this mechanism:
> >
> > | DT_SUNW_STRPAD
> > |
> > |     The total size, in bytes, of the unused reserved space at the end
> of
> > |     the dynamic string table. If DT_SUNW_STRPAD is not present in an
> > |     object, no reserved space is available.
> >
> > Would that help in your case as well?
> >
>
> The problem is that for two different build I pass two different
> -Wl,--rpath=<path>, and they are of different length. So I'd like to
> reserve a maximum size, at link-time, which becomes the same in both
> builds, so that when I later remove the rpath's, the binaries become
> identical.
>
> Jacob
>

  reply	other threads:[~2021-11-28 15:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-27 22:05 Jacob Kroon
2021-11-27 22:27 ` Tom Kacvinsky
2021-11-28 14:24   ` Jacob Kroon
2021-11-28 11:44 ` Florian Weimer
2021-11-28 14:31   ` Jacob Kroon
2021-11-28 15:09     ` Dan Kegel [this message]
2021-11-28 15:17     ` Florian Weimer
2021-11-28 15:54       ` Jacob Kroon
2021-11-28 17:06         ` Florian Weimer

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=CAPF-yOaSuyo3p1hHCWRwBVkg30JmJeb6Pot2k3sb2WjZK+-Gmg@mail.gmail.com \
    --to=dank@kegel.com \
    --cc=fweimer@redhat.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=jacob.kroon@gmail.com \
    /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).