diff options
author | Ben Elliston <bje@au.ibm.com> | 2001-06-24 06:01:49 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2001-06-24 06:01:49 +0000 |
commit | 453520d7adcfbedec1c2e46344ad47c526e31ebf (patch) | |
tree | fe43e4cbe3f3eaaed09c6b566a8ac43da3418c5a /gas/ChangeLog | |
parent | e21e484e83b032117b8a4b12917270addfb9aad7 (diff) | |
download | binutils-453520d7adcfbedec1c2e46344ad47c526e31ebf.zip binutils-453520d7adcfbedec1c2e46344ad47c526e31ebf.tar.gz binutils-453520d7adcfbedec1c2e46344ad47c526e31ebf.tar.bz2 |
2001-06-24 Ben Elliston <bje@redhat.com>
* config/tc-m88k.c (md_number_to_imm): Remove; unused since 1993.
(emit_relocations): Ditto.
(s_bss): Ditto.
(md_begin): Reformat comments to conform to the GNU standards.
(md_assemble): Ditto.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b84d812..678dea5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2001-06-24 Ben Elliston <bje@redhat.com> + * config/tc-m88k.c (md_number_to_imm): Remove; unused since 1993. + (emit_relocations): Ditto. + (s_bss): Ditto. + (md_begin): Reformat comments to conform to the GNU standards. + (md_assemble): Ditto. + * config/tc-m88k.c (get_reg): Adjust type of `reg_prefix' to char. (md_parse_option): Mark parameters as unused. (md_show_usage): Ditto. @@ -9,7 +15,7 @@ (md_create_short_jump): Mark from_addr, to_addr params as unused. (md_create_long_jump): Ditto. (md_estimate_size_before_relax): Mark parameters as unused. - + * config/tc-m88k.c (md_pseudo_table): Properly terminate the table to allay a possible compiler warning. |