* config/obj-coff.c (coff_format_ops): Fix typo.

This commit is contained in:
Alan Modra 2010-10-26 03:44:39 +00:00
parent 3213b810a8
commit 6309d59106
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-26 Alan Modra <amodra@gmail.com>
* config/obj-coff.c (coff_format_ops): Fix typo.
2010-10-25 Richard Sandiford <rdsandiford@googlemail.com>
* config/tc-mips.c (macro2): Delete.

View File

@ -1944,5 +1944,5 @@ const struct format_ops coff_format_ops =
coff_obj_read_begin_hook,
coff_obj_symbol_new_hook,
coff_obj_symbol_clone_hook,
coff_obj_adjust_symtab
coff_adjust_symtab
};