aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2018-10-08 14:47:34 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2018-10-08 14:47:34 -0700
commited65e20bc7cd18406081cf5ba29f9c9bccd4e52f (patch)
tree315e35b2218dd1c0b5f963b6d40b4ed18bae8414 /gdb/Makefile.in
parent498f740792fe0edd2955c5cee6bb864f60a5b173 (diff)
downloadgdb-ed65e20bc7cd18406081cf5ba29f9c9bccd4e52f.zip
gdb-ed65e20bc7cd18406081cf5ba29f9c9bccd4e52f.tar.gz
gdb-ed65e20bc7cd18406081cf5ba29f9c9bccd4e52f.tar.bz2
Add FreeBSD/riscv architecture.
Support for collecting and supplying general purpose and floating point register sets is provided along with signal frame unwinding. FreeBSD only supports RV64 currently, so while some provision is made for RV32 in the general-purpose register set, the changes have only been tested on RV64. gdb/ChangeLog: * Makefile.in (ALL_TARGET_OBS): Add riscv-fbsd-tdep.o. (HFILES_NO_SRCDIR): Add riscv-fbsd-tdep.h. (ALLDEPFILES): Add riscv-fbsd-tdep.c. * NEWS: Mention new FreeBSD/riscv target. * configure.tgt: Add riscv*-*-freebsd*. * riscv-fbsd-tdep.c: New file. * riscv-fbsd-tdep.h: New file.
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 5b3a952..b1e9436 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -744,6 +744,7 @@ ALL_TARGET_OBS = \
ppc-sysv-tdep.o \
ppc64-tdep.o \
ravenscar-thread.o \
+ riscv-fbsd-tdep.o \
riscv-linux-tdep.o \
riscv-tdep.o \
rl78-tdep.o \
@@ -1338,6 +1339,7 @@ HFILES_NO_SRCDIR = \
remote.h \
remote-fileio.h \
remote-notif.h \
+ riscv-fbsd-tdep.h \
riscv-tdep.h \
rs6000-aix-tdep.h \
rs6000-tdep.h \
@@ -2306,6 +2308,7 @@ ALLDEPFILES = \
procfs.c \
ravenscar-thread.c \
remote-sim.c \
+ riscv-fbsd-tdep.c \
riscv-linux-nat.c \
riscv-linux-tdep.c \
riscv-tdep.c \