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/NEWS | |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ end end +* New native configurations + +FreeBSD/mips mips*-*-freebsd + + * New targets Synopsys ARC arc*-*-elf32 |