rest of utah changes
[deliverable/binutils-gdb.git] / ld / gld960.em
index e70580db2a7b4e0ac6d26c673ff2017f96a187c8..e8e745536e2e2df65559353c2b02c4a5ebe15888 100644 (file)
@@ -1,4 +1,4 @@
-cat >ld__${EMULATION_NAME}.c <<EOF
+cat >em_${EMULATION_NAME}.c <<EOF
 /* Copyright (C) 1991 Free Software Foundation, Inc.
 
 This file is part of GLD, the Gnu Linker.
@@ -104,7 +104,8 @@ gld960_choose_target()
 
   if (from_outside != (char *)NULL)
     return from_outside;
-  return "b.out.big";
+
+  return "b.out.little";
 
 #endif
 }
This page took 0.023376 seconds and 4 git commands to generate.