Rename sh-symbian-elf toolchain to sh-*-symbianelf
[deliverable/binutils-gdb.git] / gas / config / tc-sh.c
index f33925bb5e402b8acb98cb9da0eef9c185314073..1962151669181d39e08006c7fb7ed13894d5051d 100644 (file)
@@ -3629,6 +3629,10 @@ sh_elf_final_processing (void)
   if (sh64_isa_mode != sh64_isa_unspecified)
     val = EF_SH5;
   else
+#elif defined TARGET_SYMBIAN
+    if (1)
+      val = sh_symbian_find_elf_flags (valid_arch);
+    else
 #endif /* HAVE_SH64 */
     val = sh_find_elf_flags (valid_arch);
 
This page took 0.02811 seconds and 4 git commands to generate.