diff options
author | Fred Fish <fnf@specifix.com> | 1992-07-04 03:24:37 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-07-04 03:24:37 +0000 |
commit | 97225e37f7854d518da734224c7dada3e907312e (patch) | |
tree | 2b18d4efe035989a28c6d22dd841c901bc5d1901 /bfd/ChangeLog | |
parent | 4ed3a9ea66ca93b7dea29c5cdc23d80e77e442bb (diff) | |
download | gdb-97225e37f7854d518da734224c7dada3e907312e.zip gdb-97225e37f7854d518da734224c7dada3e907312e.tar.gz gdb-97225e37f7854d518da734224c7dada3e907312e.tar.bz2 |
* elf.c: Remove "(void)" casts from function calls where the
return value is ignored, in accordance with GNU coding standards.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a88b765..e57ce8a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 3 20:23:34 1992 Fred Fish (fnf@cygnus.com) + + * elf.c: Remove "(void)" casts from function calls where the + return value is ignored, in accordance with GNU coding standards. + Tue Jun 30 16:49:12 1992 Fred Fish (fnf@cygnus.com) * hppa.c: Apply John's standard fix to avoid "empty translation |