Move common linux procfs code to common/
[deliverable/binutils-gdb.git] / gdb / config / alpha / alpha-linux.mh
index a927762ce2d89deb601b5ebe15cfc814e5ab084b..ddfb19bd71742626766f4a26ebf6fef9de20faad 100644 (file)
@@ -1,12 +1,13 @@
 # Host: Little-endian Alpha running Linux
-NAT_FILE= nm-linux.h
-NATDEPFILES= infptrace.o inftarg.o corelow.o alpha-nat.o linux-proc.o \
-       fork-child.o proc-service.o thread-db.o gcore.o \
-       linux-nat.o
+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-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.023118 seconds and 4 git commands to generate.