summaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-05-30 19:41:33 +0000
committerPedro Alves <palves@redhat.com>2012-05-30 19:41:33 +0000
commit7c36b712b439f7e8ac11b614f35be0c0e380d7f4 (patch)
tree2e8196981f97e09b56d95d1f9952d790c8162727 /gdb/config
parent73c25eebc759e8161628f457689b754ca2904331 (diff)
downloadgdb-7c36b712b439f7e8ac11b614f35be0c0e380d7f4.tar.gz
2012-05-30 Jeff Kenton <jkenton@tilera.com>
* configure.host (gdb_host_cpu): Handle tilegx*. (gdb_host): Handle tilegx-*-linux*. * tilegx-linux-nat.c: New file. * config/tilegx/linux.mh: New file.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/tilegx/linux.mh12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config/tilegx/linux.mh b/gdb/config/tilegx/linux.mh
new file mode 100644
index 00000000000..56ef694b1f3
--- /dev/null
+++ b/gdb/config/tilegx/linux.mh
@@ -0,0 +1,12 @@
+# Host: Tilera TILE-Gx running GNU/Linux.
+
+NAT_FILE= config/nm-linux.h
+NATDEPFILES= inf-ptrace.o fork-child.o \
+ tilegx-linux-nat.o \
+ proc-service.o linux-thread-db.o \
+ linux-nat.o linux-osdata.o linux-fork.o \
+ linux-procfs.o linux-ptrace.o
+
+# The dynamically loaded libthread_db needs access to symbols in the
+# gdb executable.
+LOADLIBES = -ldl $(RDYNAMIC)