mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:01:02 +08:00
* config/obj-coff.c (coff_format_ops): Fix typo.
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user