https://sourceware.org/bugzilla/show_bug.cgi?id=33329
Bug ID: 33329
Summary: eu-ar --map mode
Product: elfutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: tools
Assignee: unassigned at sourceware dot org
Reporter: fche at redhat dot com
CC: elfutils-devel at sourceware dot org
Target Milestone: ---
As an alternative to bug #33305, if eu-ar grew a mode to build a new ar file by
traversing / piping an old one, member by member. One can imagine:
eu-ar --map "debugedit -b FOO -d BAR -l BAZ" FOO.a
which would invoke
debugedit -b FOO -d BAR -l BAZ MEMBER.o
one by one, and concatenate the resulting MEMBER.o files into a new FOO.a
This should make fedora's static-library-debuginfo performance problems
manageable even for the pessimal cases.
--
You are receiving this mail because:
You are on the CC list for the bug.