From 0759a81e85c692232aae9909faf551d5c039a4a7 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 13 Feb 2014 16:42:09 +0800 Subject: [PATCH] Compile rsp-low.c for IPA gdb/gdbserver: 2014-02-14 Yao Qi * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o. (rsp-low-ipa.o): New target. --- gdb/gdbserver/ChangeLog | 5 +++++ gdb/gdbserver/Makefile.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index fc105c474f..1786bfbbeb 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2014-02-14 Yao Qi + + * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o. + (rsp-low-ipa.o): New target. + 2014-02-12 Tom Tromey * ax.c (gdb_parse_agent_expr): Use hex2bin, not diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 5f69ddb5f7..663deb6bca 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -292,7 +292,7 @@ gdbreplay$(EXEEXT): $(GDBREPLAY_OBS) $(LIBGNU) ${CC-LD} $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) -o gdbreplay$(EXEEXT) $(GDBREPLAY_OBS) \ $(XM_CLIBS) $(LIBGNU) -IPA_OBJS=ax-ipa.o tracepoint-ipa.o format-ipa.o utils-ipa.o regcache-ipa.o remote-utils-ipa.o common-utils-ipa.o tdesc-ipa.o print-utils-ipa.o ${IPA_DEPFILES} +IPA_OBJS=ax-ipa.o tracepoint-ipa.o format-ipa.o utils-ipa.o regcache-ipa.o remote-utils-ipa.o common-utils-ipa.o tdesc-ipa.o print-utils-ipa.o rsp-low-ipa.o ${IPA_DEPFILES} IPA_LIB=libinproctrace.so @@ -475,6 +475,9 @@ tdesc-ipa.o: tdesc.c print-utils-ipa.o: ../common/print-utils.c $(IPAGENT_COMPILE) $< $(POSTCOMPILE) +rsp-low-ipa.o: ../common/rsp-low.c + $(IPAGENT_COMPILE) $< + $(POSTCOMPILE) ax.o: ax.c $(COMPILE) $(WARN_CFLAGS_NO_FORMAT) $< -- 2.34.1