http://sourceware.org/bugzilla/show_bug.cgi?id=12632

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #7 from Alan Modra <amodra at gmail dot com> 2011-05-06 07:14:26 
UTC ---
Allan, the testcase you attached can't be processed by the GNU binutils because
the archive elements have names that contain directories.
$ ar t jpeg.lib 
./x64/Release/jutils.obj
./x64/Release/jquant2.obj
[snip]

Even ar can't extract these files without some help; You need to create the
directory structure for it.  I'll fix the strip/objcopy segfault, but don't
intend to add full support for this sort of archive myself.  If you or anyone
else wanted to spend the time implementing support, that would be welcome.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to