~ubuntu-branches/debian/experimental/binutils/experimental

« back to all changes in this revision

Viewing changes to bfd/cpu-powerpc.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-07-31 22:20:22 UTC
  • mfrom: (1.7.10)
  • Revision ID: package-import@ubuntu.com-20120731222022-0anxbeg8at8rnrx1
Tags: 2.22.90.20120731-1
New upstream snapshot (taken from the 2.23 branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
/* The common PowerPC architecture is compatible with the RS/6000.  */
28
28
 
29
 
static const bfd_arch_info_type *powerpc_compatible
30
 
  PARAMS ((const bfd_arch_info_type *, const bfd_arch_info_type *));
31
 
 
32
29
static const bfd_arch_info_type *
33
 
powerpc_compatible (a,b)
34
 
     const bfd_arch_info_type *a;
35
 
     const bfd_arch_info_type *b;
 
30
powerpc_compatible (const bfd_arch_info_type *a,
 
31
                    const bfd_arch_info_type *b)
36
32
{
37
33
  BFD_ASSERT (a->arch == bfd_arch_powerpc);
38
34
  switch (b->arch)