summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-08-08 23:25:42 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2017-09-06 09:40:47 -0700
commitc0f84956d0df0f004e31a987ecc77ea0d293e62c (patch)
treecc6843c1923462a0f74717ee72082e43c19a4fb7 /gdb/Makefile.in
parent7610297ab578854a5e9ff1247a77398a60d70f91 (diff)
downloadbinutils-gdb-c0f84956d0df0f004e31a987ecc77ea0d293e62c.tar.gz
Add FreeBSD/aarch64 architecture.
Support for collecting and supplying general purpose and floating point register sets is provided along with signal frame unwinding. gdb/ChangeLog: * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o. (ALLDEPFILES): Add aarch64-fbsd-tdep.c. * NEWS: Mention new FreeBSD/aarch64 target. * configure.tgt: Add aarch64*-*-freebsd*. * aarch64-fbsd-tdep.c: New file. * aarch64-fbsd-tdep.h: New file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 69e80fa138c..8593f73e16d 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -753,6 +753,7 @@ TARGET_OBS = @TARGET_OBS@
# All target-dependent objects files that require 64-bit CORE_ADDR
# (used with --enable-targets=all --enable-64-bit-bfd).
ALL_64_TARGET_OBS = \
+ aarch64-fbsd-tdep.o \
aarch64-insn.o \
aarch64-linux-tdep.o \
aarch64-newlib-tdep.o \
@@ -2496,6 +2497,7 @@ force_update:
MAKEOVERRIDES =
ALLDEPFILES = \
+ aarch64-fbsd-tdep.c \
aarch64-linux-nat.c \
aarch64-linux-tdep.c \
aarch64-newlib-tdep.c \