Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Side by Side Diff: gdb/config/powerpc/ppc64-linux.mh

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/config/powerpc/linux.mh ('k') | gdb/config/powerpc/spu-linux.mh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Host: PowerPC64, running Linux 1 # Host: PowerPC64, running Linux
2 2
3 XM_CLIBS= 3 XM_CLIBS=
4 4
5 NAT_FILE= config/nm-linux.h 5 NAT_FILE= config/nm-linux.h
6 NATDEPFILES= inf-ptrace.o fork-child.o \ 6 NATDEPFILES= inf-ptrace.o fork-child.o \
7 ppc-linux-nat.o proc-service.o linux-thread-db.o \ 7 ppc-linux-nat.o proc-service.o linux-thread-db.o \
8 » linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o 8 » linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \
9 » linux-waitpid.o
9 NAT_CDEPS = $(srcdir)/proc-service.list 10 NAT_CDEPS = $(srcdir)/proc-service.list
10 11
11 # The PowerPC has severe limitations on TOC size, and uses them even 12 # 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 # 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 # -mfull-toc (the default), so we need to ask GCC to use as few TOC
14 # entries as possible. 15 # entries as possible.
15 MH_CFLAGS= -mminimal-toc 16 MH_CFLAGS= -mminimal-toc
16 17
17 # The dynamically loaded libthread_db needs access to symbols in the 18 # The dynamically loaded libthread_db needs access to symbols in the
18 # gdb executable. 19 # gdb executable.
19 LOADLIBES= -ldl $(RDYNAMIC) 20 LOADLIBES= -ldl $(RDYNAMIC)
OLDNEW
« no previous file with comments | « gdb/config/powerpc/linux.mh ('k') | gdb/config/powerpc/spu-linux.mh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698