2005-10-28 Dave Brolley <brolley@redhat.com>
[deliverable/binutils-gdb.git] / bfd / cpu-rs6000.c
index 63df554dca65b67e66a8c3b5d8de75d87dcd0848..43c7be7539f9c28697ca6631340c43a6b68b0cb7 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for rs6000 support
-   Copyright 1990, 1991, 1993, 1995, 2000, 2002
+   Copyright 1990, 1991, 1993, 1995, 2000, 2002, 2003
    Free Software Foundation, Inc.
    FIXME: Can someone provide a transliteration of this name into ASCII?
    Using the following chars caused a compiler warning on HIUX (so I replaced
@@ -22,7 +22,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "bfd.h"
 #include "sysdep.h"
@@ -47,7 +47,7 @@ rs6000_compatible (a,b)
     case bfd_arch_rs6000:
       return bfd_default_compatible (a, b);
     case bfd_arch_powerpc:
-      if (b->mach == bfd_mach_rs6k)
+      if (a->mach == bfd_mach_rs6k)
        return b;
       return NULL;
     }
This page took 0.023926 seconds and 4 git commands to generate.