mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
correct typo in previous commit.
bfd: * mach-o.c (bfd_mach_o_mangle_symbols): Correct typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
|
||||
|
||||
* mach-o.c (bfd_mach_o_mangle_symbols): Correct typo.
|
||||
|
||||
2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
|
||||
|
||||
* mach-o.c (bfd_mach_o_write_symtab): Fill in the string table index
|
||||
|
@ -1789,7 +1789,7 @@ bfd_mach_o_mangle_symbols (bfd *abfd, bfd_mach_o_data_struct *mdata)
|
||||
|
||||
/* Unless we're looking at an indirect sym, note the input ordering.
|
||||
We use this to keep local symbols ordered as per the input. */
|
||||
if (IS_MACHO_INDIRECT (s->n_type))
|
||||
if (! IS_MACHO_INDIRECT (s->n_type))
|
||||
s->symbol.udata.i = i;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user