diff options
author | John Gilmore <gnu@cygnus> | 1992-09-26 05:34:14 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-26 05:34:14 +0000 |
commit | a5a7c719fcc6b60b29a9c96ea587170ce1ce9494 (patch) | |
tree | 9e3410ef8ccbb4968ab8795f36d900a1a2a7ab88 | |
parent | 836e343b0145663c08f87d6e0cfdf2d43c493e53 (diff) | |
download | binutils-gdb-a5a7c719fcc6b60b29a9c96ea587170ce1ce9494.tar.gz |
Lint
-rw-r--r-- | gdb/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f7d4f9a412..7ad15059e4b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -20,6 +20,7 @@ Fri Sep 25 21:59:27 1992 John Gilmore (gnu@cygnus.com) * remote-hms.c, remote-adapt.c, remote-mm.c, remote-udi.c: Remove DENTER and DEXIT macros and their calls. Use a real debugger -- like gdb -- to see what functions are being called when. + * utils.c (strcmp_iw): Make nonstatic, for lint. Fri Sep 25 18:48:20 1992 John Gilmore (gnu@cygnus.com) |