Use XCNEW rather than xcalloc (1, ...) in linux-x86-low.c
[deliverable/binutils-gdb.git] / gdb / config / i386 / linux64.mh
CommitLineData
9c1488cb 1# Host: GNU/Linux x86-64
10d6c8cd 2NATDEPFILES= inf-ptrace.o fork-child.o \
3a8ee006 3 i386-nat.o i386-dregs.o amd64-nat.o amd64-linux-nat.o \
040baaf6 4 x86-linux-nat.o \
d26e3629 5 linux-nat.o linux-osdata.o \
13da1c97 6 proc-service.o linux-thread-db.o linux-fork.o \
96d7229d
LM
7 linux-procfs.o linux-ptrace.o linux-btrace.o \
8 linux-waitpid.o
9bb9e8ad 9NAT_FILE= config/nm-linux.h
f6528abd 10NAT_CDEPS = $(srcdir)/proc-service.list
53e95fcf 11
c4f35dd8
MK
12# The dynamically loaded libthread_db needs access to symbols in the
13# gdb executable.
f6528abd 14LOADLIBES = -ldl $(RDYNAMIC)
This page took 0.881914 seconds and 4 git commands to generate.