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

Side by Side Diff: gdb/config/i386/linux64.mh

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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/i386/linux.mh ('k') | gdb/config/i386/nbsdaout.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: GNU/Linux x86-64 1 # Host: GNU/Linux x86-64
2 NATDEPFILES= inf-ptrace.o fork-child.o \ 2 NATDEPFILES= inf-ptrace.o fork-child.o \
3 i386-nat.o amd64-nat.o amd64-linux-nat.o \ 3 i386-nat.o amd64-nat.o amd64-linux-nat.o \
4 linux-nat.o linux-osdata.o \ 4 linux-nat.o linux-osdata.o \
5 proc-service.o linux-thread-db.o linux-fork.o \ 5 proc-service.o linux-thread-db.o linux-fork.o \
6 » linux-procfs.o 6 » linux-procfs.o linux-ptrace.o
7 NAT_FILE= config/nm-linux.h 7 NAT_FILE= config/nm-linux.h
8 NAT_CDEPS = $(srcdir)/proc-service.list 8 NAT_CDEPS = $(srcdir)/proc-service.list
9 9
10 # The dynamically loaded libthread_db needs access to symbols in the 10 # The dynamically loaded libthread_db needs access to symbols in the
11 # gdb executable. 11 # gdb executable.
12 LOADLIBES = -ldl $(RDYNAMIC) 12 LOADLIBES = -ldl $(RDYNAMIC)
OLDNEW
« no previous file with comments | « gdb/config/i386/linux.mh ('k') | gdb/config/i386/nbsdaout.mh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698