Index: archures.c =================================================================== RCS file: /cvs/src/src/bfd/archures.c,v retrieving revision 1.139 diff -u -r1.139 archures.c --- archures.c 26 May 2009 14:12:02 -0000 1.139 +++ archures.c 26 Jun 2009 17:25:47 -0000 @@ -210,6 +210,7 @@ .#define bfd_mach_ppc64 64 .#define bfd_mach_ppc_403 403 .#define bfd_mach_ppc_403gc 4030 +.#define bfd_mach_ppc_405 405 .#define bfd_mach_ppc_505 505 .#define bfd_mach_ppc_601 601 .#define bfd_mach_ppc_602 602 Index: bfd-in2.h =================================================================== RCS file: /cvs/src/src/bfd/bfd-in2.h,v retrieving revision 1.485 diff -u -r1.485 bfd-in2.h --- bfd-in2.h 12 Jun 2009 09:15:45 -0000 1.485 +++ bfd-in2.h 26 Jun 2009 17:25:52 -0000 @@ -1857,6 +1857,7 @@ #define bfd_mach_ppc64 64 #define bfd_mach_ppc_403 403 #define bfd_mach_ppc_403gc 4030 +#define bfd_mach_ppc_405 405 #define bfd_mach_ppc_505 505 #define bfd_mach_ppc_601 601 #define bfd_mach_ppc_602 602