]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
gdb: Add native support for ARC in GNU/Linux
authorAnton Kolesov <anton.kolesov@synopsys.com>
Fri, 14 Feb 2014 07:56:23 +0000 (11:56 +0400)
committerShahab Vahedi <shahab@synopsys.com>
Tue, 22 Dec 2020 11:18:40 +0000 (12:18 +0100)
commit04c9f85efcd8df5fc482ce97c0104cc7dd5d19e6
tree175e2da06c71f8c43abce4c0b1802ba25795df7b
parent46023bbe81355230b4e7b76d3084337823d02362
gdb: Add native support for ARC in GNU/Linux

With this patch in place it is possible to build a GDB that
can run on ARC (GNU/Linux) hosts for debugging ARC targets.

The "arc-linux-nat.c" is a rather small one that mostly deals
with registers and a few thread related hooks.

v2 [1]:
- Remove "void" from the input of "_initialize_arc_linux_nat ()"

[1] Tom's remark after the first patch
https://sourceware.org/pipermail/gdb-patches/2020-November/173223.html

gdb/ChangeLog:

* Makefile.in (ALLDEPFILES): Add arc-linux-nat.c.
* configure.host (host to gdb names): Add arc*-*-linux*.
* configure.nat (gdb_host_cpu): Add arc.
* arc-linux-nat.c: New.
gdb/ChangeLog
gdb/Makefile.in
gdb/arc-linux-nat.c [new file with mode: 0644]
gdb/configure.host
gdb/configure.nat