diff options
author | Andreas Jaeger <aj@suse.de> | 2001-09-24 06:07:52 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-09-24 06:07:52 +0000 |
commit | 1d50f91e2820da74b8f47ebaf2f327d72f9657c2 (patch) | |
tree | ef4a807f935bad5387b20672f83fee86f8927c91 /binutils/ChangeLog | |
parent | f51e552e0e058cee7ac698cbd8aaac033607dd86 (diff) | |
download | gdb-1d50f91e2820da74b8f47ebaf2f327d72f9657c2.zip gdb-1d50f91e2820da74b8f47ebaf2f327d72f9657c2.tar.gz gdb-1d50f91e2820da74b8f47ebaf2f327d72f9657c2.tar.bz2 |
* nlmconv.c: Fix warnings about unused attributes and function
prototypes.
* strings.c: Add prototype for get_char.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 15f9067..1176579 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2001-09-24 Andreas Jaeger <aj@suse.de> + + * nlmconv.c: Fix warnings about unused attributes and function + prototypes. + + * strings.c: Add prototype for get_char. + 2000-09-19 H.J. Lu <hjl@gnu.org> * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and |