PR 25100
* elf64-ppc.c (sfpr_define): Delete dead code that triggered a warning.
+
+ PR 25100
+ * elf64-ppc.c (sfpr_define): Delete dead code that triggered a warning.
+
* bfd.c (bfd_check_compression_header): Check for powers of two
s = elf_link_hash_lookup (&htab->elf, buf, TRUE, TRUE, FALSE);
if (s == NULL)
return FALSE;
- if (s->root.type == bfd_link_hash_new
- || (s->root.type = bfd_link_hash_defined
- && s->root.u.def.section == stub_sec))
+ if (s->root.type == bfd_link_hash_new)
{
s->root.type = bfd_link_hash_defined;
s->root.u.def.section = stub_sec;