forked from Imagelibrary/binutils-gdb
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
This commit is contained in:
@@ -258,7 +258,7 @@ obj_ecoff_set_ext (sym, ext)
|
||||
know (bfd_asymbol_flavour (symbol_get_bfdsym (sym))
|
||||
== bfd_target_ecoff_flavour);
|
||||
esym = ecoffsymbol (symbol_get_bfdsym (sym));
|
||||
esym->local = false;
|
||||
esym->local = FALSE;
|
||||
esym->native = xmalloc (debug_swap->external_ext_size);
|
||||
(*debug_swap->swap_ext_out) (stdoutput, ext, esym->native);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user