diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-04-10 04:26:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-04-10 04:26:18 +0000 |
commit | b7fce5bec1d37512a9ee108a225a3cbbafbe7533 (patch) | |
tree | 6768eef3665e3faefc6dfc5d7a6ee728957d00b7 | |
parent | b279f82e0048a64162d56584785bd19c7a642a5b (diff) | |
download | gdb-b7fce5bec1d37512a9ee108a225a3cbbafbe7533.zip gdb-b7fce5bec1d37512a9ee108a225a3cbbafbe7533.tar.gz gdb-b7fce5bec1d37512a9ee108a225a3cbbafbe7533.tar.bz2 |
* ieee.c (ieee_write_byte): Change second parameter from bfd_byte
to int to avoid promotion problems in prototype.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 06e0551..5b157bd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 10 00:23:53 1996 Ian Lance Taylor <ian@cygnus.com> + + * ieee.c (ieee_write_byte): Change second parameter from bfd_byte + to int to avoid promotion problems in prototype. + Tue Apr 9 11:44:21 1996 Ian Lance Taylor <ian@cygnus.com> * configure.host: Use ${srcdir} when looking for picfrag. |