This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
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