diff options
author | Michael Snyder <msnyder@vmware.com> | 2009-07-27 02:32:49 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2009-07-27 02:32:49 +0000 |
commit | 305f7588d685d1e6a8f9d6577077bcfff0ca3d6b (patch) | |
tree | bcbe986927aed97d5f6775e584c8dbb24cb25d0a /bfd | |
parent | e9652373e13eff307e98c6138a7e9a5ad15570ce (diff) | |
download | gdb-305f7588d685d1e6a8f9d6577077bcfff0ca3d6b.zip gdb-305f7588d685d1e6a8f9d6577077bcfff0ca3d6b.tar.gz gdb-305f7588d685d1e6a8f9d6577077bcfff0ca3d6b.tar.bz2 |
2009-07-26 Michael Eager <eager@eagercon.com>
* archures.c: Add bfd_mach_ppc_405
* bfd-in2.h: Same.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/archures.c | 1 | ||||
-rw-r--r-- | bfd/bfd-in2.h | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3ad9844..5c338e9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/archures.c b/bfd/archures.c index 6085b0f..7d92eb5 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -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 diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index f3f1cba..d957610 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -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 |