diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-08-10 11:00:42 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-09-06 09:42:08 -0700 |
commit | 351787dd4cb8439c0b49472648dd97ebedb5f575 (patch) | |
tree | 4afb415637a40db078b8a219e3df09ea2279fe50 /gdb/Makefile.in | |
parent | c0f84956d0df0f004e31a987ecc77ea0d293e62c (diff) | |
download | gdb-351787dd4cb8439c0b49472648dd97ebedb5f575.zip gdb-351787dd4cb8439c0b49472648dd97ebedb5f575.tar.gz gdb-351787dd4cb8439c0b49472648dd97ebedb5f575.tar.bz2 |
Add native target for FreeBSD/aarch64.
gdb/ChangeLog:
* Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
* NEWS: Mention new FreeBSD/mips native configuration.
* configure.host: Add aarch64*-*-freebsd*.
* configure.nat: Likewise.
* aarch64-fbsd-nat.c: New file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8593f73..2aa474e 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2497,6 +2497,7 @@ force_update: MAKEOVERRIDES = ALLDEPFILES = \ + aarch64-fbsd-nat.c \ aarch64-fbsd-tdep.c \ aarch64-linux-nat.c \ aarch64-linux-tdep.c \ |