sky.ld: Remove big endian stuff in OUTPUT_FORMAT
authorJames Lemke <jlemke@cygnus>
Tue, 9 Jun 1998 15:55:49 +0000 (15:55 +0000)
committerJames Lemke <jlemke@cygnus>
Tue, 9 Jun 1998 15:55:49 +0000 (15:55 +0000)
sim/testsuite/sky/ChangeLog
sim/testsuite/sky/sky.ld

index e887c2f4a6736bd42a9d79d892313e83e6eca08b..de401d29662e3cb7055af60e0695756f913b5957 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 9 11:52:23 1998 Jim Lemke <jlemke@cygnus.com>
+
+       * sky.ld: Remove big endian stuff in OUTPUT_FORMAT
+
 Wed May 20 18:10:28 1998 Jillian Ye <jillian@cygnus.com>
 
        * c_gen.pl: Added subroutine "print_comment"
index 097b75c5fec1690e4c28a28b3375791a21999ee3..4b82f629178930198bcccf843c55f4f1e9a5b1e8 100644 (file)
@@ -8,7 +8,7 @@
 
 ENTRY(_start)
 OUTPUT_ARCH("mips:5900")
-OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-littlemips")
+OUTPUT_FORMAT("elf32-littlemips")
 GROUP(-lc -lidt -lgcc)
 SEARCH_DIR(.)
 __DYNAMIC  =  0;