Move common linux procfs code to common/
[deliverable/binutils-gdb.git] / gdb / config / alpha / alpha-linux.mh
index 7fd0d8dfdd438f40a0c0d7c3367f17d3fc7c6f27..ddfb19bd71742626766f4a26ebf6fef9de20faad 100644 (file)
@@ -2,11 +2,12 @@
 NAT_FILE= config/nm-linux.h
 NATDEPFILES= inf-ptrace.o corelow.o alpha-linux-nat.o \
        fork-child.o proc-service.o linux-thread-db.o \
-       linux-nat.o linux-fork.o
+       linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o
+NAT_CDEPS = $(srcdir)/proc-service.list
 
 # The dynamically loaded libthread_db needs access to symbols in the
 # gdb executable.
-LOADLIBES = -ldl -rdynamic
+LOADLIBES = -ldl $(RDYNAMIC)
 
 # doublest.c currently assumes some properties of FP arithmetic
 # on the host which require this.
This page took 0.023982 seconds and 4 git commands to generate.