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/Makefile.in | |
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/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 94461e2..0f1ba54 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2542,6 +2542,7 @@ ALLDEPFILES = \ arc-tdep.c \ arm.c \ arm-bsd-tdep.c \ + arm-fbsd-nat.c \ arm-fbsd-tdep.c \ arm-get-next-pcs.c \ arm-linux.c \ |