diff options
author | Nick Clifton <nickc@redhat.com> | 2006-02-17 14:36:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-02-17 14:36:28 +0000 |
commit | 7efc3c394a6b554a06d4f9023b700d73e8c7d86c (patch) | |
tree | 8771fe85d414cee36448daf2c68c1e82ba564b1c /opcodes/configure | |
parent | cc72220986f82896c264d1123ecbda51f5672761 (diff) | |
download | gdb-7efc3c394a6b554a06d4f9023b700d73e8c7d86c.tar.gz |
Add support for the Infineon XC16X.
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-x | opcodes/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/configure b/opcodes/configure index a24d0669dfa..b692e838160 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -8875,6 +8875,7 @@ if test x${all_targets} = xfalse ; then bfd_vax_arch) ta="$ta vax-dis.lo" ;; bfd_w65_arch) ta="$ta w65-dis.lo" ;; bfd_we32k_arch) ;; + bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;; bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;; bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;; bfd_z80_arch) ta="$ta z80-dis.lo" ;; |