From: Kris Warkentin Date: Mon, 24 Feb 2003 21:40:48 +0000 (+0000) Subject: Fixed grammar X-Git-Tag: binutils-2_14-branchpoint~718 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f46169db7af74c579697433a58ab325ff1e78381;p=platform%2Fupstream%2Fbinutils.git Fixed grammar --- 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 - * 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 - * MAINTAINERS: Add myself to Write After section + * MAINTAINERS: Add myself to Write After section. 2003-02-23 Stephane Carrez