From 42acdc7c30d7bde7f10b3354d547a4750cbcc490 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 8 Sep 2003 16:46:02 +0000 Subject: * archures.c: Add new machine names for hppa. * bfd-in2.h: Regenerate. * cpu-hppa.c: Use the new machine names. --- bfd/archures.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/archures.c') 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 -- cgit v1.1