diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-10-03 16:05:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-10-03 16:05:46 +0000 |
commit | ccb809cdfbc2b1d4de6210b3ee4cf65bcdadd9b6 (patch) | |
tree | 2c341dc2b3079a3838528c660347bdf792560cd2 /binutils | |
parent | 9b5ec8b1e0c20a9cfb9e65ea48e95a804b3666cc (diff) | |
download | gdb-ccb809cdfbc2b1d4de6210b3ee4cf65bcdadd9b6.zip gdb-ccb809cdfbc2b1d4de6210b3ee4cf65bcdadd9b6.tar.gz gdb-ccb809cdfbc2b1d4de6210b3ee4cf65bcdadd9b6.tar.bz2 |
* wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to
char * when calling strcpy and strlen.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <ian@cygnus.com> + + * 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 <ian@cygnus.com> + * binutils.texi (ar cmdline): Document that q now works like r. + From Marty Leisner <leisner@sdsp.mc.xerox.com>. + * binutils.texi (size): The object file argument is optional. From Marty Leisner <leisner@sdsp.mc.xerox.com>. |