From: Ian Lance Taylor Date: Fri, 3 Oct 1997 16:05:46 +0000 (+0000) Subject: * wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to X-Git-Tag: gdb-4_18~4565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccb809cdfbc2b1d4de6210b3ee4cf65bcdadd9b6;p=external%2Fbinutils.git * wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to char * when calling strcpy and strlen. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fc6e5e3..f0717b4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,13 @@ +Fri Oct 3 12:04:25 1997 Ian Lance Taylor + + * wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to + char * when calling strcpy and strlen. + Wed Sep 24 11:34:05 1997 Ian Lance Taylor + * binutils.texi (ar cmdline): Document that q now works like r. + From Marty Leisner . + * binutils.texi (size): The object file argument is optional. From Marty Leisner .