~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to bfd/cpu-rs6000.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* BFD back-end for rs6000 support
2
 
   Copyright 1990, 1991, 1993, 1995, 2000, 2002
 
2
   Copyright 1990, 1991, 1993, 1995, 2000, 2002, 2003
3
3
   Free Software Foundation, Inc.
4
4
   FIXME: Can someone provide a transliteration of this name into ASCII?
5
5
   Using the following chars caused a compiler warning on HIUX (so I replaced
47
47
    case bfd_arch_rs6000:
48
48
      return bfd_default_compatible (a, b);
49
49
    case bfd_arch_powerpc:
50
 
      if (b->mach == bfd_mach_rs6k)
 
50
      if (a->mach == bfd_mach_rs6k)
51
51
        return b;
52
52
      return NULL;
53
53
    }