From b268007c68ec2d4ebd7e1fa239f0444ff59620e2 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 4 Jan 2017 09:41:58 -0800 Subject: 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. --- gdb/config/mips/fbsd.mh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gdb/config/mips/fbsd.mh (limited to 'gdb/config') diff --git a/gdb/config/mips/fbsd.mh b/gdb/config/mips/fbsd.mh new file mode 100644 index 0000000..f433347 --- /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 -- cgit v1.1