From: Nick Clifton Date: Tue, 9 Jun 1998 16:38:11 +0000 (+0000) Subject: Make 'send' be CONST char * to avoid compiler warning. X-Git-Tag: gdb-4_18~1963 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18993a6868f5a295f156a0209948f15545841b73;p=platform%2Fupstream%2Fbinutils.git Make 'send' be CONST char * to avoid compiler warning. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index adcafcf..6dd4344 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 9 09:36:48 1998 Nick Clifton + + * ldlang.c (lang_finish): Add CONST type modifier to declaration + of 'send'. + start-sanitize-sky Fri Jun 5 15:55:26 1998 Doug Evans