From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjl@nynexst.com (H.J. Lu) To: ian@cygnus.com (Ian Lance Taylor) Cc: gas2@cygnus.com Subject: A bug in nm, ar ... Date: Fri, 17 Mar 1995 18:31:00 -0000 Message-id: <9503180222.AA20585@titanic.nynexst.com> X-SW-Source: 1995/msg00060.html Hi, If I configure binutils for more than one targets, ar, nm ... will fail most of time for all but the default target. The problem is bfd_check_format_matches () will find more than one matches on library archives created by ar and return an error. I am not sure how to fix it. Maybe bfd_check_format_matches () should just return true if the input file is an archive and match any targets. Will bfd handle those archive members right? BTW, -DGNU960 will do the similar trick on bfd/format.c. Thanks. -- H.J. Lu NYNEX Science and Technology, Inc. hjl@nynexst.com