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

Side by Side Diff: gdb/config/i386/i386gnu.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/fbsd64.mh ('k') | gdb/config/i386/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: Intel 386 running the GNU Hurd 1 # Host: Intel 386 running the GNU Hurd
2 NATDEPFILES= i386gnu-nat.o gnu-nat.o corelow.o core-regset.o fork-child.o \ 2 NATDEPFILES= i386gnu-nat.o gnu-nat.o core-regset.o fork-child.o \
3 notify_S.o process_reply_S.o msg_reply_S.o \ 3 notify_S.o process_reply_S.o msg_reply_S.o \
4 msg_U.o exc_request_U.o exc_request_S.o 4 msg_U.o exc_request_U.o exc_request_S.o
5 5
6 NAT_FILE= nm-i386gnu.h 6 NAT_FILE= nm-i386gnu.h
7 MH_CFLAGS = -D_GNU_SOURCE 7 MH_CFLAGS = -D_GNU_SOURCE
8 8
9 XM_CLIBS = -lshouldbeinlibc 9 XM_CLIBS = -lshouldbeinlibc
10 10
11 # Use our own user stubs for the msg rpcs, so we can make them time out, in 11 # Use our own user stubs for the msg rpcs, so we can make them time out, in
12 # case the program is fucked, or we guess the wrong signal thread. 12 # case the program is fucked, or we guess the wrong signal thread.
(...skipping 14 matching lines...) Expand all
27 | $(MIGCOM) -sheader $*_S.h -server $*_S.c -user /dev/null -header /dev/ null 27 | $(MIGCOM) -sheader $*_S.h -server $*_S.c -user /dev/null -header /dev/ null
28 # User rpc stubs 28 # User rpc stubs
29 %_U.h %_U.c: %.defs 29 %_U.h %_U.c: %.defs
30 $(CPP) $(CPPFLAGS) $($*-MIGUFLAGS) -x c $< \ 30 $(CPP) $(CPPFLAGS) $($*-MIGUFLAGS) -x c $< \
31 | $(MIGCOM) -sheader /dev/null -server /dev/null -user $*_U.c -header $* _U.h 31 | $(MIGCOM) -sheader /dev/null -server /dev/null -user $*_U.c -header $* _U.h
32 32
33 NAT_GENERATED_FILES = notify_S.h notify_S.c \ 33 NAT_GENERATED_FILES = notify_S.h notify_S.c \
34 process_reply_S.h process_reply_S.c \ 34 process_reply_S.h process_reply_S.c \
35 msg_reply_S.h msg_reply_S.c msg_U.h msg_U.c \ 35 msg_reply_S.h msg_reply_S.c msg_U.h msg_U.c \
36 exc_request_U.h exc_request_U.c exc_request_S.h exc_request_S.c 36 exc_request_U.h exc_request_U.c exc_request_S.h exc_request_S.c
OLDNEW
« no previous file with comments | « gdb/config/i386/fbsd64.mh ('k') | gdb/config/i386/linux.mh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698