diff options
author | Mark Wielaard <mjw@redhat.com> | 2014-05-26 21:28:05 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2014-05-27 22:00:38 +0200 |
commit | 22497096e8759b7c73233f2c2f9adff9d2db9ce7 (patch) | |
tree | 8ddd18256874a19ff45fa1f0539acec07df4abe4 /NEWS | |
parent | 4cd77d68f327dae1609bd6fd2dd5c5be5f602522 (diff) | |
download | elfutils-22497096e8759b7c73233f2c2f9adff9d2db9ce7.tar.gz |
unstrip: Add --force to force combining files when ELF headers don't match.
Older versions of GNU binutils strip would drop some ELF header flags.
Causing the main ELF file and the separate .debug file to have mismatched
ELF header fields. Unfortunately some distros are still shipping such files.
eu-unstrip doesn't want to recombine such files. Add a more explicit
explanation which fields don't match and provide a --force, -F flag to
force combining such files anyway (producing a warning).
https://bugzilla.redhat.com/show_bug.cgi?id=698005
https://bugzilla.redhat.com/show_bug.cgi?id=806474
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Version 0.160 + +unstrip: New option -F, --force to combining files even if some ELF headers + don't seem to match. + Version 0.159 stack: New option -d, --debugname to lookup DWARF debuginfo name for frame. |