aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-01-04 09:41:58 -0800
committerJohn Baldwin <jhb@FreeBSD.org>2017-01-04 09:41:58 -0800
commitb268007c68ec2d4ebd7e1fa239f0444ff59620e2 (patch)
treefd58bda3c829bd0a71b239a35b06ae84682c1086 /gdb/Makefile.in
parent387360daf92ec2e4e02ace51f44400c167bb5c79 (diff)
Add native target for FreeBSD/mips.
This supports the o32 and n64 ABIs. gdb/ChangeLog: * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c. * NEWS: Mention new FreeBSD/mips native configuration. * config/mips/fbsd.mh: New file. * configure.host: Add mips*-*-freebsd*. * mips-fbsd-nat.c: New file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index f20b97347a..f5f15c23c1 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2541,6 +2541,7 @@ ALLDEPFILES = \
microblaze-linux-tdep.c \
microblaze-tdep.c \
mingw-hdep.c \
+ mips-fbsd-nat.c \
mips-fbsd-tdep.c \
mips-linux-nat.c \
mips-linux-tdep.c \