From 825902491e89db303b036d82eef32ef0b07d4317 Mon Sep 17 00:00:00 2001 From: Walter Lee Date: Sat, 25 Feb 2012 18:57:55 +0000 Subject: Properly create and use a bfd_arch_info_type for 32-bit tilegx. bfd/ * arctures.c (bfd_architecture): Define bfd_mach_tilegx32. * bfd-in2.h: Regenerate. * cpu-tilegx.c (bfd_tilegx32_arch): define. (bfd_tilegx_arch): link to bfd_tilegx32_arch. gas/ * tc-tilegx.c (md_begin): set architecture and machine. --- bfd/archures.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/archures.c') diff --git a/bfd/archures.c b/bfd/archures.c index c833cbf..92c4867 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -453,6 +453,7 @@ DESCRIPTION . bfd_arch_tilegx, {* Tilera TILE-Gx *} .#define bfd_mach_tilepro 1 .#define bfd_mach_tilegx 1 +.#define bfd_mach_tilegx32 2 . bfd_arch_last . }; */ -- cgit v1.1