diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-03-07 03:10:15 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-03-07 03:10:15 +0000 |
commit | 21a12a30df024f2469d0bdf2f1a241e3a05378b8 (patch) | |
tree | 6b5a303f6c9fa416b9003b6c4c0c48792c8ef30b | |
parent | b47218fbcec5b0e39dbb99d0624da8f36c57ddb9 (diff) | |
download | gdb-21a12a30df024f2469d0bdf2f1a241e3a05378b8.zip gdb-21a12a30df024f2469d0bdf2f1a241e3a05378b8.tar.gz gdb-21a12a30df024f2469d0bdf2f1a241e3a05378b8.tar.bz2 |
* Makefile.in (LINTFLAGS): Update to contain all of the macros
which define include paths used when compiling.
* util.c (savestring, msavestring): Change type of length argument.
* defs.h (savestring, msavestring): Update to match.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6f5b6cf..ba239a4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2001-03-06 J.T. Conklin <jtc@redback.com> + * Makefile.in (LINTFLAGS): Update to contain all of the macros + which define include paths used when compiling. + + * util.c (savestring, msavestring): Change type of length argument. + * defs.h (savestring, msavestring): Update to match. + * symtab.h (decode_line_1): Removed declaration. * symfile.c (#include <assert.h>): Removed. |