mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-16 04:18:50 +00:00
copy_object: Re-indent
* objcopy.c (copy_object): Re-indent. Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
@@ -3320,8 +3320,8 @@ copy_object (bfd *ibfd, bfd *obfd, const bfd_arch_info_type *input_arch)
|
||||
if (convert_debugging)
|
||||
dhandle = read_debugging_info (ibfd, isympp, symcount, false);
|
||||
|
||||
if ((obfd->flags & (EXEC_P | DYNAMIC)) != 0
|
||||
&& (obfd->flags & HAS_RELOC) == 0)
|
||||
if ((obfd->flags & (EXEC_P | DYNAMIC)) != 0
|
||||
&& (obfd->flags & HAS_RELOC) == 0)
|
||||
{
|
||||
if (bfd_keep_unused_section_symbols (obfd) || keep_section_symbols)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user