aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-05-30 19:41:34 +0000
committerPedro Alves <palves@redhat.com>2012-05-30 19:41:34 +0000
commit65662cdeabed6659ae3081b67595b8099769bde2 (patch)
tree9cc13f968f583ef29da130db90f2e0c35886e182 /gdb/config
parentade64f0e04453fd42382505da8c1cbf6300e75d4 (diff)
downloadgdb-65662cdeabed6659ae3081b67595b8099769bde2.zip
gdb-65662cdeabed6659ae3081b67595b8099769bde2.tar.gz
gdb-65662cdeabed6659ae3081b67595b8099769bde2.tar.bz2
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 0000000..56ef694
--- /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)