aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorWalter Lee <walt@tilera.com>2012-02-25 18:57:55 +0000
committerWalter Lee <walt@tilera.com>2012-02-25 18:57:55 +0000
commit825902491e89db303b036d82eef32ef0b07d4317 (patch)
tree13498fd177a03840343af896d71cadd5bac4ce41 /bfd/bfd-in2.h
parent6fe37d2340f0f261387a6a6f70d288be1d1eeb1d (diff)
downloadgdb-825902491e89db303b036d82eef32ef0b07d4317.zip
gdb-825902491e89db303b036d82eef32ef0b07d4317.tar.gz
gdb-825902491e89db303b036d82eef32ef0b07d4317.tar.bz2
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.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index fb56337..4a92e47 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -2159,6 +2159,7 @@ enum bfd_architecture
bfd_arch_tilegx, /* Tilera TILE-Gx */
#define bfd_mach_tilepro 1
#define bfd_mach_tilegx 1
+#define bfd_mach_tilegx32 2
bfd_arch_last
};