Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 08:54:08 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 73450 for review
Message-ID:  <200503180854.j2I8s8GS082027@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=73450

Change 73450 by jmallett@jmallett_windward on 2005/03/18 08:53:59

	Get the balance^W^H emulation right.

Affected files ...

.. //depot/projects/mips/sys/conf/ldscript.mips#8 edit

Differences ...

==== //depot/projects/mips/sys/conf/ldscript.mips#8 (text+ko) ====

@@ -1,5 +1,5 @@
 /* $FreeBSD$ */
-OUTPUT_FORMAT("elf32-ntradbigmips", "elf32-ntradbigmips", "elf32-ntradlittlemips")
+OUTPUT_FORMAT("elf64-tradbigmips", "elf64-tradbigmips", "elf64-tradlittlemips")
 OUTPUT_ARCH(mips)
 ENTRY(start)
 SEARCH_DIR(/usr/lib);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503180854.j2I8s8GS082027>