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

Side by Side Diff: gdb/config/alpha/alpha-linux.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.in ('k') | gdb/config/alpha/alpha-osf3.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: Little-endian Alpha running Linux 1 # Host: Little-endian Alpha running Linux
2 NAT_FILE= config/nm-linux.h 2 NAT_FILE= config/nm-linux.h
3 NATDEPFILES= inf-ptrace.o corelow.o alpha-linux-nat.o \ 3 NATDEPFILES= inf-ptrace.o alpha-linux-nat.o \
4 fork-child.o proc-service.o linux-thread-db.o \ 4 fork-child.o proc-service.o linux-thread-db.o \
5 » linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o 5 » linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o
6 NAT_CDEPS = $(srcdir)/proc-service.list 6 NAT_CDEPS = $(srcdir)/proc-service.list
7 7
8 # The dynamically loaded libthread_db needs access to symbols in the 8 # The dynamically loaded libthread_db needs access to symbols in the
9 # gdb executable. 9 # gdb executable.
10 LOADLIBES = -ldl $(RDYNAMIC) 10 LOADLIBES = -ldl $(RDYNAMIC)
11 11
12 # doublest.c currently assumes some properties of FP arithmetic 12 # doublest.c currently assumes some properties of FP arithmetic
13 # on the host which require this. 13 # on the host which require this.
14 MH_CFLAGS = -mieee 14 MH_CFLAGS = -mieee
OLDNEW
« no previous file with comments | « gdb/config.in ('k') | gdb/config/alpha/alpha-osf3.mh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698