diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-12 22:27:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-12 22:27:07 +0000 |
commit | d444b726082fa3c05173688313ebbe6dc5ee0858 (patch) | |
tree | e3f54bb06321d88864d7ee02417879cf53712a55 /gas/ChangeLog | |
parent | b9195351adf2052661bbccd86509769a678b997c (diff) | |
download | gdb-d444b726082fa3c05173688313ebbe6dc5ee0858.zip gdb-d444b726082fa3c05173688313ebbe6dc5ee0858.tar.gz gdb-d444b726082fa3c05173688313ebbe6dc5ee0858.tar.bz2 |
* config/tc-i860.c (md_atof): Remove declaration of atof_ieee.
(md_number_to_disp, md_number_to_field): Remove.
(md_apply_fix3): Correct format string and cast "fup".
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8b3ac3d..0ec4721 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ 2002-12-13 Alan Modra <amodra@bigpond.net.au> + * config/tc-i860.c (md_atof): Remove declaration of atof_ieee. + (md_number_to_disp, md_number_to_field): Remove. + (md_apply_fix3): Correct format string and cast "fup". * config/tc-i960.c (md_convert_frag): Add ATTRIBUTE_UNUSED to args. (s_endian <ignore>): Likewise. (md_undefined_symbol <name>): Likewise. |