gas/
[deliverable/binutils-gdb.git] / gas / config / tc-ia64.c
index 729ce27262d464c8ef913be9b36d66531e80261e..43b79e5fa8b6046a02262eb9eac041c5af84b5b0 100644 (file)
@@ -3535,7 +3535,8 @@ start_unwind_section (const segT text_seg, int sec_index)
   sec_name [sec_name_len] = '\0';
 
   /* Handle COMDAT group.  */
-  if (suffix == text_name && (text_seg->flags & SEC_LINK_ONCE) != 0)
+  if ((text_seg->flags & SEC_LINK_ONCE) != 0
+      && (elf_section_flags (text_seg) & SHF_GROUP) != 0)
     {
       char *section;
       size_t len, group_name_len;
This page took 0.024636 seconds and 4 git commands to generate.