diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index a919a087f46..798c5df5b5b 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2015-11-18 Pedro Alves + + * Makefile.in (all_object_files): Add $IPA_OBJS. + 2015-11-17 Pedro Alves * win32-low.c (win32_resume): Use gdb_signal_from_host, diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 97e1e6201cf..f18243baef7 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -835,7 +835,7 @@ reg-tilegx32.c : $(srcdir)/../regformats/reg-tilegx32.dat $(regdat_sh) # A list of all the objects we might care about in this build, for # dependency tracking. -all_object_files = $(OBS) $(GDBREPLAY_OBS) +all_object_files = $(OBS) $(GDBREPLAY_OBS) $(IPA_OBJS) # Ensure that generated files are created early. Use order-only # dependencies if available. They require GNU make 3.80 or newer,