Bug 5546 - add functionality to modify DT tags in ELF ways to binutils
Summary: add functionality to modify DT tags in ELF ways to binutils
Status: NEW
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-05 12:44 UTC by Alexander Neundorf
Modified: 2023-08-07 10:04 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Neundorf 2008-01-05 12:44:07 UTC
It would be nice if it would be possible using binutils (objcopy ?) to modify 
the RPATH/RUNPATH of an existing ELF file. 
More general this might be done as a function to modify arbitrary DT tags in 
ELF files, see the discussion here:
http://sourceware.org/ml/binutils/2008-01/msg00026.html

I'm using objcopy 2.17 on Linux on x86, but I think this actually doesn't 
matter here.

Alex