Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sbmips/stand/common Remove output emulation.



details:   https://anonhg.NetBSD.org/src/rev/538358819f02
branches:  trunk
changeset: 772898:538358819f02
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jan 20 18:25:30 2012 +0000

description:
Remove output emulation.

diffstat:

 sys/arch/sbmips/stand/common/boot.ldscript |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (10 lines):

diff -r 559979e4a596 -r 538358819f02 sys/arch/sbmips/stand/common/boot.ldscript
--- a/sys/arch/sbmips/stand/common/boot.ldscript        Fri Jan 20 16:31:29 2012 +0000
+++ b/sys/arch/sbmips/stand/common/boot.ldscript        Fri Jan 20 18:25:30 2012 +0000
@@ -1,6 +1,4 @@
 /* Script for -N: mix text and data on same page; don't align data */
-OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips",
-             "elf32-tradlittlemips")
 OUTPUT_ARCH(mips)
 ENTRY(__start)
 SEARCH_DIR("=/usr/lib");



Home | Main Index | Thread Index | Old Index