public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Reserving specified size of RUNPATH entry in the dynamic section during linking
@ 2021-11-27 22:05 Jacob Kroon
  2021-11-27 22:27 ` Tom Kacvinsky
  2021-11-28 11:44 ` Florian Weimer
  0 siblings, 2 replies; 9+ messages in thread
From: Jacob Kroon @ 2021-11-27 22:05 UTC (permalink / raw)
  To: gcc-help

Hi,

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 ?

Regards
Jacob

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

end of thread, other threads:[~2021-11-28 17:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 22:05 Reserving specified size of RUNPATH entry in the dynamic section during linking 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
2021-11-28 15:17     ` Florian Weimer
2021-11-28 15:54       ` Jacob Kroon
2021-11-28 17:06         ` Florian Weimer

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