Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/mips/conf Pull up rev 1.2:



details:   https://anonhg.NetBSD.org/src/rev/5e006566f967
branches:  netbsd-1-5
changeset: 489359:5e006566f967
user:      soren <soren%NetBSD.org@localhost>
date:      Sun Sep 03 22:42:37 2000 +0000

description:
Pull up rev 1.2:
> date: 2000/07/11 01:15:47;  author: soren;  state: Exp;  lines: +2 -2
> Oops (was LE rather than BE).

diffstat:

 sys/arch/mips/conf/stand.ldscript.be |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r af30090a3b6f -r 5e006566f967 sys/arch/mips/conf/stand.ldscript.be
--- a/sys/arch/mips/conf/stand.ldscript.be      Sun Sep 03 22:41:24 2000 +0000
+++ b/sys/arch/mips/conf/stand.ldscript.be      Sun Sep 03 22:42:37 2000 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: stand.ldscript.be,v 1.1 2000/05/21 02:50:13 soren Exp $ */
+/* $NetBSD: stand.ldscript.be,v 1.1.4.1 2000/09/03 22:42:37 soren Exp $ */
 
 /*  ldscript for NetBSD/mipsbe stand-alone programs */
-OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips",
+OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips",
              "elf32-littlemips")
 OUTPUT_ARCH(mips)
 ENTRY(_start)



Home | Main Index | Thread Index | Old Index