AArch64: Add gdbserver MTE support
[deliverable/binutils-gdb.git] / bfd / elf32-sh.c
index 19375b06a433a2207837b33c54de83b034ed14ed..10145505c3e9e9dcfec89ef94e5fac2d1e7a2e3b 100644 (file)
@@ -3152,7 +3152,7 @@ sh_elf_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
          /* Strip this section if we don't need it; see the
             comment below.  */
        }
-      else if (CONST_STRNEQ (bfd_section_name (s), ".rela"))
+      else if (startswith (bfd_section_name (s), ".rela"))
        {
          if (s->size != 0 && s != htab->root.srelplt && s != htab->srelplt2)
            relocs = TRUE;
This page took 0.022753 seconds and 4 git commands to generate.