* gld960.em (gld960_choose_target): the target depends on
HOST_BIG_ENDIAN_P.
+Thu Aug 27 16:38:42 1992 Ian Lance Taylor (ian@cygnus.com)
+
+ * gld960.em (gld960_choose_target): the target depends on
+ HOST_BIG_ENDIAN_P.
+
Wed Aug 26 17:28:51 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* ldlang.c (lang_process): don't pass null pointers when
if (from_outside != (char *)NULL)
return from_outside;
+
+#ifdef HOST_BIG_ENDIAN_P
return "b.out.big";
+#else
+ return "b.out.little";
+#endif
#endif
}