aboutsummaryrefslogtreecommitdiff
path: root/bfd/archures.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-09-08 16:46:02 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-09-08 16:46:02 +0000
commit42acdc7c30d7bde7f10b3354d547a4750cbcc490 (patch)
tree333a6e604211b7512153ac43f1604ed144f93664 /bfd/archures.c
parent55ff77acc2da4c8aeb9086e43e80989b7ffa076e (diff)
downloadfsf-binutils-gdb-42acdc7c30d7bde7f10b3354d547a4750cbcc490.zip
fsf-binutils-gdb-42acdc7c30d7bde7f10b3354d547a4750cbcc490.tar.gz
fsf-binutils-gdb-42acdc7c30d7bde7f10b3354d547a4750cbcc490.tar.bz2
* archures.c: Add new machine names for hppa.
* bfd-in2.h: Regenerate. * cpu-hppa.c: Use the new machine names.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r--bfd/archures.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c
index 3e0cafd..9033f28 100644
--- a/bfd/archures.c
+++ b/bfd/archures.c
@@ -199,6 +199,10 @@ DESCRIPTION
.#define bfd_mach_rs6k_rsc 6003
.#define bfd_mach_rs6k_rs2 6002
. bfd_arch_hppa, {* HP PA RISC *}
+.#define bfd_mach_hppa10 10
+.#define bfd_mach_hppa11 11
+.#define bfd_mach_hppa20 20
+.#define bfd_mach_hppa20w 25
. bfd_arch_d10v, {* Mitsubishi D10V *}
.#define bfd_mach_d10v 1
.#define bfd_mach_d10v_ts2 2