aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorHafiz Abid Qadeer <abidh@codesourcery.com>2018-07-25 10:43:22 +0100
committerHafiz Abid Qadeer <abidh@codesourcery.com>2018-08-28 12:08:11 +0100
commit9d24df82ece4e87a0328173d6bd31cb9ff558bb4 (patch)
tree9e4bfa9640b954a23b115ac5416e0d2be7dd38ec /gdb/Makefile.in
parent626887ddc306b336e1406cf661f23398bed8be66 (diff)
downloadfsf-binutils-gdb-9d24df82ece4e87a0328173d6bd31cb9ff558bb4.zip
fsf-binutils-gdb-9d24df82ece4e87a0328173d6bd31cb9ff558bb4.tar.gz
fsf-binutils-gdb-9d24df82ece4e87a0328173d6bd31cb9ff558bb4.tar.bz2
Add support for new target 'csky'.
2018-08-28 Jiangshuai Li <jiangshuai_li@c-sky.com> Hafiz Abid Qadeer <abidh@codesourcery.com> Don Breazeal <donb@codesourcery.com> * csky-linux-tdep.c: New file. * csky-tdep.c: Likewise. * csky-tdep.h: Likewise. * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and csky-tdep.o. (HFILES_NO_SRCDIR): Add csky-tdep.h. (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c * configure.tgt: Add csky support.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 118c3c8..542170f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -687,6 +687,8 @@ ALL_TARGET_OBS = \
bsd-uthread.o \
cris-linux-tdep.o \
cris-tdep.o \
+ csky-linux-tdep.o \
+ csky-tdep.o \
dicos-tdep.o \
fbsd-tdep.o \
frv-linux-tdep.o \
@@ -1209,6 +1211,7 @@ HFILES_NO_SRCDIR = \
completer.h \
cp-abi.h \
cp-support.h \
+ csky-tdep.h \
ctf.h \
d-lang.h \
darwin-nat.h \
@@ -2215,6 +2218,8 @@ ALLDEPFILES = \
bfin-tdep.c \
bsd-kvm.c \
bsd-uthread.c \
+ csky-linux-tdep.c \
+ csky-tdep.c \
darwin-nat.c \
dicos-tdep.c \
fbsd-nat.c \