2003-06-27 Elena Zannoni <ezannoni@redhat.com>
[external/binutils.git] / gdb / config / powerpc / ppc64-linux.mh
1 # Host: PowerPC64, running Linux
2
3 XM_FILE= xm-linux.h
4 XM_CLIBS=
5
6 NAT_FILE= nm-ppc64-linux.h
7 NATDEPFILES= infptrace.o inftarg.o fork-child.o linux-proc.o \
8         ppc-linux-nat.o proc-service.o thread-db.o lin-lwp.o \
9         gcore.o linux-nat.o
10
11 # The PowerPC has severe limitations on TOC size, and uses them even
12 # for non-PIC code.  GDB overflows those tables when compiling with
13 # -mfull-toc (the default), so we need to ask GCC to use as few TOC
14 # entries as possible.
15 MH_CFLAGS= -mminimal-toc
16
17 # The dynamically loaded libthread_db needs access to symbols in the
18 # gdb executable.
19 LOADLIBES= -ldl -rdynamic