aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-08-09 13:37:45 -0700
committerJim Wilson <jimw@sifive.com>2018-08-09 13:37:45 -0700
commit52a187f8e78eeaefa38bdaff04aae1fd9a69d788 (patch)
treec3a81572d197349bd650153e2b01a3a6bdfab1a1 /gdb/Makefile.in
parent3c77f97eb0825f5808f4a3a01aa5cc2fcffd5ed4 (diff)
downloadfsf-binutils-gdb-52a187f8e78eeaefa38bdaff04aae1fd9a69d788.zip
fsf-binutils-gdb-52a187f8e78eeaefa38bdaff04aae1fd9a69d788.tar.gz
fsf-binutils-gdb-52a187f8e78eeaefa38bdaff04aae1fd9a69d788.tar.bz2
RISC-V: Add configure support for riscv*-linux*.
This adds the target and native configure support, and the NEWS entries for the new target and native configurations. gdb/ * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c. (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c. * NEWS: Mention new GNU/Linux RISC-V target. * configure.host: Add riscv*-*-linux*. * configure.nat: Add riscv*. * configure.tgt: Add riscv*-*-linux*.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 59e3dbf..c007fbc 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -753,6 +753,7 @@ ALL_TARGET_OBS = \
ppc-sysv-tdep.o \
ppc64-tdep.o \
ravenscar-thread.o \
+ riscv-linux-tdep.o \
riscv-tdep.o \
rl78-tdep.o \
rs6000-aix-tdep.o \
@@ -2304,6 +2305,8 @@ ALLDEPFILES = \
procfs.c \
ravenscar-thread.c \
remote-sim.c \
+ riscv-linux-nat.c \
+ riscv-linux-tdep.c \
riscv-tdep.c \
rl78-tdep.c \
rs6000-lynx178-tdep.c \