2009-07-26 Michael Eager <eager@eagercon.com>

* archures.c: Add bfd_mach_ppc_405
	* bfd-in2.h: Same.
This commit is contained in:
Michael Snyder 2009-07-27 02:32:49 +00:00
parent e9652373e1
commit 305f7588d6
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-07-26 Michael Eager <eager@eagercon.com>
* archures.c: Add bfd_mach_ppc_405
* bfd-in2.h: Same.
2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
* cpu-i386.c (bfd_x86_64_arch): Fix comment typos.

View File

@ -213,6 +213,7 @@ DESCRIPTION
.#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

View File

@ -1862,6 +1862,7 @@ enum bfd_architecture
#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