We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d15c9 commit f25554bCopy full SHA for f25554b
bfd/elfxx-aarch64.c
@@ -708,7 +708,7 @@ static inline bool
708
bfd_is_non_dynamic_elf_object (bfd *abfd, const struct elf_backend_data *out_be)
709
{
710
const struct elf_backend_data *in_be = get_elf_backend_data (abfd);
711
-
+
712
return bfd_get_flavour (abfd) == bfd_target_elf_flavour
713
&& bfd_count_sections (abfd) != 0
714
&& (abfd->flags & (DYNAMIC | BFD_PLUGIN | BFD_LINKER_CREATED)) == 0
0 commit comments