* config/obj-elf.c (obj_elf_section_type): Handle init_array,
[deliverable/binutils-gdb.git] / gas / config / tc-ia64.c
index 1d43e7773f4b2a46ad7b2d5dd7498a26398b159f..b2e599f6c9715ef5c2bfd8ffb03937a2a35fa786 100644 (file)
@@ -996,12 +996,6 @@ ia64_elf_section_type (str, len)
   if (STREQ ("unwind"))
     return SHT_IA_64_UNWIND;
 
-  if (STREQ ("init_array"))
-    return SHT_INIT_ARRAY;
-
-  if (STREQ ("fini_array"))
-    return SHT_FINI_ARRAY;
-
   return -1;
 #undef STREQ
 }
This page took 0.024888 seconds and 4 git commands to generate.