Add AIX 64 shared library support and emulation layer for binutils
[deliverable/binutils-gdb.git] / gas / config / tc-ppc.c
index 560622b15c7757b67d6f8a5995a05a8f7106cc4b..4248be79a37302992bfc6a41823d58befedef19f 100644 (file)
@@ -1137,7 +1137,11 @@ ppc_target_format ()
 #elif TE_POWERMAC
   return "xcoff-powermac";
 #else
-  return ppc_xcoff64 ? "aixcoff64-rs6000" : "aixcoff-rs6000";
+#  ifdef TE_AIX5
+    return (ppc_xcoff64 ? "aix5coff64-rs6000" : "aixcoff-rs6000");
+#  else
+    return (ppc_xcoff64 ? "aixcoff64-rs6000" : "aixcoff-rs6000");
+#  endif
 #endif
 #endif
 #ifdef OBJ_ELF
This page took 0.025135 seconds and 4 git commands to generate.