diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a75508..3ca5151 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2010-06-15 Pedro Alves <pedro@codesourcery.com> + + * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o. + (SFILES): Remove solib-null.c, add solib-target.c. + (COMMON_OBS): Remove solib-null.o, add solib-target.o. + (ALLDEPFILES): Remove solib-target.c. + * solib-target.c (_initialize_solib_target): Set + current_target_so_ops to solib_target_so_ops if not already set. + * solib-null.c: Delete. + 2010-06-14 Pedro Alves <pedro@codesourcery.com> * NEWS: Mention GDBserver's JIT compilation of tracepoint |