PERFORCE change 134644 for review

Warner Losh imp at FreeBSD.org
Sat Feb 2 00:20:27 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134644

Change 134644 by imp at imp_lighthouse on 2008/02/02 08:19:36

	trad* targets don't exist.  Instead, do what the other linkers appear
	to do that have them and output the start of text to be 81000000.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/conf/ldscript.mips.octeon.kernel.32#2 edit
.. //depot/projects/mips2-jnpr/src/sys/conf/ldscript.mips.octeon.kernel.n32#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/conf/ldscript.mips.octeon.kernel.32#2 (text+ko) ====

@@ -1,11 +1,11 @@
-OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradlittlemips")
+OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-littlemips")
 OUTPUT_ARCH(mips)
 ENTRY(_start)
    __DYNAMIC = 0;
 PROVIDE (_DYNAMIC = 0);
 
 SECTIONS {
-
+	. = 0x81000000;
 	.text . : {
 	    	*(.text)
 		*(.dynamic)

==== //depot/projects/mips2-jnpr/src/sys/conf/ldscript.mips.octeon.kernel.n32#2 (text+ko) ====



More information about the p4-projects mailing list