diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-01-04 09:41:58 -0800 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-01-04 09:41:58 -0800 |
commit | b268007c68ec2d4ebd7e1fa239f0444ff59620e2 (patch) | |
tree | fd58bda3c829bd0a71b239a35b06ae84682c1086 /gdb/config | |
parent | 387360daf92ec2e4e02ace51f44400c167bb5c79 (diff) | |
download | gdb-b268007c68ec2d4ebd7e1fa239f0444ff59620e2.zip gdb-b268007c68ec2d4ebd7e1fa239f0444ff59620e2.tar.gz gdb-b268007c68ec2d4ebd7e1fa239f0444ff59620e2.tar.bz2 |
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.mh | 3 |
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 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 |