summaryrefslogtreecommitdiff
path: root/gdb/config
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/config
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/config')
-rw-r--r--gdb/config/mips/fbsd.mh3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/mips/fbsd.mh b/gdb/config/mips/fbsd.mh
new file mode 100644
index 0000000000..f433347a20
--- /dev/null
+++ b/gdb/config/mips/fbsd.mh
@@ -0,0 +1,3 @@
+# Host: FreeBSD/mips
+NATDEPFILES= fork-child.o inf-ptrace.o fbsd-nat.o mips-fbsd-nat.o
+HAVE_NATIVE_GCORE_HOST = 1