diff options
author | James Bowman <james.bowman@ftdichip.com> | 2015-03-23 19:15:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-28 02:13:34 -0400 |
commit | 49d45b20c01da11b7493a5c28bdced7558999d6d (patch) | |
tree | ebc7fe4088894120e7922f309258e6624f5f01aa /gdb/Makefile.in | |
parent | f46e4eb78ba55e8bf8dedd98d7fe354729181710 (diff) | |
download | gdb-49d45b20c01da11b7493a5c28bdced7558999d6d.zip gdb-49d45b20c01da11b7493a5c28bdced7558999d6d.tar.gz gdb-49d45b20c01da11b7493a5c28bdced7558999d6d.tar.bz2 |
gdb: ft32: new port
FT32 is a new high performance 32-bit RISC core developed by FTDI for
embedded applications.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ae50041..907997b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -651,6 +651,7 @@ ALL_TARGET_OBS = \ dicos-tdep.o \ fbsd-tdep.o \ frv-linux-tdep.o frv-tdep.o \ + ft32-tdep.o \ h8300-tdep.o \ hppabsd-tdep.o hppanbsd-tdep.o hppaobsd-tdep.o \ hppa-linux-tdep.o hppa-tdep.o \ @@ -949,7 +950,8 @@ psymtab.h psympriv.h progspace.h bfin-tdep.h \ amd64-darwin-tdep.h charset-list.h \ config/djgpp/langinfo.h config/djgpp/nl_types.h darwin-nat.h \ dicos-tdep.h filesystem.h gcore.h gdb_wchar.h hppabsd-tdep.h \ -i386-darwin-tdep.h x86-nat.h linux-record.h moxie-tdep.h nios2-tdep.h \ +i386-darwin-tdep.h i386-nat.h linux-record.h moxie-tdep.h nios2-tdep.h \ +ft32-tdep.h \ osdata.h procfs.h python/py-event.h python/py-events.h python/py-stopevent.h \ python/python-internal.h python/python.h ravenscar-thread.h record.h \ record-full.h solib-aix.h \ @@ -1655,6 +1657,7 @@ ALLDEPFILES = \ fbsd-nat.c \ fbsd-tdep.c \ fork-child.c \ + ft32-tdep.c \ glibc-tdep.c \ go32-nat.c h8300-tdep.c \ hppa-tdep.c \ |