diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7ed67f8..3036caf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -5,14 +5,14 @@ 2003-02-24 Kris Warkentin <kewarken@qnx.com> - * solib.c (solib_open): call target defined search function after - failing with solib-search-path - * solist.h (target_so_ops): add find_and_open_solib function hook, - create define TARGET_SO_FIND_AND_OPEN_SOLIB + * solib.c (solib_open): Call target defined search function after + failing with solib-search-path. + * solist.h (target_so_ops): Add find_and_open_solib function hook and + create define TARGET_SO_FIND_AND_OPEN_SOLIB. 2003-02-24 Kris Warkentin <kewarken@qnx.com> - * MAINTAINERS: Add myself to Write After section + * MAINTAINERS: Add myself to Write After section. 2003-02-23 Stephane Carrez <stcarrez@nerim.fr> |