diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-09 18:22:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-09 18:22:57 +0000 |
commit | 545a27683ea1a3a79b1df76502c4e9b5cb55011c (patch) | |
tree | cbd3da85b2f0335271a83209a1b2d77b8c9fd2ac /binutils/ChangeLog | |
parent | 21486670ae38f8e47589d1cada833f41f9fef6f9 (diff) | |
download | gdb-545a27683ea1a3a79b1df76502c4e9b5cb55011c.zip gdb-545a27683ea1a3a79b1df76502c4e9b5cb55011c.tar.gz gdb-545a27683ea1a3a79b1df76502c4e9b5cb55011c.tar.bz2 |
Please don't add declarations of random system functions to general
source files if you can possibly avoid it. They inevitably fail on
some system somewhere.
* objdump.c: Removed useless fprintf declaration.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5a8eeb1..53ea5b5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 9 11:21:00 1993 Ian Lance Taylor (ian@cygnus.com) + + * objdump.c: Removed useless fprintf declaration. + Wed Apr 7 22:22:50 1993 Rob Savoye (rob@cygnus.com) * Makefile.in: Changed check target to use DejaGnu. |