Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX
[deliverable/binutils-gdb.git] / gas / config / tc-tic6x.c
index c75fcf6f90e927cc163dbba17e669dc9cf18e055..6958a0e6ce707f41c52d99a052a98bc7a33b4f2f 100644 (file)
@@ -4666,7 +4666,8 @@ tic6x_start_unwind_section (const segT text_seg, int idx)
       linkonce = 1;
     }
 
-  obj_elf_change_section (sec_name, type, flags, 0, group_name, linkonce, 0);
+  obj_elf_change_section (sec_name, type, 0, flags, 0, group_name,
+                         linkonce, 0);
 
   /* Set the section link for index tables.  */
   if (idx)
This page took 0.026818 seconds and 4 git commands to generate.