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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccb809cdfbc2b1d4de6210b3ee4cf65bcdadd9b6;p=binutils-gdb.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 fc6e5e35f1d..f0717b47942 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 .