Compile rsp-low.c for IPA
authorYao Qi <yao@codesourcery.com>
Thu, 13 Feb 2014 08:42:09 +0000 (16:42 +0800)
committerYao Qi <yao@codesourcery.com>
Fri, 14 Feb 2014 01:53:51 +0000 (09:53 +0800)
gdb/gdbserver:

2014-02-14  Yao Qi  <yao@codesourcery.com>

* Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
(rsp-low-ipa.o): New target.

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in

index fc105c474f08dd3665f50deeed2ae9b903c4456a..1786bfbbeb8af81c9b68b8499ae53a81012da2dd 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-14  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
+       (rsp-low-ipa.o): New target.
+
 2014-02-12  Tom Tromey  <tromey@redhat.com>
 
        * ax.c (gdb_parse_agent_expr): Use hex2bin, not
index 5f69ddb5f7a282d12d0f97f8c10f5dec258f7945..663deb6bcaadfc5829d1dbdbf535ececb1a76025 100644 (file)
@@ -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) $<
This page took 0.031719 seconds and 4 git commands to generate.