diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-10-11 11:16:34 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-10-11 11:16:34 -0700 |
commit | 4f9d99066edcefab0e5868d20cb9ddaa7b76da52 (patch) | |
tree | 50e172177ca5f7b58c77f4b53dc7576977472b84 /gdb/NEWS | |
parent | 7176dfd28d1a2a74e6d8dd698aeb857eb6edfb98 (diff) | |
download | gdb-4f9d99066edcefab0e5868d20cb9ddaa7b76da52.zip gdb-4f9d99066edcefab0e5868d20cb9ddaa7b76da52.tar.gz gdb-4f9d99066edcefab0e5868d20cb9ddaa7b76da52.tar.bz2 |
Add native target for FreeBSD/arm.
gdb/ChangeLog:
* Makefile.in (ALLDEPFILES): Add arm-fbsd-nat.c.
* NEWS: Mention new FreeBSD/arm native configuration.
* configure.host: Add arm*-*-freebsd*.
* configure.nat: Likewise.
* arm-fbsd-nat.c: New file.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ starti * New native configurations FreeBSD/aarch64 aarch64*-*-freebsd* +FreeBSD/arm arm*-*-freebsd* * New targets |