https://sourceware.org/bugzilla/show_bug.cgi?id=14698

gingold at adacore dot com <gingold at adacore dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |gingold at adacore dot com
         Resolution|FIXED                       |---

--- Comment #7 from gingold at adacore dot com <gingold at adacore dot com> ---
Hello,

I think the patch is not correct.

Unless --target is specified, it creates archives using the "plugin" target,
which may not be compatible with the target.  For example, the archive format
on IBM AIX is not compatible with the "plugin" one.

I think the ar.c:open_inarch lines:
 if (target == NULL)
    target = plugin_target;
should be moved (target shouldn't be overridden when creating a new target).

-- 
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