Bug 5546

Summary: add functionality to modify DT tags in ELF ways to binutils
Product: binutils Reporter: Alexander Neundorf <neundorf>
Component: binutilsAssignee: unassigned
Status: NEW ---    
Severity: enhancement CC: bug-binutils, sam
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

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